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 "indika priyantha kumara (JIRA)" <ji...@apache.org> on 2006/09/21 12:04:23 UTC

[jira] Created: (AXIS2-1208) ADB databinding - org.apache.axis2.databinding.utils.ConverterUtil$ObjectConversionException: java.lang.ArrayStoreException exception throw when convert the string representation of calender object to java.util.Calender object .

ADB databinding - org.apache.axis2.databinding.utils.ConverterUtil$ObjectConversionException: java.lang.ArrayStoreException exception throw when convert the string representation of calender object to java.util.Calender object .
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: AXIS2-1208
                 URL: http://issues.apache.org/jira/browse/AXIS2-1208
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: databinding
            Reporter: indika priyantha kumara


ADB databinding - org.apache.axis2.databinding.utils.ConverterUtil$ObjectConversionException: java.lang.ArrayStoreException exception throw when convert the string representation of calender object to java.util.Calender object .

Request - adb  stub client 
<?xml version='1.0' encoding='UTF-8'?>
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
      <soapenv:Header />
      <soapenv:Body>
         <ns5:RetArrayDateTime1D xmlns:ns5="http://tempuri.org/">
            <ns5:inArrayDateTime1D>
               <ns1:dateTime xmlns:ns1="http://schemas.datacontract.org/2004/07/System">2005-04-03T12:59:59.000Z</ns1:dateTime>
            </ns5:inArrayDateTime1D>
         </ns5:RetArrayDateTime1D>
      </soapenv:Body>
   </soapenv:Envelope>

Response - adb skeleton sever vice - Axis Fault with error
.apache.axis2.databinding.utils.ConverterUtil$ObjectConversionException: java.lang.ArrayStoreException

Response - xmlbeans skeleton service

<?xml version='1.0' encoding='UTF-8'?>
   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
      <soapenv:Header />
      <soapenv:Body>
         <RetArrayDateTime1DResponse xmlns="http://tempuri.org/">
            <RetArrayDateTime1DResult xmlns:ns5="http://tempuri.org/">
               <ns1:dateTime xmlns:ns1="http://schemas.datacontract.org/2004/07/System">2005-04-03T12:59:59.000Z</ns1:dateTime>
            </RetArrayDateTime1DResult>
         </RetArrayDateTime1DResponse>
      </soapenv:Body>
   </soapenv:Envelope>

and adb client throw above same exception even when correct response are received as above
But xmlbeans client work properly 








-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-1208) ADB databinding - org.apache.axis2.databinding.utils.ConverterUtil$ObjectConversionException: java.lang.ArrayStoreException exception throw when convert the string representation of calender object to java.util.Calender object .

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1208?page=all ]

Davanum Srinivas resolved AXIS2-1208.
-------------------------------------

    Resolution: Fixed

Applied  a fix.

thanks,
dims

> ADB databinding - org.apache.axis2.databinding.utils.ConverterUtil$ObjectConversionException: java.lang.ArrayStoreException exception throw when convert the string representation of calender object to java.util.Calender object .
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1208
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1208
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>            Reporter: indika priyantha kumara
>         Attachments: ComplexDataTypesDocLitW.wsdl, xsd.zip
>
>
> ADB databinding - org.apache.axis2.databinding.utils.ConverterUtil$ObjectConversionException: java.lang.ArrayStoreException exception throw when convert the string representation of calender object to java.util.Calender object .
> Request - adb  stub client 
> <?xml version='1.0' encoding='UTF-8'?>
>    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
>       <soapenv:Header />
>       <soapenv:Body>
>          <ns5:RetArrayDateTime1D xmlns:ns5="http://tempuri.org/">
>             <ns5:inArrayDateTime1D>
>                <ns1:dateTime xmlns:ns1="http://schemas.datacontract.org/2004/07/System">2005-04-03T12:59:59.000Z</ns1:dateTime>
>             </ns5:inArrayDateTime1D>
>          </ns5:RetArrayDateTime1D>
>       </soapenv:Body>
>    </soapenv:Envelope>
> Response - adb skeleton sever vice - Axis Fault with error
> .apache.axis2.databinding.utils.ConverterUtil$ObjectConversionException: java.lang.ArrayStoreException
> Response - xmlbeans skeleton service
> <?xml version='1.0' encoding='UTF-8'?>
>    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
>       <soapenv:Header />
>       <soapenv:Body>
>          <RetArrayDateTime1DResponse xmlns="http://tempuri.org/">
>             <RetArrayDateTime1DResult xmlns:ns5="http://tempuri.org/">
>                <ns1:dateTime xmlns:ns1="http://schemas.datacontract.org/2004/07/System">2005-04-03T12:59:59.000Z</ns1:dateTime>
>             </RetArrayDateTime1DResult>
>          </RetArrayDateTime1DResponse>
>       </soapenv:Body>
>    </soapenv:Envelope>
> and adb client throw above same exception even when correct response are received as above
> But xmlbeans client work properly 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-1208) ADB databinding - org.apache.axis2.databinding.utils.ConverterUtil$ObjectConversionException: java.lang.ArrayStoreException exception throw when convert the string representation of calender object to java.util.Calender object .

