[jboss-user] [JBoss AOP] - Re: Unable start AOP services in Jboss

kabir.khan@jboss.com do-not-reply at jboss.com
Fri May 25 06:37:18 EDT 2007


You need to use [ code ] [ /code ] tags (no spaces inside the "[" and "]" to post xml.

Apart from that I am confused :-)

ejb-jar.xml:

  | <interceptor-binding> 
  | 
Does not exist in EJB 2.1, it was introduced in EJB 3. Also, in EJB 3 the spec-defined interceptors fo not implement org.jboss.aop.advice.Interceptor. 

jboss.xml:

  | <interceptor-class>com.presentation.interfaces.TracingInterceptor.java</interceptor-class> 
  | 
Again this does not exist in jboss.xml.

With EJB 2.1 you have the choice between creating a new container configuration with some extra interceptors in jboss.xml or using AOP. 


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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048641



More information about the jboss-user mailing list