File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB and other Java EE Technologies and the fly likes Ejb 3.0 stateful session remove Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Ejb 3.0 stateful session remove" Watch "Ejb 3.0 stateful session remove" New topic
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 ?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Ejb 3.0 stateful session remove
 
Similar Threads
Detect Client Shutdown
Stateful Beans / Passivation / Extended Persistence
2 stateful bean questions
Stateful bean and instance pooling
remove() method in stateful session bean