The more I play with this the more I believe that the container is failing to invoke the listener. I've been able to invoke a method on my Stateless session bean that is annotated with
@PostConstruct
@PostActivate
but when I define a Listener with the following method signature:
@AroundInvoke
public void autowireBean(InvocationContext ctx)
it never gets invoked. Any idea as to why this would be?
Thanks...
[Message sent by forum member 'cmathrusse']
http://forums.java.net/jive/thread.jspa?messageID=472644