-
Bug
-
Resolution: Won't Do
-
Major
-
EAP_EWP 5.1.0
-
None
-
None
-
-
Workaround Exists
-
when executing very big hibernate query I do get the attached java exception.
From the debugger I can see that the length of the query string is 89897 but hibernate somehow fails when parsing and tries to do a charAt(118231) which is definitely not in the string.
Query is like
update versioned xxx yyy set yyy.deleted = true
where ( ZZZZ )
or (KKKK )
.... + 900 other OR clauses