Skip to content

Commit

Permalink
Merge pull request #2104 from malakaganga/fix_proxy_state
Browse files Browse the repository at this point in the history
Fix mismatch in axis service and proxy(synapse) service state
  • Loading branch information
malakaganga authored Oct 3, 2023
2 parents 8de852e + 273c1e4 commit 63f9910
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ public AxisService buildAxisService(SynapseConfiguration synCfg, AxisConfigurati
axisCfg.addServiceToExistingServiceGroup(axisService, serviceGroup);
}
}
this.setRunning(true);
this.setRunning(axisService.isActive());
} catch (AxisFault axisFault) {
try {
if (axisCfg.getService(axisService.getName()) != null) {
Expand Down

0 comments on commit 63f9910

Please sign in to comment.