[jboss-jira] [JBoss JIRA] Created: (JBAS-5573) Eager fetched list missing an element when retrieved remotely

da_alchemist (JIRA) jira-events at lists.jboss.org
Sun Jun 1 21:12:46 EDT 2008


Eager fetched list missing an element when retrieved remotely
-------------------------------------------------------------

                 Key: JBAS-5573
                 URL: http://jira.jboss.com/jira/browse/JBAS-5573
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: JBossAS-5.0.0.Beta4, JBossAS-4.2.2.GA
         Environment: Java: 1.5.0_15; Java HotSpot(TM) Client VM 1.5.0_15-b04
JBoss AS: 4.2.2.GA, 5.0.0.Beta4
            Reporter: da_alchemist


I have implemented eager fetching with a parent-to-child (many-to-many) and child-to-grandchild (many-to-many) relationship setup. After all entities are created and I retrieve the grandchildren with EAGER fetching, I am able to iterate through the list of grandchildren and view the grandchildren with it's related children and the children's related parents BEFORE leaving the JBoss server to return the results to a remote client. AFTER leaving the server and the remote client receives the results I iterate through the same grandchildren and see that the parent does not contain the same children as was present before the data left the server.  I have tested this on JBoss 4.2.2.GA and 5.0.0.Beta4 and both have failed.  Please see the provided JBoss forum reference which has the test code.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list