0 Replies Latest reply on Sep 13, 2011 5:43 AM by skshyamal

    Deployment of jars and wars without EAR structure

    skshyamal

      Hi All,

       

      I want to have deployment in Jboss AS7 as simple jars and wars which can see each other without ear structure, something like ..

      standalone

      deployments

      ejb.jar -- In this I have the all entity beans and persistence context management classes

      web.war -- Here contains jsf stuff which want to access the cdi components from ejb.jar

       

      Since in jboss AS7 the classloading is no longer hierarchical, I have problem accessing or injecting the dependencies from ejb.jar to my web application war files.

       

      Thx,

      supriya