When I put this in my @Service bean:
| @PostConstruct
| public void init() {
| System.out.println("####################### init()");
| }
|
I don't see the output in the log and I can definitely tell the bean is working.
Just to be sure, that's a @javax.annotation.PostConstruct inside a
@org.jboss.ejb3.annotation.Service.
I'm on JBoss [The Oracle] 5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265483#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...