[Resteasy-users] Configure jaxrs base uri programmatically per deployment

2012-11-11 Thread Kristoffer Sjögren
Hi Im trying to use CDI extensions to discover jaxrs resources at runtime and automatically publish them under different base URIs in a Java SE environment. Applications should not need to extend javax.ws.rs.core.Application themselves if possible. I have read RestEasy documentation and javadoc

[Resteasy-users] AsyncResponse problems

2013-07-31 Thread Kristoffer Sjögren
Hi I have made some observations using AsyncResponse with a MessageBodyWriter that seems a little strange. 1) Calling AsyncResponse.resume() with a user-defined object (intended for MessageBodyWriter) on same thread as the running request cause an exception almost immediately after returning

Re: [Resteasy-users] AsyncResponse problems

2013-07-31 Thread Kristoffer Sjögren
anyways to fix some other bugs the Java EE 7 TCK picked up and need to do a release soon. http://issues.jboss.org/jira/browse/RESTEASY On 7/31/2013 9:04 AM, Kristoffer Sjögren wrote: Hi I have made some observations using AsyncResponse with a MessageBodyWriter that seems a little strange

[Resteasy-users] Resteasy and Vert.x

2015-01-16 Thread Kristoffer Sjögren
Hi I have created a project called vertxrs which support JAX-RS over Vert.x. This is the embedded version of Vert.x which use Resteasy as the implementation of JAX-RS. https://github.com/deephacks/vertxrs The jars should be in Maven Central at any moment. Enjoy, -Kristoffer