[
https://issues.apache.org/jira/browse/CXF-1207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542157
]
Benson Margulies commented on CXF-1207:
---------------------------------------
At very least, we need to construct a self-consistent set of XmlSchema objects
in this case, which we don't currently.
> Namespace confusion with explicit wrapper elements
> --------------------------------------------------
>
> common.concepts.key: CXF-1207
> common.concepts.url: https://issues.apache.org/jira/browse/CXF-1207
>common.concepts.project: CXF
>common.concepts.issuetype: Bug
>common.concepts.components: JAX-WS Runtime, JAXB Databinding
> Affects Versions: 2.1
>issue.field.reporter: Benson Margulies
>issue.field.assignee: Daniel Kulp
>
> @RequestWrapper(className =
> "org.apache.cxf.javascript.fortest.BasicTypeFunctionReturnStringWrapper")
> asks for an explicit wrapper.
> @XmlRootElement
> public class BasicTypeFunctionReturnStringWrapper
> declares it. Note the lack of an @XmlType and the lack of a namespace on the
> root element. At runtime, this results in ...
> Should this work? Is it really the same problem as CXF-1198?
> Nov 13, 2007 8:24:21 AM
> org.apache.cxf.service.factory.ReflectionServiceFactoryBean
> fillInSchemaCrossreferences
> SEVERE: Schema element
> {uri:org.apache.cxf.javascript.fortest}basicTypeFunctionReturnString
> references undefined type basicTypeFunctionReturnStringWrapper for service
> {uri:org.apache.cxf.javascript.fortest}SimpleDocLitWrappedUnqualifiedService.
> Nov 13, 2007 8:24:23 AM org.apache.cxf.wsdl.EndpointReferenceUtils getSchema
> WARNING: SAXException for newSchema()
> org.xml.sax.SAXParseException: src-resolve: Cannot resolve the name
> 'basicTypeFunctionReturnStringWrapper' to a(n) 'type definition' component.
> at
> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236)
> at
> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:172)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.