resteasy
RESTEasy will not map my Spring bean with custom Spring ContextLoader
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[详细]
2023-02-21 03:47 分类:问答RESTEASY - returning the same object with and without a list
I have a bean that includes several properties and a list. E.g. public class Person { @XmlElement public String getName() { }[详细]
2023-02-21 01:56 分类:问答RESTEasy hides real exception
My code is throwing an exception (due to a bug).In the log, I see: org.jboss.resteasy.spi.UnhandledException: java.lang.NullPointerException[详细]
2023-02-20 22:36 分类:问答Injecting a custom response header in RESTEasy JAX-RS
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[详细]
2023-02-20 07:58 分类:问答Rest easy and init params - how to access?
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[详细]
2023-02-20 07:58 分类:问答Acknowledge from JAX-RS client
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[详细]
2023-02-18 18:25 分类:问答RestEASY Interceptor Not Being Called
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...[详细]
2023-02-18 15:31 分类:问答How enable JSONP in RESTEasy?
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[详细]
2023-02-17 20:20 分类:问答Can I get application.wadl file using RESTeasy?
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.[详细]
2023-02-16 22:34 分类:问答Central point to manipulate UriInfo
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[详细]
2023-02-16 11:16 分类:问答