Menu
- General Information
- Architecture :
- Services & Processes
- CookBooks
- Deployment
- Bundled Applications
- Source Code :
- Third-Party Setup :
- Polytech Staff Area :
BPEL processes are bundled into JBI components, and deployed as JBI assemblies. Assemblies life cycle is particular:
Start an assembly before using it.Shutdown, not Stop or Disable).
If asadmin can be reached from your $PATH environment variable, you can use it to deploy and then start a jbi service assembly using the following commands:
asadmin deploy-jbi-service-assembly JBIComponent.zip asadmin start-jbi-service-assembly JBIComponent
For example, to deploy the FeedReader BPEL process, use the following commands:
asadmin deploy-jbi-service-assembly FeedReaderComponent-v1.0.zip asadmin start-jbi-service-assembly FeedReaderComponent