RESTEasy 2.0.1GA Java 1.6 Spring 3.0.3 I have tried everything I can, and cannot make head or tail of what\'s going on.I have a Spring MVC application, however I\'d like to have some RESTEasy endpo
I have a bean that includes several properties and a list. E.g. public class Person { @XmlElement public String getName() { }
My code is throwing an exception (due to a bug).In the log, I see: org.jboss.resteasy.spi.UnhandledException: java.lang.NullPointerException
I have RESTEasy (JAX-RS) server with about 60 services (so far). I would like to 开发者_开发问答automatically inject a custom response header to provider callers with the server build time: X-BuildTim
I\'d like to have some init params in my web.xml and retrieve them later in the application, I know I can do this when I have a normal servlet. However with resteasy I configure HttpServletDispatcher
I expose some JAX-RS (Resteasy) web services to a remote client. One in particular is a service like \"give me all news since the last time I asked you\"; on the server I do my queries and all, and i
I\'ve created a RestEASY Interceptor to allow me to set header values on the HTTP response after my webservice call has completed.My code looks like this...
Title say about my issue. I need wrap DTO in to a javascript method callback. Currently I return on request JSON. But problem with using this in Ajax because I send GET to other domain. and of course
I need to get WADL file for RESTful service. I know that in case using jersey it\'s available a开发者_JS百科s http://localhost:8080/application.wadl. But I use RESTeasy.
I am currently utilizing UriInfo, injected by jax-rs framework (currently RestEasy), to build the URI that I use in the Location header. The url created from the UriInfo is also used in the response x