0 Replies Latest reply on Jul 8, 2009 5:55 PM by newlukai

    Passivation and activation

      Hello,


      the last test of my application has shown, that it still is instable regarding passivation/activation.


      One particular problem ATM is a @ataModel in a conversation scoped component that points to NULL after activation.
      The doc says that @In takes care about passivation and activation. But what should I do with all the attributes that aren't injected? Normally it's not very complex since they are simple object attributes which are serializable. But in one component I use a UIComponent binding and its doc tells me that UIComponent isn't serializable, so I made it transient. Is this correct?


      Is there a guide about this topic?


      Thanks
      Jens