dev@jersey.java.net

Re: [Jersey] Difficulties getting the new CDI impl to work with the sample

From: Roberto Chinnici <roberto.chinnici_at_oracle.com>
Date: Fri, 13 Aug 2010 15:04:08 -0700

Roberto Chinnici wrote:
> Another data point. When I deploy Jersey 1.4-SNAPSHOT
> (jersey-server.jar and everything else) inside a webapp on GF 3.0.1, I
> see that a proxy gets created, but the bean handed out by the
> BeanManager is not proxied.

Paul, I forgot to state the obvious: this matches what you see in your
WebApplication3.zip: there is no issue when the extension is inside the
web app itself. Alas, that's not the case when the extension is bundled
in GlassFish as part of jersey-server.jar.