How to deploy a jSeduite BPEL Process

BPEL processes are bundled into JBI components, and deployed as JBI assemblies. Assemblies life cycle is particular:

  • After deployment, you'll have to Start an assembly before using it.
  • Before un-deployment, you'll have to shut it down (Shutdown, not Stop or Disable).

Using Glassfish Console Interface

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

Using Glassfish Admin WebApp

  • Click on JBI and then Service Assemblies on the left panel
  • Choose Deploy
  • Fill the first form by choosing the zip file you want to upload

  • Click Next and then Finish.
deploy/process.txt · Last modified: 2009/03/14 17:48 by admin
CC Attribution-Noncommercial-Share Alike 3.0 Unported www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0