Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-93

Handling of null values in complex types

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • jbossws-1.0EA
    • None
    • jbossws-native
    • None

      ComplexTypeMarshallerTestCase.testCompositeType expects

      <ns1:Composite xmlns:ns1='http://org.jboss.ws/types' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
      <integer>100</integer>
      <string>Hello World!</string>
      <composite>
      <integer>200</integer>
      <string>Hello Sub World!</string>
      <dateTime xsi:nil='1'/>
      <qname xsi:nil='1'/>
      </composite>
      <dateTime xsi:nil='1'/>
      <qname xsi:nil='1'/>
      </ns1:Composite>

      but gets

      <ns1:Composite xmlns:ns1='http://org.jboss.ws/types'>
      <integer>100</integer>
      <string>Hello World!</string>
      <composite>
      <integer>200</integer>
      <string>Hello Sub World!</string>
      </composite>
      </ns1:Composite>

            olubyans@redhat.com Alexey Loubyansky
            tdiesler@redhat.com Thomas Diesler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: