JBoss.orgCommunity Documentation
The Overlord CDL has two separate modules. One is Validator module, which is used from management perspective; The other is the Runtime module, which is used for execution of flow/interaction sections of CDL file.
You can deploy each of them separately in the Install folder. From the install folder.
ant deploy-overlord-cdl-runtime
to deploy just the conversational ESB actions support. Or
ant deploy-overlord-cdl-validator
to to deploy just the service validation capability.
By default, when you run ant
or ant deploy
, it will deploy both of two modules.
Also, you can undeploy modules by running ant undeploy
. Or remove them module by module through running:
ant undeploy-overlord-cdl-runtime
and ant undeploy-overlord-cdl-validator