The same problem exists with @PreDestroy. The bean is stopped by the container (at least the log message [EJBContainer] STOPPED EJB: .... is present) but the @PreDestroy method is not invoked. The signature is @PreDestroy public void shutdown().
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265835#4265835 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265835 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
