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

Cannot unmarshall multidimensional array

XMLWordPrintable

      $ ant -Dtest=org.jboss.test.ws.marshall.rpclit.MarshallRpcLitTestCase one-test

      2005-08-19 18:28:18,960 DEBUG [org.jboss.ws.server.ServiceEndpoint] Incomming SOAPMessage
      <env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
      <env:Header/>
      <env:Body>
      <ns1:bigDecimalMultiArrayTest xmlns:ns1='http://org.jboss.ws/marshall/rpclit'>
      <arrayOfarrayOfBigDecimal_1 xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
      <value>
      <value>100</value>
      <value>200</value>
      <value>300</value>
      </value>
      <value>
      <value>400</value>
      <value>500</value>
      <value>600</value>
      </value>
      </arrayOfarrayOfBigDecimal_1>
      </ns1:bigDecimalMultiArrayTest>
      </env:Body>
      </env:Envelope>

      Caused by: org.jboss.xb.binding.JBossXBRuntimeException: Failed to find field value and getter getValue for element value in class org.jboss.xb.binding.GenericValueContainer$FACTORY$1
      at org.jboss.xb.binding.sunday.unmarshalling.impl.runtime.RtElementHandler.startElement(RtElementHandler.java:118)
      at org.jboss.xb.binding.sunday.unmarshalling.TypeBinding.startElement(TypeBinding.java:252)
      at org.jboss.xb.binding.sunday.unmarshalling.SundayContentHandler.startElement(SundayContentHandler.java:287)
      at org.jboss.xb.binding.parser.sax.SaxJBossXBParser$DelegatingContentHandler.startElement(SaxJBossXBParser.java:217)

              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: