0 Replies Latest reply on Jan 2, 2017 6:01 PM by nickarls

    Strange RESTEasy @FormParam issue

    nickarls

      I'm having a really strange @Post/@FormParam issue with my REST endpoint. Everything works if I make a simple example project like e.g the one in

       

      JAX-RS RESTEasy 3 @FormParam Annotation Example

       

      but if I copy that service to my main project, it shows the same problems as my own REST @Post endpoints, the @FormParams are always null! What could be interfering? I don't pack any extra JAX-RS specific API or implementation JARs in my server WAR