4 Replies Latest reply on Oct 17, 2004 10:29 AM by thomas.diesler

    3.2.x and jaxrpc exceptions

      Thoms or Scott,

      The 3.2.x backported jaxrpc exception implementations are assuming the
      java.lang.RuntimeException from java 1.4

      Am I correct in assuming that moving
      Throwable cause;
      to the exception objects (because there is no such thing on RuntimeException in j2se1.3)
      doesn't cause a serialization problem because they are serialized into xml?