Re: Trouble with creating RESTful Service deployed to Jetty - need help!

2007-07-16 Thread Jason Mihalick
outer wrapping is to run it in unrwapped mode. :-) Wrapped mode allows you to send multiple parameters in your operation at the cost of creating a wrapper XML element. Unwrapped mode forces you to have a single parameter in which the URL parameters are mapped to fields on the method parameter bean. Che

Re: Trouble with creating RESTful Service deployed to Jetty - need help!

2007-07-14 Thread Jason Mihalick
c class GetClient { private long id; ... getter/setter } See the unwrapped vs wrapped mode section of the docs for more explanation: http://cwiki.apache.org/confluence/display/CXF20DOC/HTTP+Binding Hope that helps, - Dan On 7/13/07, Jason Mihalick <[EMAIL PROTECTED]> wrote: I just tried

Re: Trouble with creating RESTful Service deployed to Jetty - need help!

2007-07-13 Thread Jason Mihalick
'd be willing to try out a snapshot quick and let us know if it works correctly? http://incubator.apache.org/cxf/download.html Otherwise I'll take a stab at figuring out whats going on soon. Thanks, -Dan On 7/12/07, Jason Mihalick <[EMAIL PROTECTED]> wrote: LOL, know just what yo

Re: Trouble with creating RESTful Service deployed to Jetty - need help!

2007-07-12 Thread Jason Mihalick
tty - need help! Date: Thu, 12 Jul 2007 13:32:48 -0600 Wow, I think I'm losing it - I forgot how my code works. It turns out (as the logs suggest) that the correct URL is: http://localhost:8080/iat-services/ws/clients/10<http://localhost:8080/iat-services/ws/client/10> (clientS no

Re: Trouble with creating RESTful Service deployed to Jetty - need help!

2007-07-12 Thread Jason Mihalick
roughly correct. Can you paste the log output? You should some output from this line of code: LOG.info("Mapping method " + name + " to resource " + resource + " and verb " + verb); Which should help clarify whats going on... - Dan On 7/12/07, Jason Mihalick <[EMA

Re: Trouble with creating RESTful Service deployed to Jetty - need help!

2007-07-12 Thread Jason Mihalick
t. Can you paste the log output? You should some output from this line of code: LOG.info("Mapping method " + name + " to resource " + resource + " and verb " + verb); Which should help clarify whats going on... - Dan On 7/12/07, Jason Mihalick <[EMAIL PROTECTED]&g

Trouble with creating RESTful Service deployed to Jetty - need help!

2007-07-12 Thread Jason Mihalick
Hello, For the life of me I can't seem to get a simple RESTful webservice to work when I deploy it to Jetty (I haven't tried any other containers). I assume that I am correct in using the CFXServlet to handle requests and route them to the service implementation? iat-services is the name of

Downloads not working

2007-07-05 Thread Jason Mihalick
Hello, I've been trying all morning to download the 2.0 release from http://incubator.apache.org/cxf/download.html and the server is timing out. I do want to try CXF, but this is making it rather difficult. ;-) Thanks for the help, Jason