Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
ipojo-runtime-1.12.1
-
None
-
None
Description
In case of a provided service that exposed several interfaces and the use of a service service controller managing one of the interface, only the interface managed by the service controller is exposed.
It is linked to the getServiceSpecificationsToRegister method in the ProvidedService class that only add the specification which are linked to a service controller and ignore the others.