Re: No message body writer has been found for response class

2013-11-25 Thread José Luis Cetina
Yeap. And openJPA still with that issue!!! the list attributes of any entity could not be modified because they are immutable even if the entity is detached, but thats another conversation! 2013/11/25 Howard W. Smith, Jr. > Yeah, and Jose triggered a discussion about that on this list within th

Re: No message body writer has been found for response class

2013-11-25 Thread Howard W. Smith, Jr.
Yeah, and Jose triggered a discussion about that on this list within the last 1 to 3 months. remember that? :) On Mon, Nov 25, 2013 at 1:46 PM, John D. Ament wrote: > in most app servers you end up with lazy loading issues, especially > for onetomany's or manytomany's. >

Re: No message body writer has been found for response class

2013-11-25 Thread John D. Ament
ava/photodb/data/dto/UserInfo.java >> > >> > []s, >> > Thiago. >> > >> > >> > >> > On Mon, Nov 25, 2013 at 1:26 PM, José Luis Cetina > > >wrote: >> > >> > > Hi, im doing my first restful, im using tomee 1.6.0

Re: No message body writer has been found for response class

2013-11-25 Thread José Luis Cetina
> > > > > > > > > > > > On Mon, Nov 25, 2013 at 1:26 PM, José Luis Cetina < > maxtorz...@gmail.com > > > >wrote: > > > > > > > Hi, im doing my first restful, im using tomee 1.6.0 jax-rs. > > > > > >

Re: No message body writer has been found for response class

2013-11-25 Thread Thiago Veronezi
todb/blob/master/src/main/java/photodb/data/dto/UserInfo.java > > > > []s, > > Thiago. > > > > > > > > On Mon, Nov 25, 2013 at 1:26 PM, José Luis Cetina > >wrote: > > > > > Hi, im doing my first restful, im using tomee 1.6.0 jax

Re: No message body writer has been found for response class

2013-11-25 Thread José Luis Cetina
b/master/src/main/java/photodb/data/dto/UserInfo.java > > []s, > Thiago. > > > > On Mon, Nov 25, 2013 at 1:26 PM, José Luis Cetina >wrote: > > > Hi, im doing my first restful, im using tomee 1.6.0 jax-rs. > > > > I get this message when in my webpage: No

Re: No message body writer has been found for response class

2013-11-25 Thread Thiago Veronezi
hen in my webpage: No message body writer has been > found for response class User. > > @GET > @Path("/user") > @Produces({"application/xml", "application/json"}) > public User getUser(){ > User usr = new User(); > u

No message body writer has been found for response class

2013-11-25 Thread José Luis Cetina
Hi, im doing my first restful, im using tomee 1.6.0 jax-rs. I get this message when in my webpage: No message body writer has been found for response class User. @GET @Path("/user") @Produces({"application/xml", "application/json"}) public User getUser(