Re: Jersey & Tomcat...

2011-01-16 Thread Tony Anecito
Okay it is fixed. I did not have the @XmlRootElement on my POJO on my client side but did on my server side. Thanks, -Tony - Original Message From: Konstantin Kolinko To: Tomcat Users List Sent: Sun, January 16, 2011 3:30:37 AM Subject: Re: Jersey & Tomcat... 2011/1/16

Re: Jersey & Tomcat...

2011-01-16 Thread Konstantin Kolinko
2011/1/16 Tony Anecito : > Hi All, > > I am a newby to Jersey (1.5) but not Tomcat (6.0.20). I am at a point where > when > I send a complex object from my client program to Tomcat I get this error > about > when reading the Message body a reader is not found. "this error" = what error? Please p

Jersey & Tomcat...

2011-01-16 Thread Tony Anecito
Hi All, I am a newby to Jersey (1.5) but not Tomcat (6.0.20). I am at a point where when I send a complex object from my client program to Tomcat I get this error about when reading the Message body a reader is not found. The odd thing is I can get the same complex object just fine back from t