"green804" wrote : I had it under "Stateless Bean" because that's
where it was in 4.2. Should I move it to "Intercepted Bean"? Does it matter
where?
Aha.
You've got a SFSB, which is tied to domain "Stateful Bean".
"Intercepted Bean" is a top-level parent (@see <domain extends=X>).
This is the pointcut
| <bind pointcut="execution(*->new(..))">
| <interceptor-ref
name="org.jboss.spring.interceptor.SpringInjectionInterceptor"/>
| </bind>
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210064#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...