You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ru...@apache.org on 2001/06/14 03:43:12 UTC

cvs commit: xml-axis/java/src/org/apache/axis/message SOAPBodyElement.java

rubys       01/06/13 18:43:12

  Modified:    java/src/org/apache/axis/message SOAPBodyElement.java
  Log:
  It seems that not everybody sets deserializationContext...
  
  Revision  Changes    Path
  1.3       +1 -1      xml-axis/java/src/org/apache/axis/message/SOAPBodyElement.java
  
  Index: SOAPBodyElement.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/message/SOAPBodyElement.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SOAPBodyElement.java	2001/06/13 00:25:43	1.2
  +++ SOAPBodyElement.java	2001/06/14 01:43:11	1.3
  @@ -75,7 +75,7 @@
            * element without an ID attribute (assuming that
            * ID'ed attributes are multi-ref encodings).
            */
  -        if (getID() == null) {
  +        if (context!= null && getID()==null) {
               MessageContext msgContext = context.getMessageContext();
               if (msgContext.getServiceHandler() == null) {
                   Debug.Print(2, "Dispatching to body namespace '",