Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 37DCFCE81 for ; Tue, 17 Jul 2012 08:41:38 +0000 (UTC) Received: (qmail 71688 invoked by uid 500); 17 Jul 2012 08:41:36 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 71364 invoked by uid 500); 17 Jul 2012 08:41:35 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 71325 invoked by uid 99); 17 Jul 2012 08:41:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jul 2012 08:41:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id AD8E714281C for ; Tue, 17 Jul 2012 08:41:34 +0000 (UTC) Date: Tue, 17 Jul 2012 08:41:34 +0000 (UTC) From: "Hudson (JIRA)" To: java-dev@axis.apache.org Message-ID: <2101314366.62825.1342514494712.JavaMail.jiratomcat@issues-vm> In-Reply-To: <175522576.31022.1319804793061.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (AXIS2-5170) Empty xs:normalizedString parse and/or serialization error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXIS2-5170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13416009#comment-13416009 ] Hudson commented on AXIS2-5170: ------------------------------- Integrated in Axis2 #1641 (See [https://builds.apache.org/job/Axis2/1641/]) Fixed AXIS2-5170- Can't find such constrain on http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/#normalizedString. (Revision 1362388) Result = FAILURE sagara : Files : * /axis/axis2/java/core/trunk/modules/adb/src/org/apache/axis2/databinding/utils/ConverterUtil.java * /axis/axis2/java/core/trunk/modules/adb/test/org/apache/axis2/databinding/utils/ConverterUtilTest.java > Empty xs:normalizedString parse and/or serialization error > ---------------------------------------------------------- > > Key: AXIS2-5170 > URL: https://issues.apache.org/jira/browse/AXIS2-5170 > Project: Axis2 > Issue Type: Bug > Components: codegen > Affects Versions: 1.6.1 > Reporter: ilab > Assignee: Sagara Gunathunga > Priority: Critical > Fix For: 1.7.0 > > > The object, which is created by axis2 parsing an empty xs:normalizedString tag, cannot be serialized as serialize(...) always throws "normalizedString cannot be null!!" exception. > Details: > When org.apache.axis2.databinding.types.xsd.NormalizedString$Factory.parse() method parses an empty xs:normalizedString tag, the following code runs: > NormalizedString object = new NormalizedString(); > [...] > object.setNormalizedString(org.apache.axis2.databinding.utils.ConverterUtil.convertToNormalizedString(content)); > Method convertToNormalizedString() returns null for null/empty string values. > Afterwards, if NormalizedString.serialize(...) is called, it will throw "normalizedString cannot be null!!" exception. > For the full relevant code see for example http://www.docjar.com/html/api/org/apache/axis2/databinding/utils/ConverterUtil.java.html -- 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: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org