0 Replies Latest reply on Dec 10, 2008 2:04 PM by matthieugd

    No ClassLoaders found for: org.jboss.seam.intercept.JavaBeanInterceptor

    matthieugd

      Hello,


      Configuration : Jboss 4.2.3 / Seam 2.1SP1


      I've a JavaBean class declared as a component in the components.cxml file. It's a DTO from an EJB deployed in my EAR where seam is used in a WAR module. I've used the Jboss tools template I got new problem so far.


      The class is used as parameter in method of a service deployed as an EJB. When I use an instance created by seam I got this exception :


      No ClassLoaders found for: org.jboss.seam.intercept.JavaBeanInterceptor (...) with a RMI message etc ... When I created a instance with the new operator I got no problem.


      Can I access to the underlying bean instance to provide it to my ejb ?


      Mattthieu