Mantis - Resin
Viewing Issue Advanced Details
6247 minor always 05-19-19 23:51 06-18-19 14:22
nam  
ferg  
normal  
closed 4.0.61  
no change required  
none    
none 4.0.62  
0006247: add hibernate property to persistence.xml for Hibernate 3 JTA support
Whenever the provider is:

    <provider>org.hibernate.ejb.HibernatePersistence</provider>

Then Resin should automatically set the following property:

    <property name="hibernate.transaction.manager_lookup_class"
           value="org.hibernate.transaction.ResinTransactionManagerLookup"/>

Notes
(0006905)
ferg   
06-18-19 14:22   
Automatic setting of properties is not part of the spec.