I have a case of camel using the CXF bean to call soap endpoints. We set up these bean at run time in the spring and call them through camel. This works perfectely. I am not able to create a run time conduit in Spring for the cxf run time to pick up. Because camel is abstracted to use the CxfEndpoint, I cannot set the conduit as defined in other dirrect cxf cleint calls.Based on the CXF doc below, I should be able to set the run time conduit object to the CXF. But put the sample spring bean example fails Initialization.http://cxf.apache.org/docs/configuration-of-runtime-constructed-objects.html My goal is to create bean as in the above example with and add that to Spring Context so that Cxf Run time would create and initialize conduit using the parameters.My question is how to create a template bean that can be picked up by CXF Run time as documented?Any help would be appreciated.Thanks,Chamal
-- View this message in context: http://cxf.547215.n5.nabble.com/configuration-of-runtime-constructed-objects-tp5774656.html Sent from the cxf-user mailing list archive at Nabble.com.
