Hey,
I have a list of entities(tasks) I manage via a seam component which extended from Seam
EntityQuery,
These tasks are sometimes gets updated via an EJB (Not seam) method which is triggered via
EJB's time resource,
Refreshing the task list -sometimes- showing old state of data although some of the tasks
were already modified by the EJB methods,
What is the default EntityQuery context? is it somehow related to Hibernate 2nd level
cache? of course the EJB method uses Hibernate (via EM interface) to update the entities,
Logoff/logon shows the new data, so I assume this is somehow related to Seam,
Many thanks,
Asaf.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108616#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...