Bug 778753 (SOA-1208) - jta.UserTransaction is set twice in hibernate.cfg.xml
Summary: jta.UserTransaction is set twice in hibernate.cfg.xml
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-1208
Product: JBoss Enterprise SOA Platform 4
Classification: JBoss
Component: JBPM - within SOA, Build Process, Configuration
Version: 4.3 CP01
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.3 CP01
Assignee: trev
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-03-06 06:55 UTC by Jiri Pechanec
Modified: 2009-03-12 11:46 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-03-12 11:46:32 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-1208 0 None None None Never

Description Jiri Pechanec 2009-03-06 06:55:43 UTC
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) -->

Comment 1 trev 2009-03-06 15:34:15 UTC
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

Comment 2 Julian Coleman 2009-03-10 14:18:55 UTC
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).


Comment 3 Jiri Pechanec 2009-03-12 11:46:32 UTC
Verified in CR4


Note You need to log in before you can comment on or make changes to this bug.