@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