I have a stateless been which registers a timer with App Server.I want to do 
this with out a startup class.Whenever appserver instantiates a bean it has to 
check appserver for any registered timers and if dont have any should register 
one.I am thinking of doing this in @PostConstruct method.But there will be no 
business methods invoked on this bean as there wont be any clients for this 
bean.My Question is,Even there are no business methods invoked does jboss 
container calls PostConstruct method? 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923420#3923420

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923420


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to