WARNING: This server is unstable and will be retired in the next days.
If you want to keep this forum available, please request immediately a migration
on the
Nabble Support forum.
Forums that don't receive any migration request will be deleted forever.
Attempting to stop proxy services which are inactive
Hi,
In the current implementation of the deployProxyServices method of the Axis2SynapseController class, it attempts to call stop on the proxy service irrespective of its status. This causes an AxisFault to occur when attempting to stop proxy services which are inactive. Therefore when we try to update a synapse configuration which contains 1 or more inactive proxy services, the configuration update fails.
When deploying proxy services, shouldn't we check its status before attempting to stop it and execute stop only if its active?
Thanks,
Nuwan.