[Resteasy-users] Using JibX with RestEasy: Is it possible?

2011-06-28 Thread Seref Arikan
Greeetings, I've been using RestEasy for a while now, and so far it has been a great experience. I'm looking into ways of improving performance, and Jibx's claims seem worthy of a test. However I want o keep RestEasy in place. Is it possible to integrate JibX into RestEasy so that XML serialization

[Resteasy-users] Has anybody ever managed to package and use RestEasy for OSGI?

2011-11-30 Thread Seref Arikan
Hi, Using RestEasy for a communication channel to Equinox (The OSGI implementation Eclipse uses) can solve a lot of problems for me. However, I think I'm failing to create a proper OSGI bundle. RestEasy fails with "Could not find MessageBodyWriter for response object of type: java.lang.String" mess

Re: [Resteasy-users] Has anybody ever managed to package and use RestEasy for OSGI?

2012-01-09 Thread Seref Arikan
Mark, Thanks for this, looks like this is the problem I'm having. All the best Seref On Mon, Jan 9, 2012 at 7:56 PM, Mark wrote: > Seref Arikan writes: > > > > > Hi, Using RestEasy for a communication channel to Equinox (The OSGI > implementation Eclipse uses) can s