jbpm in ESB example
by Márcio Dantas
Hi,
I was looking for an example of a simple jbpm process running inside an ESB
(enterprise service bus) like Mule.
I found this one "https://github.com/jdeoliveira/jbpm-humantask-example-3.2"
but besides it deploys fine, I couldn't run it correctly.
Error below.
Root Exception stack trace:
org.jbpm.api.JbpmException: Incoming message source is null but expected
source is processRequest
at
org.mule.module.jbpm.MuleReceiveActivity.signal(MuleReceiveActivity.java:82)
at org.jbpm.pvm.internal.model.op.Signal.perform(Signal.java:70)
at
org.jbpm.pvm.internal.model.ExecutionImpl.performAtomicOperationSync(ExecutionImpl.java:672)
+ 3 more (set debug level logging or '-Dmule.verbose.exceptions=true'
for everything)
If you guys know a working example I would appreciate a lot.
12 years, 2 months
Migration of Savvion based implementation into jBPM
by vidhya prabhu
Hi,
We have currently implemented our BPM flow using Savvion product. We are
searching for an open source solution to migrate existing business flow. We
found jBPM suitable for the requirement.
We would like to know the following :
1. Is it possible to migrate existing case flows from Savvion to jBPM ?
2. If yes, how could we migrate from Savvion to jBPM?
3. If in case there is no solution, what details are required to have a
customized utility for the same?
Our application is purely JEE based deployed on Weblogic Server and we use
jax-WS to integrate with Savvion.
Thanks & Regards,
Vidhya.
12 years, 2 months