136137138139140141142143144145146
//notify that component was successfully created so any optional circular dependencies can be retried BundleComponentActivator activator = getActivator(); if ( activator != null ) { activator.missingServicePresent( getServiceReference() ); } } return true; }
149150151152153154155156157158159