Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Unknown
Description
miss class type cause NPE when unmarshall the configuration
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
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