1 Reply Latest reply on Sep 9, 2010 5:43 AM by orossbach

    Seam deployment scanner does not scan jar file out of ear project

    orossbach

      Hello,


      I have currently the problem that seam deployment scanner does not scan a jar file which resides in my ear project under /lib.
      I use annotation @Logger (@Logger private Log log;) in a class out of jar file but since my jar file is not scanned (though marker file seam.properties is under /src and components.xml is under /src/META-INF) I get a NullPointerException trying to use log instance.
      I am working with seam 2.2.0.GA and JBoss 5.1.0.GA.


      Thanks and regards


      Oliver