Re: Re: Re: JAX-RS support for JOnAS ?
"S. Ali Tokmen" <[email protected]>
| Newsgroups | gmane.comp.java.objectweb.jonas |
|---|---|
| Message-ID | <[email protected]> |
Hello Happy new year, Frédéric. How did you add the JAX-RS bundle? There is ow2-bundles-externals-jaxrs-1.0 that works well with JOnAS - CAMEL. @François: do you have any answers for the JOnAS roadmap part? Cheers S. Ali Tokmen http://ali.tokmen.com/ GSM (fr): +33 66 43 00 555 [Orange] GSM (tr): +90 555 266 52 73 [Avea] My AIM, ICQ, MSN Messenger and Yahoo IM contact details are on http://contact.ali.tokmen.com On 04.01.2011 18:56, Frederic Dang Tran wrote: > Hello Ali and Happy New Year :-) > > I now switched to JOnAS 5.2.0 M3 and you are right: it comes with CXF > 2.2.11 (cxf-bundle). > However not all dependencies required to run a RESTfull web service > are included. > I am currently stuck with this exception: > > Caused by: java.lang.ClassNotFoundException: > javax.ws.rs.ext.MessageBodyReader not found by org.apache.cxf.bundle [121] > at > org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:780) > > The javax.ws.rs package is exported by the jsr311-api bundle. I tried > to add this bundle (within the war or in $JONAS_BASE/deploy) but to > no avail. > This is not blocking for me since I can revert to my previous setup > which was to bundle everything in the WAR. > Actually I just came across the JOnAS roadmap > <http://wiki.jonas.ow2.org/xwiki/bin/view/Main/Roadmap> which claims > that JOnAS 5.2 will feature support for JAX-RS. > Does it mean that my issue will be moot very soon ? > > Regards, > Frederic