0 Replies Latest reply on Jul 25, 2007 4:45 AM by thhal

    NPE in @Out method when calling @Remove

    thhal

      I get the message "Exception calling stateful session bean default @Remove". The cause is a null pointer exception when I try to access a @Logger injected variable in an @Out annotated method.

      As far as I can see, the @Out annotated method is called during the remove phase at a time when all instance variables has been cleaned out. Is that the way it's supposed to work?