0 Replies Latest reply on Jul 8, 2003 1:09 PM by flickboy

    problem running OnJava example

    flickboy

      I tried running the standalone example at http://www.onjava.com/pub/a/onjava/2003/05/28/aop_jboss.html. I used their POJO and TracingInterceptor classes and their jboss-aop.xml file. I'm using the jboss-aop.jar, jboss-common.jar, and javassist.jar from Jboss-4.0.0DR2. Everything compiled fine, but I have this problem:

      Using the normal system class loader, the class runs fine, but no interceptors. My CLASSPATH is set up properly.

      Using org.jboss.aop.standalone.SystemClassLoader, I get "java.lang.NoClassDefFoundError: POJO".

      Since everything else remained the same, I'm wondering what else I need to change.