Hi All,
I am facing a problem in JPQL update query. There is already a bug
reported as OPENJPA-459. As I am using OpenJpa jar version as 1.2.1. and the
fix version of OPENJPA-459 is 1.2.0 still I am facing this problem.
By configuring following settings in persistence.xml, it worked fine. But
doing so restrict using sub-select queries anywhere in the application.
<property name="openjpa.jdbc.DBDictionary"
value="mysql(SupportsSubselect=false)" />
Can anyone suggest any fix for this problem?
Thanks,
amitm
--
View this message in context:
http://n2.nabble.com/Problem-with-bulk-updates-in-mySQL-tp3871180p3871180.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.