cvs commit: xml-axis-wsif/java/src/org/apache/wsif/wsdl/extensions/format FormatBindingSerializer.java

[email protected]
Newsgroups gmane.comp.apache.webservices.wsif.devel
Message-ID <[email protected]>
owenb       2003/08/07 09:28:30

  Modified:    java/src/org/apache/wsif/wsdl/extensions/jms
                        JMSPropertyValueSerializer.java
                        JMSFaultPropertySerializer.java
               java/src/org/apache/wsif/wsdl/extensions/format
                        FormatBindingSerializer.java
  Log:
  Fixed calls to DOMUtils.getQualifiedAttributeValue so that it builds with the lastest WSDL4J (as of 7th Aug 2003)
  
  Revision  Changes    Path
  1.9       +2 -1      xml-axis-wsif/java/src/org/apache/wsif/wsdl/extensions/jms/JMSPropertyValueSerializer.java
  
  Index: JMSPropertyValueSerializer.java
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/src/org/apache/wsif/wsdl/extensions/jms/JMSPropertyValueSerializer.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- JMSPropertyValueSerializer.java	7 Dec 2002 12:33:48 -0000	1.8
  +++ JMSPropertyValueSerializer.java	7 Aug 2003 16:28:30 -0000	1.9
  @@ -216,7 +216,8 @@
                   el,
                   JMSConstants.ATTR_TYPE,
                   JMSConstants.ELEM_PROPERTY_VALUE,
  -                false);
  +                false,
  +                def);
           if (type != null) {
               jmsPropertyValue.setType(type);
           }
  
  
  
  1.5       +2 -1      xml-axis-wsif/java/src/org/apache/wsif/wsdl/extensions/jms/JMSFaultPropertySerializer.java
  
  Index: JMSFaultPropertySerializer.java
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/src/org/apache/wsif/wsdl/extensions/jms/JMSFaultPropertySerializer.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- JMSFaultPropertySerializer.java	7 Dec 2002 12:33:48 -0000	1.4
  +++ JMSFaultPropertySerializer.java	7 Aug 2003 16:28:30 -0000	1.5
  @@ -205,7 +205,8 @@
                   el,
                   JMSConstants.ATTR_TYPE,
                   JMSConstants.ELEM_FAULT_PROPERTY,
  -                false);
  +                false,
  +                def);
           if (type != null) {
               jmsFaultProperty.setType(type);
           }
  
  
  
  1.8       +4 -2      xml-axis-wsif/java/src/org/apache/wsif/wsdl/extensions/format/FormatBindingSerializer.java
  
  Index: FormatBindingSerializer.java
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/src/org/apache/wsif/wsdl/extensions/format/FormatBindingSerializer.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- FormatBindingSerializer.java	7 Dec 2002 12:33:50 -0000	1.7
  +++ FormatBindingSerializer.java	7 Aug 2003 16:28:30 -0000	1.8
  @@ -233,13 +233,15 @@
                               tempEl,
                               "elementName",
                               "typeMap",
  -                            false);
  +                            false,
  +                            def);
                       QName qTypeName =
                           DOMUtils.getQualifiedAttributeValue(
                               tempEl,
                               "typeName",
                               "typeMap",
  -                            false);
  +                            false,
  +                            def);
   
                       String formatType =
                           DOMUtils.getAttribute(tempEl, "formatType");
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.