Hello,

I have a remote client that invokes a stateful session bean. An EJB has a
dispose() method annotated with @Remove. After each lookup() and a
conversation with EJB my client calls dispose() method that according to
j2ee specification must remove EJB from container. But after some period of
time in log appear many entries like:
INFO - Removing the timed-out stateful session bean instance
966e46fd40865118:-1c24fdbb:13aef0f1f48:-7fe7
It seems that removing of EJB instances is delayed until timeout. They stay
in memory although a @Remove method was called.

Antón



--
View this message in context: 
http://openejb.979440.n4.nabble.com/Remove-on-stateful-session-bean-does-not-work-tp4658509.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to