2 Replies Latest reply on Aug 16, 2004 1:49 PM by kazouta

    Scoped classloading in EAR files and entity bean value objec

    freretuck

      Hi,

      We experience some difficulties in our understanding of the scoped classloading mechanism enabled using "loader-repository" element in jboss-app.xml.

      We would like to deploy the following J2EE componants in jboss:
      an ear (deployed with scoped classloading) which use some functionnalities proposed by another ear (deployed with the unified classloader) that return some value objects.

      My problem is the following:
      We dont find solution to avoid the linkage error on the value object classes builded and returned by the second ear ?

      Any idea to circumvent the problem ?

      Thanks for your help,

      FrereTuck