[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5071) Updates/Inserts not being seen by apps sharing same dbPosted: Mon Apr 05, 2010 7:56 am

Kevin Orey (JIRA) noreply at atlassian.com
Mon Apr 5 11:06:31 EDT 2010


Updates/Inserts not being seen by apps sharing same dbPosted: Mon Apr 05, 2010 7:56 am 
---------------------------------------------------------------------------------------

                 Key: HHH-5071
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5071
             Project: Hibernate Core
          Issue Type: Bug
    Affects Versions: 3.3.1
         Environment: hibernate: 3.3.1
Server version: 5.0.66sp1-enterprise-gpl-log MySQL Enterprise Server (GPL)

            Reporter: Kevin Orey
            Priority: Blocker
         Attachments: junit.java

I am having a problem where I have application A running in a JVM (no application server) and have application B running in a JVM (no application server). Application A selects from table Y every 10 seconds checking for new rows. Application B places records into table Y. Application A never picks up the new rows. If I start and stop Application A then he picks up the new rows. I have tried turning off first and second level query caching as well as turning of caching all together. I should also mention that I am using Hibernate as my implementation of JPA. I am not using a hibernate cfg but I am using a Persistence.xml. I am running under JDK 1.6. Any help is much appreciated.

-- 
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