[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5071?page=c...
]
Strong Liu commented on HHH-5071:
---------------------------------
Okay, do you have a valid test case that can help us to identify this "bug"?
you know, from the junit.java attached, i can't see any helpful info
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
Original Estimate: 16 weeks
Remaining Estimate: 16 weeks
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira