Re: Exception running CXF client side

2009-10-06 Thread MaurizioLilli
-- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog -- View this message in context: http://www.nabble.com/Exception-running-CXF-client-side-tp25747848p25764803.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Exception running CXF client side

2009-10-06 Thread David Bosschaert
Yes, make sure the the configuration in your OSGI-INF/remote-service/remote-services.xml file contains the right host name (by default it contains localhost). Assuming you're not using discovery this file must contain the correct URL of the remote service. If you run the system using discovery,

Re: Exception running CXF client side

2009-10-06 Thread MaurizioLilli
what I can be using wrong or I need to configure? Thanks in advance Kind regards. Maurizio -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog -- View this message in context: http://www.nabble.com/Exception-running-CXF-client-side-tp25747848p25765449.html Sent from

Re: Exception running CXF client side

2009-10-06 Thread David Bosschaert
to configure? Thanks in advance Kind regards. Maurizio -- Daniel Kulp dk...@apache.org http://www.dankulp.com/blog -- View this message in context: http://www.nabble.com/Exception-running-CXF-client-side-tp25747848p25765449.html Sent from the cxf-user mailing list

Exception running CXF client side

2009-10-05 Thread MaurizioLilli
Source) Any idea what I can be using wrong or I need to configure? Thanks in advance Kind regards. Maurizio -- View this message in context: http://www.nabble.com/Exception-running-CXF-client-side-tp25747848p25747848.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Exception running CXF client side

2009-10-05 Thread Daniel Kulp
The key one is java.net.ConnectException: Connection refused: connect That seems to imply that the service isn't running on the given URL. I would definitely double check that the server side part is running and available. Dan On Mon October 5 2009 5:44:05 am MaurizioLilli wrote: Hi, I'm