You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "German Vega (Issue Comment Edited) (JIRA)" <ji...@apache.org> on 2011/10/11 13:59:12 UTC

[jira] [Issue Comment Edited] (FELIX-3155) Allow identifying iPojo extensions by a namespace qualified name

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

German Vega edited comment on FELIX-3155 at 10/11/11 11:58 AM:
---------------------------------------------------------------

I have made this patch to Extender to implement the required functionality.

It seems to work in my case, but have not fully tested to check for backwards compatibility and regression tests.

This patch was made starting from the header of the trunk  (1.9.0) 
                
      was (Author: gvega):
    I have made this patch to Extender to implement the required functionality.

It seems to work in my case, but have not fully tested to check for backwards compatibility and regression tests.

This is patch was made starting from the header of the trunk  (1.9.0) 
                  
> Allow identifying iPojo extensions by a namespace qualified name
> ----------------------------------------------------------------
>
>                 Key: FELIX-3155
>                 URL: https://issues.apache.org/jira/browse/FELIX-3155
>             Project: Felix
>          Issue Type: Improvement
>          Components: iPOJO
>    Affects Versions: iPOJO-1.8.0
>            Reporter: German Vega
>         Attachments: Extender.java.patch
>
>
> We want to propose an extension to ipojo and allow our users to mix our components and iPojo core components in the same metatada.
> Unfortunately we use the same name for the type of component.
> This is an example of the kind of metadata we want to support (e.g. using simultaneously iPojo composites and our own ... which happens to have the same factory type name ) :
> <ipojo xmlns="fr.imag.adele.apam" xmlns:ipojo="org.apache.felix.ipojo">
> 	<composite name="S5CompEx" implementation="S5Impl" > ...</composite>
> 	<ipojo:component> .... </ipojo:component>
> 	<ipojo:composite> ....</ipojo:composite>
> 	
> </ipojo>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira