There  is camel route designed  by camel cxf component
cCXF1- cMessageEndpoint -cCXF2,
For the cCXF2,the addess is configured as
http://provider:9088/services/tesb.test.participants.osgi.ufp.provider/soap/StandardTestServiceProvider/

For this addess,the endpoint is configured as :
   
    <jaxws:endpoint id="ufpServiceProviderEndpoint"
        implementor="#ufpServiceProviderBean"
endpointName="endp:ufpServiceProvider"
        serviceName="srv:ufpServiceProvider"
address="http://provider:9088/services/tesb.test.participants.osgi.ufp.provider/soap/StandardTestServiceProvider/";
        xmlns:endp="http://services.test.esb.talend.org/ufp/ufpService";
        xmlns:srv="http://services.test.esb.talend.org/ufp/ufpService";>
</jaxws:endpoint>

When I install the route bundle in TESB container by JMX,the log is about :

1.      Adding route 
2.      Starting route 
3.      Pre-instantiating singletons in
org.springframework.beans.factory.support.DefaultListableBeanFactory@11faddd:
defining beans
[cxf,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,….jobTestComponentBean,jobTestExporter,groovyDelegateFactory,ufpServiceProviderBean,ufpServiceProviderEndpoint];
 

Why there is step3,can I avoid step3?


--
View this message in context: 
http://camel.465427.n5.nabble.com/during-install-route-bundle-in-karaf-donot-want-to-Pre-instantiating-singletons-in-org-springframewoy-tp5715839.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to