I have a java Enterprise application on Glassfish + Toplink.
I use servlet and ejb (sessionbean and entity bean).
I need rarely to change database value outside the container and I want to reflect the changes immediately on the container.
I know about toplink.refresh hint but since I need to make database change rarely I don't want to opt out cache performance.
Exist a solution to make refresh only when I want it?
(for example by calling a session bean method thru a servlet when I update the db outside the container..)
[Message sent by forum member 'peppeme' (peppeme)]
http://forums.java.net/jive/thread.jspa?messageID=263607