0 Replies Latest reply on Feb 13, 2006 3:24 PM by msomepal

    Help needed from expers-@PostConstruct-When this method is e

    msomepal

      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?