A little unclear on what you expect here. The CamelContext does not start because of an invalid endpoint. The only way to make it start AFAIK would be to remove this invalid endpoint. I assume you are using Spring. If you have control over when the spring application context is constructed, you can merely catch the exception and remove this faulty CXF bean (and replace it with say a default CXF bean) . If you are in an OSGI environment where the spring extender is responsible for bootstrapping spring contexts, you can customize the extender behavior and incorporate the same logic.
On Wed, Mar 9, 2011 at 11:13 AM, Bill <[email protected]> wrote: > > Hi, > It does not matter with the error hander. > > It is a Context initialization failed error: > > org.apache.camel.FailedToCreateProducerException: Failed to create Producer > for endpoint: Endpoint[cxf://bean:serverEndpoint?dataFormat=MESSAGE]. > Reason: org.apache.cxf.service.factory.ServiceConstructionException: Failed > to create service. > > -- > View this message in context: > http://camel.465427.n5.nabble.com/how-can-I-hand-the-webservice-error-when-starting-the-camel-tp3413719p3415036.html > Sent from the Camel - Users mailing list archive at Nabble.com.
