0 Replies Latest reply on Oct 31, 2008 5:07 PM by dthibau1

    SFSB : @Transient and @In ?

    dthibau1

      I was wondering if it is useful to mark Seam's injected fields as @Transient when using stateful session beans ?


      I'm asking this silly question, because in my opinion there is no case where we want to passivate a field which
      will be injected by the container.
      With this fact in mind, the container could automatically add the transient aspect to the injected fields ??


      What do you think ??