[jboss-user] [JBoss Seam] - Re: Cache problem with Seam EntityQuery

2007-11-28 Thread trouby
well, if EntityQuery is a pojo then yes, I didn't change the scope, If I'm in a conversation, then the persistence context is in conversation scope although my class inherited from EntityQuery is in event scope? this is confusing :-) Well, back to the question, sometimes it's hard to truck if

[jboss-user] [JBoss Seam] - Re: Cache problem with Seam EntityQuery

2007-11-28 Thread [EMAIL PROTECTED]
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, whil