Zeliang Huang [
http://community.jboss.org/people/ossa] created the discussion
"Re: New Local human task service in JBPM5.2"
To view the discussion, visit:
http://community.jboss.org/message/641448#641448
--------------------------------------------------------------
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
[
http://community.jboss.org/message/641448#641448]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]