Namespace confusion with explicit wrapper elements
--------------------------------------------------

                 Key: CXF-1207
                 URL: https://issues.apache.org/jira/browse/CXF-1207
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime, JAXB Databinding
    Affects Versions: 2.1
            Reporter: Benson Margulies
            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.

Reply via email to