*
* @param bundleContext
*/
private void initializeTuscanyClassLoaders(BundleContext bundleContext) {
OSGiServiceDiscoverer discoverer = new OSGiServiceDiscoverer(bundleContext);
ServiceDiscovery.getInstance().setServiceDiscoverer(discoverer);
thisBundle = bundleContext.getBundle();
origTCCL = Thread.currentThread().getContextClassLoader();