users@jersey.java.net

Re: [Jersey] Re: resources inheritance

From: Felipe Gaúcho <fgaucho_at_gmail.com>
Date: Wed, 12 Aug 2009 09:23:43 +0200

Hi Martin,

no, I don't use Vector.. it is just the message from jersey :)


> To fix the issue, you need to use a GenericEntity.

?? what you mean ?

I fixed with arrays.. but still I need to provide a concrete array as
parameter (a hook method acutally) in order to allow my service to
respond the right type...

as Sandoz commented, the type erasure of Generics do the mess :)