[ 
https://issues.apache.org/jira/browse/CAMEL-13644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Freeman Fang reassigned CAMEL-13644:
------------------------------------

    Assignee: Freeman Fang

> CxfConsumer - Should not create server in constructor
> -----------------------------------------------------
>
>                 Key: CAMEL-13644
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13644
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-cxf
>            Reporter: Claus Ibsen
>            Assignee: Freeman Fang
>            Priority: Major
>             Fix For: 3.0.0, 2.25.0, 3.0.0.M4
>
>
>     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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to