Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
framework-3.0.6
-
None
Description
When the service registry detects a cycle in a service factory, it throws an IllegalStateException which is ultimately thrown to the caller. I think this should throw a ServiceException which will be caught and logged by the framework with null being returned to the caller.