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

German Vega commented on FELIX-3155:
------------------------------------

Hi Clement,

I have just checked and it seems to work, I can mix my composites and iPojo 
composites without problem... 

Disclaimer:  I did not run all the integration tests ;)

Thanks

German
                
> 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
>            Assignee: Clement Escoffier
>             Fix For: ipojo-core-1.8.2
>
>         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

        

Reply via email to