"mohitanchlia" wrote : Thanks. So if there is a pool of 10 beans then does PostContruct gets called 10 times?
Yes, one per bean instance. EJB 3.1 will also introduce the @Singleton bean. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187858#4187858 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187858 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
