[jboss-user] [JBoss Seam] - Re: Cache problem with Seam EntityQuery
norman.richards@jboss.com
do-not-reply at jboss.com
Wed Nov 28 13:18:59 EST 2007
If it is a pojo and you haven't changed it's scope, your query object is in the event context. Are you using a conversation? A Seam-managed persistence context is scoped to the conversation, so you won't see changes made in the EJB, which is probably using a different persistence context, while still in the conversation.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108641#4108641
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4108641
More information about the jboss-user
mailing list