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
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
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