executeUpdate never completes
-----------------------------
Key: HHH-3427
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3427
Project: Hibernate3
Issue Type: Bug
Affects Versions: 3.2.0.ga
Environment: Hibernate 3.2.0 ga, Oracle 10.2.0.1.0, JAVA 1.6
Reporter: Mojmir Tuljak
Update (query.executeUpdate()) never completes. Using oracle enterprise manager we can see
that oracle has completed the update but method executedUpdate() never returned any result
so the application is waiting. The problem is not always reproducable and happens once or
twice a day, always when the same executeUpdate is called while the previous one is still
in progress. No exception is thrown.
Executing the same query directly without the use of hibernate does not lead to the above
problems.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira