[
http://jira.jboss.com/jira/browse/JBPM-1179?page=comments#action_12414378 ]
Alejandro Guizar commented on JBPM-1179:
----------------------------------------
Hibernate already lets the user specify a custom user transaction jndi name in property
jta.UserTransaction. jBPM will read the value from that property. If not present, it will
default to "java:comp/UserTransaction" following the EJB spec.
JtaDbPersistenceService.getUserTransaction()
--------------------------------------------
Key: JBPM-1179
URL:
http://jira.jboss.com/jira/browse/JBPM-1179
Project: JBoss jBPM
Issue Type: Feature Request
Components: Core Engine
Reporter: Alejandro Guizar
Assigned To: Alejandro Guizar
Fix For: jBPM jPDL 3.2.3
The method in question tries to lookup a UT from JNDI at 'UserTransaction'. This
works in JBoss, but does not in other app servers. Eg. in Weblogic it would have to look
it up from 'javax.transaction.UserTransaction'.
Can we make this configurable?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira