4 Replies Latest reply on Jun 8, 2011 11:43 AM by jaikiran

    Module's classloader is not visible to JEE components

    dimonv

      Hello all,

       

      I wrote a module for JBoss AS 7, it's deployed and registered in NS on start-up. My test application can look up it but cannot load the type class; an exception is thrown:

      java.lang.ClassNotFoundException: org.divo.jbossas.component.test.IHRService from [Module "deployment.jee-demo-web.war:main" from Service Module Loader]

       

      Now I'm trying to find the way to make this class visible to the deployed application (/deployments).

       

      Can anybody help?

       

      Thanks,

       

      Dmitri