You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Clement Escoffier (JIRA)" <ji...@apache.org> on 2011/01/15 19:18:45 UTC

[jira] Resolved: (FELIX-2781) Expose the implementation class as service when no interfaces are found in the hierachy

     [ https://issues.apache.org/jira/browse/FELIX-2781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clement Escoffier resolved FELIX-2781.
--------------------------------------

    Resolution: Fixed

> Expose the implementation class as service when no interfaces are found in the hierachy
> ---------------------------------------------------------------------------------------
>
>                 Key: FELIX-2781
>                 URL: https://issues.apache.org/jira/browse/FELIX-2781
>             Project: Felix
>          Issue Type: Improvement
>          Components: iPOJO
>            Reporter: Clement Escoffier
>             Fix For: iPOJO-1.8.0
>
>
> When a component does not implement any interface, iPOJO throws an error. It should just warn the user and expose the implementation class as service:
> @Component
> @Provides
> public class Dummy {
>  ...
> }
> exposes a service with the xxx.Dummy object class

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.