Trying again (Sorry - should have tried preview!!) -  I knocked off the XML 
tags this time.

xml version="1.0" encoding="UTF-8"?

aop xmlns="urn:jboss:aop-beans:1.0"

interceptor class="com.XYZ.aop.AopLogger" scope="PER_VM"/>

interceptor class="com.XYZ.aop.ConstructorInterceptor" scope="PER_VM"/>



bind pointcut="execution(* com. XYZ.ejb.*->*(..)) "
         interceptor-ref name="com.XYZ.aop.AopLogger"
/bind


bind pointcut="execution(com. XYZ.ejb.*->new(..))"
         interceptor-ref name="com. XYZ.aop.ConstructorInterceptor"
/bind

/aop

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4230135#4230135

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4230135
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to