Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-13644

CxfConsumer - Should not create server in constructor

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0.M4, 3.0.0, 2.25.0
    • camel-cxf
    • None
    • Novice

    Description

      public CxfConsumer(final CxfEndpoint endpoint, Processor processor) throws Exception

      { super(endpoint, processor); cxfEndpoint = endpoint; server = createServer(); }

      The create server should just be removed as its done in doStart where we create resources etc.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: