Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Eclipselink equivalent...

Hi,
what is the eclipselink equivalent of <entry
key="hibernate.current_session_context_class" value="jta" />. I am
sometimes not getting a jta transaction within my DAO when trying to
do an update or create , and to fix the issue in hibernate i had to
introduce that in one of my spring configuration .. Is there an
equivalent in eclipselink for that?

Thx
Vaidya


Back to the top