Clement Escoffier <[EMAIL PROTECTED]> writes: > Lifecycle callbacks can be without any argument or with the bundle > context.
Are you saying that the INVALID->VALID callback can take a BundleContext argument? When looking at the code for LifecycleCallback.call(), it looks like it will only call a no-argument method. This isn't such a big issue, as the constructor is really a better place to receive the BundleContext, but I want to make sure I'm understanding you correctly here. -- Steven E. Harris