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 "Pradeep Fernando (JIRA)" <ji...@apache.org> on 2011/08/01 15:54:09 UTC

[jira] [Created] (AXIS2-5105) Validation fails when the nillable=false in element types in schema

Validation fails when the nillable=false in element types in schema
-------------------------------------------------------------------

                 Key: AXIS2-5105
                 URL: https://issues.apache.org/jira/browse/AXIS2-5105
             Project: Axis2
          Issue Type: Bug
    Affects Versions: 1.6.0
         Environment: jdk1.6, wsdl 1.1
            Reporter: Pradeep Fernando
             Fix For: 1.7.0


when the message types contains nillable=false element, the validation fails. That is , I get the result even if the set the element value as xsi:nil=true.

--
This message is automatically generated by JIRA.
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


[jira] [Updated] (AXIS2-5105) Validation fails when the nillable=false in element types in schema

Posted by "Sagara Gunathunga (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-5105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sagara Gunathunga  updated AXIS2-5105:
--------------------------------------

    Fix Version/s: 1.6.2
    
> Validation fails when the nillable=false in element types in schema
> -------------------------------------------------------------------
>
>                 Key: AXIS2-5105
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5105
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.6.0
>         Environment: jdk1.6, wsdl 1.1
>            Reporter: Pradeep Fernando
>             Fix For: 1.6.2, 1.7.0
>
>         Attachments: AXIS2-5105.patch
>
>
> when the message types contains nillable=false element, the validation fails. That is , I get the result even if the set the element value as xsi:nil=true.

--
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


[jira] [Updated] (AXIS2-5105) Validation fails when the nillable=false in element types in schema

Posted by "Pradeep Fernando (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-5105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pradeep Fernando updated AXIS2-5105:
------------------------------------

    Attachment: AXIS2-5105.patch

I have included the validation logic when the nillable=false in the schema.

> Validation fails when the nillable=false in element types in schema
> -------------------------------------------------------------------
>
>                 Key: AXIS2-5105
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5105
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.6.0
>         Environment: jdk1.6, wsdl 1.1
>            Reporter: Pradeep Fernando
>             Fix For: 1.7.0
>
>         Attachments: AXIS2-5105.patch
>
>
> when the message types contains nillable=false element, the validation fails. That is , I get the result even if the set the element value as xsi:nil=true.

--
This message is automatically generated by JIRA.
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


[jira] [Commented] (AXIS2-5105) Validation fails when the nillable=false in element types in schema

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-5105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13076277#comment-13076277 ] 

Hudson commented on AXIS2-5105:
-------------------------------

Integrated in Axis2 #894 (See [https://builds.apache.org/job/Axis2/894/])
    applying the patch for AXIS2-5105

amilas : 
Files : 
* /axis/axis2/java/core/trunk/modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate-bean.xsl


> Validation fails when the nillable=false in element types in schema
> -------------------------------------------------------------------
>
>                 Key: AXIS2-5105
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5105
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.6.0
>         Environment: jdk1.6, wsdl 1.1
>            Reporter: Pradeep Fernando
>             Fix For: 1.7.0
>
>         Attachments: AXIS2-5105.patch
>
>
> when the message types contains nillable=false element, the validation fails. That is , I get the result even if the set the element value as xsi:nil=true.

--
This message is automatically generated by JIRA.
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


[jira] [Resolved] (AXIS2-5105) Validation fails when the nillable=false in element types in schema

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-5105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amila Chinthaka Suriarachchi resolved AXIS2-5105.
-------------------------------------------------

    Resolution: Fixed

applied the patch revision 1153072

> Validation fails when the nillable=false in element types in schema
> -------------------------------------------------------------------
>
>                 Key: AXIS2-5105
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5105
>             Project: Axis2
>          Issue Type: Bug
>    Affects Versions: 1.6.0
>         Environment: jdk1.6, wsdl 1.1
>            Reporter: Pradeep Fernando
>             Fix For: 1.7.0
>
>         Attachments: AXIS2-5105.patch
>
>
> when the message types contains nillable=false element, the validation fails. That is , I get the result even if the set the element value as xsi:nil=true.

--
This message is automatically generated by JIRA.
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