Hi , We have multiple end points in our application. during the application startup, if one service fails to connect then the entire application fails. It's causing the following exception.
error: org.apache.camel.FailedToCreateProducerException: Failed to create Producer for endpoint: Endpoint[cxf://bean:ccmCxfEndPoint]. Reason: org.apache.camel.RuntimeCamelException: javax.wsdl.WSDLException: WSDLException: faultCode=PARSER_ERROR: Problem parsing 'http://app1.sit.com.asmx?wsdl'.: java.net.UnknownHostException: app1.sit.com Expectation: The application may connect to multiple system and due to some reason the end service may be down for some time. How to remove the startup dependency of the camel embedded application. Regards Prakash. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-remove-start-up-dependency-of-camel-due-to-Failed-to-create-Producer-for-endpoint-Endpoint-cxn-tp5798946.html Sent from the Camel - Users mailing list archive at Nabble.com.