users@jersey.java.net

[Jersey] _at_ParentRef in a CDI/glassfish environment

From: Christopher Piggott <cpiggott_at_gmail.com>
Date: Sun, 26 Aug 2012 17:12:55 -0400

@ParentRef in a CDI/glassfish/weld environment doesn't seem to return
anything useful. The real object I want to get to is an
AttachmentsSubResource, but what my subresource thinks @ParentRef
really points to is an object of type:

              AttachmentsSubResource$Proxy$_$$_WeldClientProxy

and I'm not sure what I can do with that ...

Has anybody else worked with this?

--Chris