| Author |
Ejb 3.0 stateful session remove
|
Cristian Popovici
Ranch Hand
Joined: Apr 13, 2007
Posts: 32
|
|
Hi People, I have a stateful bean. After all my work is done with this bean I am trying to remove it. The method annotated with @Remove is called and completes succesfully. The problem is that the bean is not removed from the method ready pool. I can see each call incremented in the MethodReadyCount ...and no RemoveCount.. in the server's monitor. Thanks, Cris.
|
 |
Orem Hun
Greenhorn
Joined: May 24, 2005
Posts: 28
|
|
Can you give more info on your env ? Are you using Seam framework ? What is the scope of your stateful: session, conversational etc ?
|
 |
 |
|
|
subject: Ejb 3.0 stateful session remove
|
|
|