1 Reply Latest reply on May 26, 2008 8:57 PM by stephen

    After the Injections are done

    nes

      Hello! I'd like to run some code after an injection has been done in a stateful session bean. Wouldn't hurt to run it right after all injections have been done. setSessionContext is never called and @Create seems to be too early.


      The goal is to notice the changes that were done to my object. So I want to cloan upon start of the session bean and when it's flushed to the database, I'd like to look at the changes.


      Any hints?


      Niko