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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...