6 Replies Latest reply on May 19, 2010 1:19 PM by pmuir

    PostConstruct on JBoss 6 M2 not working

    hbraun.myownwastebin.gmail.com

      My beans deploy correctly on JBoss 6 M2, but neither @PostConstruct not @PreDestroy are invoked. I would expect them to reflect the deployment lifecycle, no? I.e. upon removal of a beans jar from server/default/deploy the pre-destroy callback should be invoked, no?