Hi,
I recently stumbled upon an issue with the lifecycle implementation of EJB3 SFSBs:
In the current implementation an active SFSB is removed from the cache without calling the
"@PreDestroy-method" whereas this method is called when the bean has been
passivated before.
AFAIK this behaviour is the complete opposite of the standard.
The code is in the run-method of
org.jboss.ejb3.cache.simple.SimpleStatefulCache.RemovalTimeoutTask.
Is the behaviour described above wanted?
Daniel
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260710#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...