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

Marshalling of arrays wrapped in complex types

XMLWordPrintable

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

      Expected in ComplexTypeMarshallerTestCase.testBigDecimalArrayType

      <ns1:BigDecimalArray xmlns:ns1='http://org.jboss.ws/types'>
      <value>100</value>
      <value>200</value>
      <value>300</value>
      </ns1:BigDecimalArray>

      Actual

      <ns1:BigDecimalArray xmlns:ns1='http://org.jboss.ws/types'>
      <value>[Ljava.math.BigDecimal;@18d7ace</value>
      </ns1:BigDecimalArray>

            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: