| Summary: | jta.UserTransaction is set twice in hibernate.cfg.xml | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 4 | Reporter: | Jiri Pechanec <jpechane> |
| Component: | JBPM - within SOA, Build Process, Configuration | Assignee: | trev <tkirby> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.3 CP01 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.3 CP01 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-1208 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-03-12 11:46:32 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
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 |
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) -->