Re: [Resteasy-users] Mixing query and form parameters

2013-01-23 Thread Denica Gencheva
Could you please explain why you need to send action parameter both in request param and in form param? I don't need to, but when I expose a web service people hit it like this and in the HTTP RFC this is no forbidden. However we opened task about this:

Re: [Resteasy-users] Error when executing a post request with a complex (List) object - solved

2013-01-23 Thread Gabriella Turek
I solved this problem as follows: I handcrafted the class import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import