[
https://issues.apache.org/jira/browse/AXIS2-5275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13242403#comment-13242403
]
Hudson commented on AXIS2-5275:
-------------------------------
Integrated in axis2-1.6 #281 (See
[https://builds.apache.org/job/axis2-1.6/281/])
AXIS2-5275 - Merged r1307410 to the 1.6 branch. (Revision 1307420)
Result = SUCCESS
sagara :
Files :
* /axis/axis2/java/core/branches/1_6
*
/axis/axis2/java/core/branches/1_6/modules/adb/src/org/apache/axis2/databinding/utils/ConverterUtil.java
*
/axis/axis2/java/core/branches/1_6/modules/adb/test/org/apache/axis2/databinding/utils/ConverterUtilTest.java
> ConverterUtil.convertToDate expects wrong time format
> -----------------------------------------------------
>
> Key: AXIS2-5275
> URL: https://issues.apache.org/jira/browse/AXIS2-5275
> Project: Axis2
> Issue Type: Bug
> Components: adb
> Affects Versions: 1.5.5, 1.6.1
> Reporter: Johannes Lietz
> Fix For: 1.7.0
>
> Attachments: AXIS2-5275.patch
>
>
> Method ConverterUtil.convertToDateTime expects the string parameter to be
> yyyy-MM-ddThh:mm:ssZ, e.g.: 2012-03-21T10:11:12Z. Is is correct according to
> ISO 8601.
> But if a datetime string is passed to ConverterUtil.convertToDate, this
> method expects the format to be yyyy-MM-ddZhh:mm:ssT, e.g.:
> 2012-03-21Z10:11:12T, with 'T' and 'Z' interchanged. Therefore when passing a
> correctly formatted datetime string to this method, a RuntimeException "In
> valid string sufix" is thrown.
> ConverterUtil.convertToDate must be fixed to accept ISO 8601 datetime strings.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]