Error reading from WDL URI cause the ESB to fail and not start up. Is there a way to keep loading and make this more fault tolerable? The reason why I’m asking is what if the ESB is connected to an external WSDL/web service and that server goes off line and my system need to restart. The ESB should still be able to function outside that one scenario.
The exception happens in the synapse-core jar package “org.apache.synapse” class ServerManager.java method public void start() line 89.
configctx = ConfigurationContextFactory.createConfigurationContextFromFileSystem(axis2Repolocation, null);
Please let me know if they is able to be fixed.
Thanks,
J