Re: REST problems

2008-05-22 Thread Sergey Beryozkin
Hi My understanding is that if you download a cxf distribution then all the required abdera dependencies will be there. There're also plans to for the cxf-jaxrs distribution (or the JAX-RS extensions it provides) available as a seperate bundle, so that say people relying on Jersey could plugin

Re: REST problems

2008-05-22 Thread Matthew Pocock
> Hi > May be the easiest way to fix the issue is just drop the Abdera 0.4.0 libs > into a shared/libs or into your webapp/WEB_INF/libs, or dropping just some > core Abdera libs (-core, parser, i18n) : > a.. Core API: abdera.core.0.4.0-incubating.jar (required) > a.. Parser Impl: abdera.parser.0.4

Re: REST problems

2008-05-22 Thread Sergey Beryozkin
ng+Started - Original Message - From: "Matthew Pocock" <[EMAIL PROTECTED]> To: Sent: Thursday, May 22, 2008 7:39 AM Subject: Re: REST problems > By including axiom-impl as a dependency I have got past this, but now am &

Re: REST problems

2008-05-21 Thread Matthew Pocock
By including axiom-impl as a dependency I have got past this, but now am getting a new excepton about org.apache.abdera.i18n.text.io.FilteredCharReader. I am confused. Any ideas? Matthew SEVERE: Servlet.service() for servlet CXFServlet threw exception java.lang.ClassNotFoundException: org.apa

REST problems

2008-05-21 Thread Matthew Pocock
Hi, I've had a go at writing a REST service and client using CXF. It's not gone smoothly. I'm using these dependencies: org.apache.cxf cxf-rt-frontend-jaxrs 2.1 org.apache.cxf cxf-rt-transports-http 2.1