Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-5143

http-conf:server blueprint configuration doesn't work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.6.10, 2.7.7, 3.0.0-milestone1
    • 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

      Attachments

        Activity

          People

            ffang Freeman Yue Fang
            ffang Freeman Yue Fang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: