4 Replies Latest reply on Aug 27, 2009 6:50 AM by afloom

    jboss-aop 1.5 compiletime weaved code on jbossaop 2.1

    afloom

      Hi,

      I have an application (an ejb jar) that was compiletime weaved using jboss-aop 1.5 (1.5.5 I believe) that I'm trying to deploy on JBoss EAP 5.0 BETA (which contains jboss-aop 2.1.3). Should this work? I can't get it to work and I'm trying to figure out what the problem is.

      What I have is pointcut bindings declared through xml. It is deployed separately together with my interceptors in an .aop file
      My (aop) interceptors are not called, but other than that my application (the ejb) works.

      A quick "this should work" or "no, it doesn't work" would be great. I found a thread saying that code compiletime weaved with jboss-aop 2.0 should work on 1.5, but this is the other way around.