I checked the Wiki page , and it has no mention of editing ejb3-interceptors-aop.xml .
The latest version of the spring deployer has no documentation nor any source code. I
downloaded the previous ver. 1.4 which has wrong documentation.
it says the Horoscope bean uses non AOP injection, by using the @CallBackListener
annotation , but looking at the code, I see that the bean has
@Interceptors(SpringLifecycleInterceptor.class) annotation.
So what must I do here in order to get the spring deployer working.
I got the part about putting jboss-spring-jdk5.jar in deploy directory. and adding spring
jars in the lib directory.
Do I need to edit the ejb3-interceptiors-aop.xml file ? I don't want to enable spring
injection on all my beans, but just the ones I want to ineract spring with . Can I use the
@Interceptor annotation instead ?
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037106#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...