Details
-
Type:
Bug Fix
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Not version specific
-
Component/s: KSB Connector
-
Labels:None
-
Rice Module:KSB
Description
The failover code in the KSB seems to be really fragile. It seems to only be failing over in the case that a "Service removal exception" occurs. We need to allow it to failover properly in the case that any error occurs (especially a 404!). We'll want to report to the kuali Rice project (create a KULRICE jira) and then make a fix in our local copy and contribute back.
this will fix EN-1250 (IU implementation of rice)
Attachments
Issue Links
- relates to
-
KULRICE-4287 Intermittent issues with KSB service lookup while running on embedded mode.
-
- Closed
-
Looking at this, this was actually fixed in 1.0.1 when the serviceRemovalResponseCodes were added to BusClientFailureProxy (that list includes 404 and 503)