Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Best practices for clearing the entity manager

Hey everyone

So I've begun to notice that there's some odd behavior in eclipse link when it comes to a multiple server environment that's not cluster (e.g. 4 instances of glassfish running on 2 servers).  Basically, it looks like repeated calls to em.find as well as execution of queries returns the same data rather than actually running the queries against the database.  Does anyone have any tips on how to avoid issues like this?  Caching is not enabled.

Thanks,

John

Back to the top