Re: [Resteasy-users] Fwd: Automatic Atom links injection doesn't seem to work with Produces(

2015-09-03 Thread Alberto Saito
Alexey Pashkevich writes: > > Hello Danilo, I faced with the same problem and just found you message, could > you please write have you solved this issue or not and if it was solved, please > write how did you make this. > > Thanks in advance. > > --

Re: [Resteasy-users] Fwd: Automatic Atom links injection doesn't seem to work with Produces(

2015-09-03 Thread Alberto Saito
Just found out the answer to this: We can't use jackson providers for this (as noted in the original documentation), but jettison provider instead: Thus, we need to disable all jackson providers from our environment. For example in WildFly 8.x: Create a META-INF/jboss-structure-deployment.xml f

Re: [Resteasy-users] Fwd: Automatic Atom links injection doesn't seem to work with Produces(

2015-09-03 Thread Danilo Cominotti Marques
Hello @Alexey and @Alberto, @Alexey I am very sorry that I didn't answer you any sooner. I had actually seen your e-mail a long time ago, but some projects have kept me quite busy (and I have never found a proper solution to our problem). @Alberto Great finding! Basically, I decided to forget ab