users@jersey.java.net

Re: WELD Integration

From: Paul Sandoz <Paul.Sandoz_at_oracle.com>
Date: Thu, 25 Nov 2010 14:31:09 +0100

On Nov 15, 2010, at 3:13 PM, Herak Sen wrote:

> Hi,
>
> I know there is work going on with Weld integration. Just wondering
> where can I find more info about the features, fixes etc.
>

The main feature is support for constructor injection of JAX-RS/Jersey
artifacts. This is actually rather hard to do and requires much
tweaking of CDI (note that Jersey does not depend on any Weld APIs).
This is done.

However, we are currently blocked on a GlassFish/Weld proxying bug. We
have worked around it using JNDI until the bug is fixed.

Paul.