1 Reply Latest reply on Nov 8, 2004 7:43 PM by bill.burke

    "Could not find class it references" error in AOPC

    atifmk

      I have all the required classes in the classpath. Still I get error:
      [aopc] [error] Failed to aspectize class com.sch.ua.service.ebs.EBSEnvironment$1AdminServlet. Could not find class it references com.sch.ebs.foundation.core.Configurator.. Do verbose mode if you want full stack trace.

      As you can see, it's coming from a inner class. Does JBossAOP work with inner classes? This is really bizarre.

      Please someone help me.

      Thanks
      Atif

        • 1. Re:
          bill.burke

          Is this an anonymous inner class or just an inner class? I'm pretty sure there is a test in the testsuite somewhere for inner classes.

          If you send me a testcase, I can try it out. bill@jboss.org

          Bill