Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.7.4
-
None
-
Unknown
Description
When running in OSGi and using Blueprint, the Aries blueprint container will use multiple threads to start the services. If there are two services that attempt to register on the same address, no exception is raised in this case. This only occurs when the container is started. Attempting to add a second service to an address if one is already completely running works fine.