0 Replies Latest reply on Sep 10, 2004 9:40 AM by dls_dls_dls

    JBoss and Toplink classes

    dls_dls_dls

      Hello!

      I am trying to port an application that uses toplink 9 from weblogic 8.12 to jboss 3.2.5.

      Toplink is used within session beans, and the mapped domain POJOS are returned to the clients.

      My problem is not really toplink, it works fine (not integrated with the container transactions). The real problem is that when I return a POJO to the client, the collection attributes in one to many relationships are initialized with a toplink class (Indirect list). This class does not exist on the client (and shouldn't) and a ClassNotFoundException is thrown.

      On Weblogic I didn't have this problem.

      Can anyone help me ?

      Regards.

      Daniel Santos