Powered By Blogger

Monday, May 14, 2012

Liferay ESB Integration

http://www.scribd.com/doc/16762906/Liferay-Portal-With-Mule-ESB
http://www.liferay.com/community/wiki/-/wiki/Main/Liferay+ESB+Support+-+ServiceMix+and+Mule


By default, Liferay uses JBoss' jBPM engine for its workflow component. Both ESBs' XMLs are preconfigured to call the jbpm-web webapp to process data submitted from the "Workflow" portlet. By default, the portal is configured to use ServiceMix for the workflow component, but this can be overridden in portal.properties:
 #jbi.workflow.url=http://localhost:8080/servicemix-web/workflow
 jbi.workflow.url=http://localhost:8080/mule-web/workflow
 
 
By this property Liferay is integrated with ESB for the workflow implementation. 

No comments:

Post a Comment