External handler management inside the iPOJO Architecture Handler ------------------------------------------------------------------
Key: FELIX-190 URL: http://issues.apache.org/jira/browse/FELIX-190 Project: Felix Issue Type: Bug Components: iPOJO Reporter: Clement Escoffier Priority: Minor Attachments: patch_arch_handlers.txt When using an external handler, the architecture service does not contains information (name, validity) for this handler. For example, a component using an external Log Handler is displayed as : Instance : ipojo.log.example - INVALID from bundle 8 Handler : org.apache.felix.ipojo.handlers.dependency.DependencyHandler : valid Dependency on org.apache.felix.ipojo.foo.FooService[] is resolved Handler : org.apache.felix.ipojo.handlers.architecture.ArchitectureHandler : valid and should be : Instance : ipojo.log.example - INVALID from bundle 8 Handler : org.apache.felix.ipojo.handlers.dependency.DependencyHandler : valid Dependency on org.apache.felix.ipojo.foo.FooService[] is resolved Handler : org.apache.felix.ipojo.handlers.architecture.ArchitectureHandler : valid Handler : org.apache.felix.ipojo.log.handler.LogHandler : invalid -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira