0 Replies Latest reply on Oct 19, 2006 11:10 AM by bsturzoiu

    TimedObject

    bsturzoiu

      Hi
      I have teh following situation
      i have a timed object that is set to fired at a specific date
      In that momment my app server is down
      when, i restart my app server, my timed object run its ejbTimeOut() method before taht whole application to be deployed.

      because of this, i receive an error - javax.naming.NameNotFoundException: RetentionPolicyManager not bound]

      how to avoid this? how to delay this method to be executed after WHOLE application is deployed?

      Thank you.