I am trying to use @PostConstruct in my managed bean but the method is never called. I am using JSF 1.2, Java 6 and WebLogic 10.3. Can anyone tell me if I am missing something?
Thanks
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
All construction/injection callbacks is usually delegated to the appserver. I would consult the Weblogic docs/forum/support if @PostConstruct is supported by the appserver.
At least I can tell that it just works with Tomcat 6 and Glassfish 2 at my dev environment. Sorry, I can't tell more about Weblogic as I've never used it.