Looks like M2 broke code working with SNAPSHOT and M1:

        List<Event2Dto> response = client.target(url).request().post(Entity.
                entity(rdvrEvent2DtoList, MediaType.APPLICATION_JSON),
                new GenericType<List&lt;Event2Dto>>() {
        });

This worked before to return a list of DTOs.

javax.ws.rs.BadRequestException: HTTP 400 Bad Request



--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/TomEE-7-0-0-M2-JAX-RS-List-issue-tp4677721.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Reply via email to