I was looking at the unit tests for the CXFSE component since I wanted
to get back to getting the ComponentContext from within a CXF service.
 I noticed that in the configuration for the context injection, there
is no declaration for anything regarding the ComponentContext.  The
actual test itself doesn't appear to do anything regarding the
ComponentContext either.  Do you just put a property like:

private ComponentContext context = null;

into your service, along with a setter and it will automatically be
set?  I tried this, but it didn't appear to work.  Is this how it's
meant to work?

Reply via email to