[jboss-user] [JBoss/Spring Integration] - Re: AS5 @Spring injection failing

ALRubinger do-not-reply at jboss.com
Fri Feb 13 17:41:02 EST 2009


"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#4210064

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



More information about the jboss-user mailing list