10 Replies Latest reply on Mar 20, 2012 11:47 AM by alesj

    @Inject across WAR and JAR

    gboro54

      I have am attempting to deploy an ear project containing a war and a jar, both containing beans.xml(META-INF directory in jar and WEB-INF directory in war). I can't inject a bean from my jar into a class of the war. Am I missing a configuration somewhere?