From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Mon, 20 Apr 2009 11:49:59 +0200
On Apr 18, 2009, at 5:19 PM, Felipe Gaúcho wrote:
> got it:
>
> @GET
> @Produces( { MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML })
> @Path("/read")
> public List<FpEvent> read() {
>
>
> it was another issue that was trapping my original trial :)
>