0 Replies Latest reply on Sep 27, 2006 11:13 AM by monkeyden

    NoSuchMethodException for annotated destroy()

    monkeyden

      I'm getting a NoSuchMethodException for destroy() of SFSB, though I have it defined as such:

      @Remove @Destroy
      public void destroy() {}

      Am I missing something?