[jboss-user] [EJB 3.0] - Re: Interceptors not fired on methods called from within bea

jnorris10 do-not-reply at jboss.com
Thu Jul 13 10:45:05 EDT 2006


"wolfc" wrote : Please try:
  | getBusinessObject(MyInterface.class).sayHelloTo("me");

Yeah, I've found that, thanks.  That call currently is "Not Implemented" (in EJB3 RC7) although it seems to be implemented in source control now.

For now I simply inject "myself" which works fine:

ie:

  | @EJB MyInterface myself
  | 

Although this seems dirty and I'm not sure if this is really supposed to be supported in the spec.



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

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



More information about the jboss-user mailing list