Ricardo Torres created FELIX-3742:
-------------------------------------

             Summary: Implementing class fails to load unless super interface's 
(interface extended by implemented interface) package is imported.
                 Key: FELIX-3742
                 URL: https://issues.apache.org/jira/browse/FELIX-3742
             Project: Felix
          Issue Type: Bug
          Components: iPOJO
    Affects Versions: ipojo-core-1.8.2
            Reporter: Ricardo Torres


I attempted to file FELIX-3741, but the issue appears to stem from iPOJO. 
Specifically 
org.apache.felix.ipojo.handlers.providedservice.ProvidedServiceHandler 
generates the following error:

[Thread-1] ERROR com.sample.bundle - [ERROR] com.sample.SampleServiceImpl : 
Service Providing: The service specification com.sample.ICoreService cannot be 
load

This happens if SampleServiceImpl is in com.sample.bundle. This bundle imports 
the package of the interface SampleServiceImpl implements, but does not 
directly import the interface this interface extends.

Beyond the above referenced issue, I also hashed this out on the mailing list: 
https://mail-archives.apache.org/mod_mbox/felix-users/201210.mbox/%3CCAAkggDoMXvJ995o3=4_gnlwaq9gmyjmjyzgtdjhateg7pxe...@mail.gmail.com%3E

--
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

Reply via email to