"Steven E. Harris" <[EMAIL PROTECTED]> writes:

> Is there some other means to receive or retrieve a context analogous
> to the DS component context? Or is this a matter of defining a member
> variable in my component of type BundleContext, expecting it to be
> assigned/injected by iPOJO when appropriate?

After some digging, I see there's a way. The class
org.apache.felix.ipojo.InstanceManager's createPojoObject() method
detects the presence of a constructor with a single BundleContext
argument, around line 355, and calls that if available.

-- 
Steven E. Harris

Reply via email to