Freeman Fang created CXF-5143:
---------------------------------

             Summary: http-conf:server blueprint configuration doesn't work
                 Key: CXF-5143
                 URL: https://issues.apache.org/jira/browse/CXF-5143
             Project: CXF
          Issue Type: Bug
            Reporter: Freeman Fang


miss class type cause NPE when unmarshall the configuration
{code}
mapElementToJaxbProperty(context, bean, element,
                new QName(HTTP_NS, "server"), "server", null);//should specify 
HTTPServerPolicy.class but not null here

         mapElementToJaxbProperty(context, bean, element,
                new QName(HTTP_NS, "fixedParameterOrder"), 
"fixedParameterOrder", null); //need fix here similarly

         mapElementToJaxbProperty(context, bean, element,
                new QName(HTTP_NS, "contextMatchStrategy"), 
"contextMatchStrategy", null);//need fix here similarly
{code}

though use standalone jetty transport isn't neat in OSGi container, I think we 
should avoid the NPE here, just in case someone wanna use it

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to