Yep, though in general the idea in dOSGi would be to avoid bleading any distribution concerns into the service interface. So that any POJO service can be transparently exposed (modulo some property settings), and is equally suitable for mediation by different distribution providers.
Cheers, Eoghan 2009/7/1 Daniel Kulp <[email protected]>: > > Another option you can try is to add: > @Features(features = { "org.apache.cxf.feature.FastInfosetFeature" }) > > to the interface. CXF should just pick that up and use it. > > Dan > > > On Tue June 30 2009 6:46:00 pm daveOSGi wrote: >> Hello, >> I'm trying to use the fast infoset feature with DOSGi and I am having no >> luck. >> I have tried with both the 1.0 and 1.1-Snapshot of DOSGi >> >> I guess the first question is: Does/should DOSGi support FI CXF feature? >> >> If it does/should, what do I need to do to get it to work? >> >> I noticed that the FastInfoset-xxxx.jar is not included in the multi >> distribution of DOSGi and so I went ahead and download a FI bundle from >> the SpringSource repository and tried to get things to work with that ... >> but to no avail. >> >> I am trying to set up DOSGi to always use FI ... so I beleive i need to >> configure the CXF bus with the FI feature using the cxf.xml file. >> Unforunately, it is not clear from the documentation how I would do that in >> a DOSGi configuration. >> >> Can you please provide some guidance on how I should proceed. >> >> Thanks in advance. >> >> -Dave > > -- > Daniel Kulp > [email protected] > http://www.dankulp.com/blog >
