[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[eclipselink-users] Eclipselink equivalent...
|
- From: vaidya nathan <vaidyaatdst@xxxxxxxxx>
- Date: Mon, 16 Jul 2012 15:31:52 -0500
- Delivered-to: eclipselink-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=a52g/CrAPCMCI9moCI94iyZtlehLx0j4RKadV4YixY8=; b=o1JUFJE2jtq3mLmv2EYYN4ILs5QCKbUf+DUEJ7RCJM2fMkkdp4a9EQNAnREbW4jBhi 0fKejaH4eFO23IMrZxZsiJPNGJe4xnZo/j5dqkwPMxckvmil1LAxmipdiXKa7XSHv2x4 2cJsPTDPqtcjqcyOhSXcA8sl8ScDoljczAYtBcfWfwXZ3Ybf8TXoeiDj6qkW+IzSms1q twoQISfrCec/ooXAnfq8xJwrzsz92uS5A+Y9aSJSeYowLPbOJWGEwetdPW6DUw2qozYO iXrT11k2s0k39ZmbBajyWg9yS1cKazU231AL08KRqtvF/mbjUxRlzBwFyeMVGoxk9OMi k0MQ==
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