Hide Forgot
Date of First Response: 2009-03-06 10:34:15 project_key: SOA See snippet from the config file <!-- JTA transaction properties (begin) --> <property name="jta.UserTransaction">UserTransaction</property> <property name="hibernate.current_session_context_class">jta</property> <property name="hibernate.transaction.factory_class">org.hibernate.transaction.JTATransactionFactory</property> <property name="hibernate.transaction.manager_lookup_class">org.hibernate.transaction.JBossTransactionManagerLookup</property> <property name="jta.UserTransaction">UserTransaction</property> <!-- JTA transaction properties (end) -->
We add this line in the build as it was not in the project code. The project code has now been changed to include it, so we need to back our copy
In the jBPM 3.2.5 SP3 tag, the UserTransaction property is no longer present. Reverted the above change in revision 2770 (4.3 branch) of: build-tools/builders/jbpm/build.xml Commit message: SOA-1208 Revert revisions 2759 and 2760, as the property is no longer in the jBPM source (as of 3.2.5 SP3).
Verified in CR4