0 Replies Latest reply on Jul 8, 2007 3:30 PM by jmmatrat

    Stateful Bean and Ressource Injection

    jmmatrat

      Hello,

      I need a stateful bean that can access a JMS queue. So I use the @Ressource to map to the connection factory and the queue. Untill there everything is OK.
      But during the passivation the connection factory can not be serialized.

      Does this mean that I can not use injection into a stateful bean if this ressouce is not serializable

      JMM