You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2009/03/10 04:56:50 UTC

[jira] Created: (CXF-2099) support XMLSchema Vaildation in XMLBeans DataBinding

support XMLSchema Vaildation in XMLBeans DataBinding
----------------------------------------------------

                 Key: CXF-2099
                 URL: https://issues.apache.org/jira/browse/CXF-2099
             Project: CXF
          Issue Type: Improvement
            Reporter: Willem Jiang
            Assignee: Willem Jiang
             Fix For: 2.2, 2.1.5




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-2099) support XMLSchema Vaildation in XMLBeans DataBinding

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680526#action_12680526 ] 

Benson Margulies commented on CXF-2099:
---------------------------------------

See what I did recently to Aegis. Put something on the bus, use it if it's there.

> support XMLSchema Vaildation in XMLBeans DataBinding
> ----------------------------------------------------
>
>                 Key: CXF-2099
>                 URL: https://issues.apache.org/jira/browse/CXF-2099
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.2, 2.1.5
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-2099) support XMLSchema Vaildation in XMLBeans DataBinding

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680428#action_12680428 ] 

Benson Margulies commented on CXF-2099:
---------------------------------------

How are you planning to accomplish this? Does the XmlBeans API have validation-against-Schema?

> support XMLSchema Vaildation in XMLBeans DataBinding
> ----------------------------------------------------
>
>                 Key: CXF-2099
>                 URL: https://issues.apache.org/jira/browse/CXF-2099
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.2, 2.1.5
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CXF-2099) support XMLSchema Vaildation in XMLBeans DataBinding

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680502#action_12680502 ] 

Willem Jiang commented on CXF-2099:
-----------------------------------

Yes, XmlBeans provides a API to validate the schema on-fly [1].

I committed a patch which can enable the validation on XmlBeans' DataReaderImpl.[2]
Now I have a problem to enable the validation for the XmlBean's DataWriterImpl.
Since some instances of XmlBeans' class is created by the WrapperHelper in JAXWS frontend,
If I want to do that I will introduce the dependency of XMLBeans into JAXWS frontend module.

Maybe we need to leave it to the CXF 3.0.

[1] http://xmlbeans.apache.org/docs/2.0.0/guide/conValidationWithXmlBeans.html
[2] http://tinyurl.com/bx5o37

> support XMLSchema Vaildation in XMLBeans DataBinding
> ----------------------------------------------------
>
>                 Key: CXF-2099
>                 URL: https://issues.apache.org/jira/browse/CXF-2099
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.2, 2.1.5
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-2099) support XMLSchema Vaildation in XMLBeans DataBinding

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

Willem Jiang resolved CXF-2099.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.5

> support XMLSchema Vaildation in XMLBeans DataBinding
> ----------------------------------------------------
>
>                 Key: CXF-2099
>                 URL: https://issues.apache.org/jira/browse/CXF-2099
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.1.5, 2.2.1
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.