JBoss Community

Re: New Local human task service in JBPM5.2

created by Zeliang Huang in jBPM - View the full discussion

Hi the error the gone after undeploy and redeploy my application to weblogic server. I think the jbpm5.1 jar were cached by weblogic somewhere.  It was not an jBPM issue.

 

The SyncWSHumanTaskHandler is working like a charm ~!

 

 

Btw, for those who is interested to use the same core engine transaction for your human task. You need to set the transactionType in your java code.

 

TaskServiceSession tSession = newTaskService().createSession();
tSession.setTransactionType("local-JTA");

Reply to this message by going to Community

Start a new discussion in jBPM at Community