0 Replies Latest reply on Jul 10, 2008 2:09 PM by thebluesoul

    non-J2EE annotations lost

    thebluesoul

      Hi,
      I'm trying to scan annotations in my classes, but when I deploy them in JBoss AS 4.2.2,
      the Class object shows no trace of non-J2EE annotations (but I find J2EE annotations).
      The same code in a stand alone main works perfectly.
      Any ideas?
      Thanks in advance

      p.s. I can't use javassist to load classes (in that way I'm able to scan annotations)