// add our thread context listener
GeronimoThreadContextListener.init();
SystemInstance.get().setComponent(FinderFactory.class, new BundleFinderFactory());
SystemInstance.get().setComponent(ThreadSingletonService.class, new ThreadSingletonServiceAdapter());
//probably should be in openejb...
ThreadContext.addThreadContextListener(new OWBContextThreadListener());
// process all resource adapters
processResourceAdapterWrappers(resourceAdapters);