Libs needed for Servlet deployment of JAX-RS

2008-11-05 Thread Graham_Steveg
Hi Guys: I am struggling to figure out what libraries I need in WEB-INF/lib directory for a simple Apache Tomcat deployment of CXF as a servlet. I am using the web.xml as published in http://cwiki.apache.org/CXF20DOC/jax-rs-jsr-311.html http://java.sun.com/dtd/web-app_2_3.dtd";>

RE: REST and WSDL

2008-09-17 Thread Graham_Steveg
You might also look into xrds (Extensible Resource Descriptor Sequence) -Original Message- From: kpalania [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2008 11:50 AM To: users@cxf.apache.org Subject: Re: REST and WSDL Thanks Sergey but I have to be honest. That sort of went

RE: Newbie question on running the CXF Samples in Eclipse

2008-09-16 Thread Graham_Steveg
Ok, classpath incorrectly set up, this is what was tripping me up. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2008 1:24 PM To: users@cxf.apache.org Subject: RE: Newbie question on running the CXF Samples in Eclipse I am not even ge

RE: Newbie question on running the CXF Samples in Eclipse

2008-09-16 Thread Graham_Steveg
I am not even getting close to that step. I am trying to run \samples\jax_rs\basic\src\demo\jaxrs\client\Client.java When I attempt to "Run as >> Java Application", I get a dialog saying, "Selection does not contain a main type" "Debug as >> Java Application" gives the same result. Like I said,

Newbie question on running the CXF Samples in Eclipse

2008-09-16 Thread Graham_Steveg
Help please. I installed CXF on my machine, and am successful in running the samples from the command line. Now I want to see these samples running in Eclipse. But I am somewhat stuck (likely due to something simple). I installed Eclipse (Ganymede) with the SOA Tools Project. I set up the CXF ru