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

[jira] Commented: (CXF-1295) Doc/Lit/Wrapped services fail schema validation at runtime with JAXB+JAX-WS

    [ https://issues.apache.org/jira/browse/CXF-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761942#action_12761942 ] 

Daniel Kulp commented on CXF-1295:
----------------------------------

If I set to true, this now passes on trunk.   Thus, I THINK this is resolved.

> Doc/Lit/Wrapped services fail schema validation at runtime with JAXB+JAX-WS
> ---------------------------------------------------------------------------
>
>                 Key: CXF-1295
>                 URL: https://issues.apache.org/jira/browse/CXF-1295
>             Project: CXF
>          Issue Type: Bug
>          Components: JAXB Databinding
>    Affects Versions: 2.1
>            Reporter: Benson Margulies
>            Assignee: Daniel Kulp
>
> If a service is doc/wrapped/lit, and you turn on schema validation on the endpoint, it will fail. The reason is that there are undeclared elements used.
> To demonstrate this, look at org.apache.cxf.javascript.DocLitWrappedClientTest. In the @before method, there is a 'false' passed to 'setupRhino'. (If I rename that function you'll be able to figure it out).
> Change it to 'true'. The test will fail with validation errors.

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