Hi,
On 26/09/12 08:33, Koray Duman wrote:
We are using Spring DM and CXF-DOSGI on osgi framework. We can register the
service this like. It is work
<osgi:reference id="dbService" interface="com.frm.DBService" />
<osgi:service interface="com.frm.DBService">
<osgi:service-properties>
<entry key="service.exported.interfaces" value="*" />
<entry key="service.exported.configs" value="org.apache.cxf.rs" />
<entry key="service.exported.intents" value="HTTP" />
<entry key="org.apache.cxf.rs.databinding" value="jaxb" />
</osgi:service-properties>
<ref bean="dbService" />
</osgi:service>
We want to register new one. How can I register new one
Repeat the above for another interface, or do you mean something else ?
Cheers, Sergey
Thank You