1 Reply Latest reply on Dec 6, 2007 10:12 AM by hovhannes_igrok

    Strange behaviour of ejb

    hovhannes_igrok

      hi guys,
      maybe this issue have been already discussed, but I couldn't find any helpful info for me.

      I have a session bean extended from TimedObject which of course have ejbTimeout callback method.

      The strange behavior is that, during jboss starting up, setSessionContext and ejbTimeout methods calls multiple times, AND more strange that ejbTimeout method calls (again multiple times) before servlet init (where timer initialization have been done).