[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3427) executeUpdate never completes

Mojmir Tuljak (JIRA) noreply at atlassian.com
Tue Aug 12 10:53:09 EDT 2008


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.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list