1 Reply Latest reply on Dec 3, 2007 6:46 AM by pmuir

    EntityQuery ResultList BUG ?

    koenhandekyn

      hello

      i'm having an issue with entityQuery resultList responses when using the component within a conversation.

      when one of the entities get's updated (or a new one is added) the resultList returns a list of NULL objects of the correct size (the number of items is correct but the contents is NULL )

      i'm already having the refresh method called (and it gets called checked by the log) through a seam event


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


      any tips ? thanx !