David Bosschaert wrote: > > Hi Saul, > > Methods with arguments are supported, see the greeter demo for an > example: > http://cxf.apache.org/distributed-osgi-greeter-demo-walkthrough.html. > This uses the following signature for the remote OSGi Service: > public interface GreeterService { > Map<GreetingPhrase, String> greetMe(String name) throws > GreeterException; > } > [...] >
Thanks for the answer! I think I have to clarify my question. I know that it's possible to remotely expose a service which has a method with arguments. But my problem is that I pass an object to a remotely exposed service and can't call a method with arguments on that object. Calling a method without arguments does work though. See the code on <https://issues.apache.org/jira/browse/CXF-2420>. -- View this message in context: http://www.nabble.com/-DOSGi--Server-side-proxy-doesn%27t-work-correctly-tp25365318p25366737.html Sent from the cxf-user mailing list archive at Nabble.com.
