[jboss-user] [JBoss Seam] - Re: Unexpected behaviour - DataModel & Nested conversations

koenhandekyn do-not-reply at jboss.com
Mon Dec 3 05:52:12 EST 2007


i am having a similar issue

when i'm putting a EntityQuery object in conversation scope, the moment i do an update on one of the entities the query resultList returns a list of EMPTY instances (properties are empty) afterwards

i'm already capturing an event and calling REFRESH on the entityQuery but that doesnt seem to do the trick

using:

  |   <event type="org.jboss.seam.afterTransactionSuccess.Address">
  |     <action execute="#{managedAddresses.refresh}" />
  |   </event>
  | 

i do see the refresh method getting called.

any tips ???



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109772#4109772

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4109772



More information about the jboss-user mailing list