3 Replies Latest reply on Nov 11, 2006 2:23 PM by bluetrade

    Could not find stateful session bean

    bluetrade

      Hi,
      when I redeploy / undeploy a Seam application that contains Stateful components which have the @Startup tag and are Application Scoped (also happens sometimes with Conversation scoped components) ,I get the error:
      Warn [Contexts] Could not destroy component: "componentName"
      EJBNoSuchObjectException: Could not find stateful bean: 5c4om-ox57ge-eue2b4rn-1-eue2cku8-1
      SimpleStatefulCache.get(SimpleStatefulCache.java:268)
      ...
      ...

      Has someone experienced similar behavior? I am using a nightly build of seam but I also had this behavior with the Beta 1.1 - Is there something I should watch out for when working with @Startup? Could you point me to a direction where I could look for errors - I am really blank on this one...

      Thank you!

      Joey