You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2013/05/28 09:52:20 UTC

[jira] [Created] (FELIX-4078) ConfigurationPrinterAdapter.getMethod should not only consider implementation class

Felix Meschberger created FELIX-4078:
----------------------------------------

             Summary: ConfigurationPrinterAdapter.getMethod should not only consider implementation class
                 Key: FELIX-4078
                 URL: https://issues.apache.org/jira/browse/FELIX-4078
             Project: Felix
          Issue Type: Bug
          Components: Inventory
    Affects Versions: inventory-1.0.0
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: inventory-1.0.2


As part of FELIX-3963 the ConfigurationPrinterAdapter.getMethod was modified to not scan the class hierarchy to reflectively find methods to call, such as getTitle, printConfiguration, etc.

While this is fine for most cases, in the particular case of the service implementing the ConfigurationPrinter service, which declares some methods, the class hierarchy should be searched. This would also be in line with Web Console 4 where the method was retrieved from the service interface and not the implementation class.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira