2 Replies Latest reply on Jan 26, 2011 3:57 PM by flavia.rainone

    JBOSS AOP in JBOSS SOA  Platform Standalone 5.0.0 server

    rajesharma470

      Hi

       

      I am trying to configure jboss aop in jboss soa platform. I am using jboss SOA sample helloworld program. I have put the jboss-aop.xml in 'lib' folder and set the jboss.aop.path to jboss-aop.xml and has bind pointcut to 'sendAMessage' method in SendJMSMessage class. My aspect class is 'ValidatorInterceptor'. I have also set the jboss-aop-jdk50-single.jar in the build path. But still there is no invocation in the application.

       

      Please let me know anybody can help me.