Posted by "indika priyantha kumara (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1208?page=all ]

indika priyantha kumara updated AXIS2-1208:
-------------------------------------------

    Attachment: ComplexDataTypesDocLitW.wsdl
                xsd.zip

> ADB databinding - org.apache.axis2.databinding.utils.ConverterUtil$ObjectConversionException: java.lang.ArrayStoreException exception throw when convert the string representation of calender object to java.util.Calender object .
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1208
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1208
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>            Reporter: indika priyantha kumara
>         Attachments: ComplexDataTypesDocLitW.wsdl, xsd.zip
>
>
> ADB databinding - org.apache.axis2.databinding.utils.ConverterUtil$ObjectConversionException: java.lang.ArrayStoreException exception throw when convert the string representation of calender object to java.util.Calender object .
> Request - adb  stub client 
> <?xml version='1.0' encoding='UTF-8'?>
>    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
>       <soapenv:Header />
>       <soapenv:Body>
>          <ns5:RetArrayDateTime1D xmlns:ns5="http://tempuri.org/">
>             <ns5:inArrayDateTime1D>
>                <ns1:dateTime xmlns:ns1="http://schemas.datacontract.org/2004/07/System">2005-04-03T12:59:59.000Z</ns1:dateTime>
>             </ns5:inArrayDateTime1D>
>          </ns5:RetArrayDateTime1D>
>       </soapenv:Body>
>    </soapenv:Envelope>
> Response - adb skeleton sever vice - Axis Fault with error
> .apache.axis2.databinding.utils.ConverterUtil$ObjectConversionException: java.lang.ArrayStoreException
> Response - xmlbeans skeleton service
> <?xml version='1.0' encoding='UTF-8'?>
>    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
>       <soapenv:Header />
>       <soapenv:Body>
>          <RetArrayDateTime1DResponse xmlns="http://tempuri.org/">
>             <RetArrayDateTime1DResult xmlns:ns5="http://tempuri.org/">
>                <ns1:dateTime xmlns:ns1="http://schemas.datacontract.org/2004/07/System">2005-04-03T12:59:59.000Z</ns1:dateTime>
>             </RetArrayDateTime1DResult>
>          </RetArrayDateTime1DResponse>
>       </soapenv:Body>
>    </soapenv:Envelope>
> and adb client throw above same exception even when correct response are received as above
> But xmlbeans client work properly 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-1208) ADB databinding - org.apache.axis2.databinding.utils.ConverterUtil$ObjectConversionException: java.lang.ArrayStoreException exception throw when convert the string representation of calender object to java.util.Calender object .

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-1208?page=comments#action_12436546 ] 
            
Davanum Srinivas commented on AXIS2-1208:
-----------------------------------------

indika,

WSDL/XSD please.

-- dims

> ADB databinding - org.apache.axis2.databinding.utils.ConverterUtil$ObjectConversionException: java.lang.ArrayStoreException exception throw when convert the string representation of calender object to java.util.Calender object .
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1208
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1208
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: databinding
>            Reporter: indika priyantha kumara
>
> ADB databinding - org.apache.axis2.databinding.utils.ConverterUtil$ObjectConversionException: java.lang.ArrayStoreException exception throw when convert the string representation of calender object to java.util.Calender object .
> Request - adb  stub client 
> <?xml version='1.0' encoding='UTF-8'?>
>    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
>       <soapenv:Header />
>       <soapenv:Body>
>          <ns5:RetArrayDateTime1D xmlns:ns5="http://tempuri.org/">
>             <ns5:inArrayDateTime1D>
>                <ns1:dateTime xmlns:ns1="http://schemas.datacontract.org/2004/07/System">2005-04-03T12:59:59.000Z</ns1:dateTime>
>             </ns5:inArrayDateTime1D>
>          </ns5:RetArrayDateTime1D>
>       </soapenv:Body>
>    </soapenv:Envelope>
> Response - adb skeleton sever vice - Axis Fault with error
> .apache.axis2.databinding.utils.ConverterUtil$ObjectConversionException: java.lang.ArrayStoreException
> Response - xmlbeans skeleton service
> <?xml version='1.0' encoding='UTF-8'?>
>    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
>       <soapenv:Header />
>       <soapenv:Body>
>          <RetArrayDateTime1DResponse xmlns="http://tempuri.org/">
>             <RetArrayDateTime1DResult xmlns:ns5="http://tempuri.org/">
>                <ns1:dateTime xmlns:ns1="http://schemas.datacontract.org/2004/07/System">2005-04-03T12:59:59.000Z</ns1:dateTime>
>             </RetArrayDateTime1DResult>
>          </RetArrayDateTime1DResponse>
>       </soapenv:Body>
>    </soapenv:Envelope>
> and adb client throw above same exception even when correct response are received as above
> But xmlbeans client work properly 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org