Re: DOSGi - how do i change http port?

2009-12-03 Thread davidb
Hi Bernd, This warning is non-fatal in many cases (although I agree its ugly and should be fixed). In many cases it just applies to validation of the XML. Could you simply try the greeter demo and see if you can get that to work changing the port etc. Just to eliminate a number of basic potential

Re: DOSGi - how do i change http port?

2009-12-03 Thread davidb
Yeah, I just tried this with the 1.1 distro (http://cxf.apache.org/dosgi-releases.html) and the greeter demo (http://cxf.apache.org/distributed-osgi-greeter-demo-walkthrough.html). Just changed the line in the service impl: props.put("org.apache.cxf.ws.address", "http://localhost:9090/greeter";)

[DOSGi] Using a Data Object as an argument of a Remote Service

2009-09-14 Thread davidb
Following the various conversations in relation passing data objects to remote OSGi Services I've enhanced the Greeter demo to show how you can do this. The new GreeterService API is as follows: public interface GreeterService { Map greetMe(String name); // was already there GreetingPhrase

Re: DOSGi and Fast InfoSets

2009-07-01 Thread davidb
Hi Dave, I think Fast Infosets are currently not supported in CXF/DOSGi. I can't remember why, maybe Sergey or Eoghan remembers. If you manage to get them working, please contribute a patch :) Cheers, David 2009/6/30 daveOSGi : > > Hello, > I'm trying to use the fast infoset feature with DOSGi

Re: D-OSGi question

2009-02-17 Thread davidb
Hi Thomas, Yeah that exception is a known issue. Its filed as https://issues.apache.org/jira/browse/CXF-2028 but the system should still work when not using security. On the missing org.apache.servicemix.specs.locator bundle. I'm definitely seeing it in the multibundle.zip [1] but the bundle name

Re: Re: D-OSGi question

2009-02-16 Thread davidb
Hi Thomas, I think this may be a bundle ordering issue. I have seen exceptions like this before when a spring file was being parsed while the actual bundle that contains the schema was not yet installed. I'm not sure whether there is a clean, order-independent way of solving this with Spring-DM ye

Re: D-OSGi question

2009-02-16 Thread davidb
Hi Thomas, What are the actual bundles you have deployed. Could you do an 'ss' in the equinox console and put the result in a mail? Thanks, David 2009/2/16 : > > Hi > > I try to write my own small D-OSGi sample application. I followed the > instructions of your "Developing a Distributed OSGi

Distributed OSGi is now a CXF subproject

2009-01-29 Thread davidb
Hi all, The Distributed OSGi implementation in Apache CXF has graduated out of the sandbox to its new location as a CXF subproject: http://svn.apache.org/repos/asf/cxf/dosgi/trunk As a subproject it will have an independent release schedule to the main CXF code base. The current implementation pr