6 Replies Latest reply on May 18, 2006 8:59 AM by kconner

    UserTransaction not Referenceable/Serializable

    metavirulent

      The JTA Specification states in 3.1.2 that
      "The implementation of the UserTransaction object must be both
      javax.naming.Referenceable and java.io.Serializable, so that the object can be stored in all JNDI naming contexts."

      Currently, it looks like this is violated in the current implementation of Arjuna JTA.
      Any chance to fix this?