In EJB container passivation is invoked by container. If you make public method with
annotation @Passivate I think you make them additionally invoke. But look out that this
method maybe additional twice invoked by container so it should be written in safe style
to check it is second time pasivation...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174387#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...