Thomas Watson created ARIES-1196:
------------------------------------
Summary: Service dependency model may create filters with null
objectClass
Key: ARIES-1196
URL: https://issues.apache.org/jira/browse/ARIES-1196
Project: Aries
Issue Type: Bug
Components: Subsystem
Reporter: Thomas Watson
The camel namespace handler does something strange with the dependencies
required by a blueprint container by inserting a dependency that only has
matching attributes but no interface defined. This results in a model that
returns null
fromorg.apache.aries.application.modelling.WrappedReferenceMetadata.getInterface()
Ultimately this results in a service filter that includes (objectClass=null)
which will never match. This results in a blueprint that subsystems things it
can never resolve which ends up causing the subsystem to fail to install.
--
This message was sent by Atlassian JIRA
(v6.2#6252)