Re: AutoBean and Generic types (Server-side)

2011-03-29 Thread Thomas Broyer
It could be related to http://code.google.com/p/google-web-toolkit/issues/detail?id=5926 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this

AutoBean and Generic types (Server-side)

2011-03-28 Thread d95sld95
I am trying to solve an issue with AutoBean and generics on the server side. When I run the test below I get the following output: {name:SomeName,version:1} But I did except to get the following: {name:SomeName,id:10,version:1} For some reason the AutoBean framework does not detect the