jboss-4.0.5.GA
I am trying to get the container to destroy a test EJB 3.0 stateful bean.
The client has not invoked the @Remove annotated method. It has just exited.
Any changes that I make to standardjboss.xml seem to have no effect in so far as the bean
is not passivated.
When I add the
@CacheConfig(maxSize=5, idleTimeoutSeconds=10)
annotation, the bean is passivated rather quickly as expected but I cannot get the
container to remove the bean. I would like to change a setting to force this to happen
quickly so that I can see it.
Any thoughts anyone ?
Thanks in expectation.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060660#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...