You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by Paulo Renato de Athaydes <re...@hotmail.com> on 2014/08/04 22:25:42 UTC

D-OSGi IPojo tutorial out-of-date

Hi,
I would like to point out that the D-OSGi IPojo tutorial is quite out of date.
This is the one I am talking about: http://felix.apache.org/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/apache-felix-ipojo-dosgi.html
I believe the main changes that need to be made are:
the Apache CFX version needs to be updated from 1.1 to 1.4.0All of the exported service properties names seem to have been modified and now should look like this:

	<instance component="org.apache.felix.ipojo.remote.adder.impl.AdderServiceImpl">		<property name="service.exported.interfaces" value="*"/>		<property name="service.exported.configs" value="org.apache.cxf.ws" />		<property name="org.apache.cxf.ws.address" value="http://localhost:9090/adder"/>	</instance>
Regards,
Renato Athaydes 		 	   		  

Re: D-OSGi IPojo tutorial out-of-date

Posted by Clement Escoffier <cl...@gmail.com>.
Thanks !  I will update the tutorial.

Clement

On 5 août 2014 at 05:33:17, Paulo Renato de Athaydes (renatoathaydes@hotmail.com) wrote:

Hi,  
I would like to point out that the D-OSGi IPojo tutorial is quite out of date.  
This is the one I am talking about: http://felix.apache.org/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/apache-felix-ipojo-dosgi.html  
I believe the main changes that need to be made are:  
the Apache CFX version needs to be updated from 1.1 to 1.4.0All of the exported service properties names seem to have been modified and now should look like this:  

<instance component="org.apache.felix.ipojo.remote.adder.impl.AdderServiceImpl">	 <property name="service.exported.interfaces" value="*"/>	 <property name="service.exported.configs" value="org.apache.cxf.ws" />	 <property name="org.apache.cxf.ws.address" value="http://localhost:9090/adder"/>	</instance>  
Regards,  
Renato Athaydes