[ 
https://issues.apache.org/jira/browse/FELIX-3742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13532631#comment-13532631
 ] 

Ricardo Torres commented on FELIX-3742:
---------------------------------------

So, your impl bundle has sample.parent in its manifest's "Import-Package" list 
without having to explicitly importing it and only explicitly importing 
sample.service. If so, I must have something else interfering. Thanks for 
looking into it.
                
> 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
>            Assignee: Clement Escoffier
>
> 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