hello everyone,

I'm trying to port an application from JBAS6.x to JBAS7.x and I'm having
issues with RESTeasy.

Originally I have posted on JBoss Community forums, here:
https://community.jboss.org/message/723136

Basically it seems that the pojo classes that I was using for @Consumes and
@Produces are not working for the Consumes. So If I try to do a POST with
an XML body it will not get marshalled to the correspounding java class.

The same classes works fine on JBAS6 using RESTeasy up to 2.2.x.

The only changes that I have done from JBAS6 to JBAS7 are adding an
Application class and modifing the web.xml file. All the rest of the code
is the same but I keep getting the error:

SEVERE [org.jboss.resteasy.core.SynchronousDispatcher]
(http-localhost.localdomain-127.0.0.1-8080-1) Failed executing POST
/clientgame/action/bet: org.jboss.resteasy.spi.BadRequestException: Could
not find message body reader for type: class
org.pokernuvola.remote.holdem.tickets.BettingTicket of content type:
application/xml;charset="UTF-8"

I think there should be something wrong in the configuration of the
application, or a way to force using a specific provider.

Does anyone has an idea about what could be the problem?

thanks in advance,
LM
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users

Reply via email to