Hi All,

   Inside the persistence.xml file We are using Transaction manager:
   - TRANSACTION FOR JBOSS
        <property name="hibernate.transaction.manager_lookup_class"
value="org.hibernate.transaction.JBossTransactionManagerLookup" />
  - TRANSACTION FOR TOMCAT
        <property name="hibernate.transaction.manager_lookup_class"
value="org.hibernate.transaction.BTMTransactionManagerLookup"/> 

This means that for every server or container I have to disable one and
enable the other. Is there a way to use the same transaction manager for
both application servers? 


Regards,
Ram
-- 
View this message in context: 
http://drools-java-rules-engine.46999.n3.nabble.com/Drools-Transaction-Manager-tp2389345p2389345.html
Sent from the Drools - User mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to