2 Replies Latest reply on Sep 27, 2006 2:06 PM by monkeyden

    NoSuchMethodException using @Destroy

    monkeyden

      NOTE: Cross-posting. I recalled that @Destroy is a Seam annotation.

      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?