You have two options:
- you must add Spring deployer into the embeddable EJB3 mix.
And then add SpringInterceptor into ejb3-interceptors-aop.xml (see how this is done in
app. server).
- or include jboss-spring-jdk5.jar into classpath and use
Spring<Lifecycle|Passivation>Interceptor as EJB3 uses interceptors.
But be sure you deploy/bind your spring-context (BeanFactory or ApplicationContext) under
specified jndi name (see @Spring jndiName and SpringInjectionSupport).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963754#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...