[Resteasy-users] ContextResolver issue

2012-08-30 Thread Duncan Bloem
Hi, I have made a very simple pure JAX-RS demo application. You can find it here: https://github.com/dabloem/jaxrs When deployed to JBoss As 7.1.0, the application does not inject MyResolver into field @Context ContextResolverMyObject within GenericResource. It is always null. When deployed to

Re: [Resteasy-users] ContextResolver issue

2012-08-30 Thread Duncan Bloem
/30/2012 6:28 AM, Duncan Bloem wrote: Hi, I have made a very simple pure JAX-RS demo application. You can find it here: https://github.com/dabloem/jaxrs When deployed to JBoss As 7.1.0, the application does not inject MyResolver into field @Context ContextResolverMyObject within

Re: [Resteasy-users] Application subclass without mapping

2012-09-04 Thread Duncan Bloem
was found? On 9/2/2012 6:49 AM, Duncan Bloem wrote: I want to have web.xml decide which Application class should be registered. (GF and JBoss profiles have different web.xml) I would have expected that the Application sub-class is disregarded, because there is no annotation and no servlet