All,
A discussion popped up on a recent CXF vote. As I understand it, per section 11.3.2 (from CDI 1.2), The Type parameter passed in to getReference is meant to be the class to proxy for the returned object, if the object requires a proxy (e.g. a normal scoped bean). Is that accurate? Or is the underlying type the type of the returned bean, from Bean.create(CreationalContext) ?
John