Yes, you can use the ServiceMix BPEL example as a starting point. Assuming you use a Spring context to initialize your webapp, it becomes mostly a question of declaring the BPEL engine as a component in the context and wiring components with it. And don't forget to add all jar dependencies into your webapp ;)
alex mqadeer wrote: > I have integrated ServiceMix with Tomcat by creating servicemix war file and > then deploying it in tomcat webapps folder. Now I want to integrate it with > workflow engine like ActiveBPEL or PXE. How should I do that? can I somehow > use the servicemix bpel example? >