there is no log when the stateful is removed "normally" (=without timeout). Does your stateful has a scope? if no it should be reproducable in junit Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau
2014-02-13 16:52 GMT+01:00 Olivier Paquet <[email protected]>: > Perhaps it would help you to know that we inject some stateless beans in the > stateful bean. > > And our configuration for the stateful container: > > <Container id="myStatefulContainer" type="STATEFUL"> > accessTimeout = 30 seconds > bulkPassivate = 100 > cache = org.apache.openejb.core.stateful.SimpleCache > capacity = 5000 > frequency = 5 > passivator = org.apache.openejb.core.stateful.SimplePassivater > timeOut = 1 > </Container> > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/Stateful-EJB-not-removed-after-Remove-annontation-tp4667763p4667775.html > Sent from the OpenEJB User mailing list archive at Nabble.com.
