1 Reply Latest reply on Aug 23, 2007 9:41 AM by wernergross

    @Destroy annotated method in java bean never called

    wernergross

      Hi,
      I've got the following problem:
      allthough the end-conversation-state of the pageflow is reached the @Destroy-annotated method of the seam component (plain java bean) of the terminated conversation is never called - a new conversation however (including a @Create-annotated method) is created just as designed. However, when the vm shutsdown the @Destroy-method is finally called for all out-of-scope component-instances created so far.

      We're using SEAM 2.0.0 BETA 1 + facelets + trinidad + richfaces + JBoss 4.2.0.GA1