Is there any way to cause a @PreDestory callback to be executed programmactically? I thought if I undeploy the jar file in which EJB3 Stateless beans are defined, any @PreDestroy callbacks defined would be called. That doesn't seem to be the case and it maybe my misunderstanding of an EJB3 lifecycle. (4.03SP1/EJB3-RC5)
>From the JBoss doc, it claims that the @PreDestory callback is called when a >bean is destoryed or removed from the pool. I thought obviously undeployment >would do this but if not, what can cause this or is this callback strictly >container controlled? Thanks! -aps View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930491#3930491 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930491 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
