Maciej Swiderski [
http://community.jboss.org/people/swiderski.maciej] created the
discussion
"Re: Running humantasks with HumanTaskService(Running in JBoss)"
To view the discussion, visit:
http://community.jboss.org/message/627455#627455
--------------------------------------------------------------
I think that currently (5.1) TaskService does not support JTA transactions, there were
number of posts on the forum discussing that and even some guys have made some
implementation to make that working.
You can change your persistence configuration to be non JTA, that includes
transaction-type attribute of persistence unit and data source tag. Transaction type
should be resource local and data source should be non-jta-data-source. That should make
task service available and work properly.
HTH
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/627455#627455]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]