log.debug("Deploying annotations from " + tempDir);
MicrocontainerAnnotationLoaderStrategy strategy = new MicrocontainerAnnotationLoaderStrategy();
AspectAnnotationLoader loader = new AspectAnnotationLoader(AspectManager.instance(), strategy);
URL url = tempDir.toURL();
Iterator<InputStream> it = ArchiveBrowser.getBrowser(url, new ClassFileFilter());
loader.deployInputStreamIterator(it);
List<AspectManagerAwareBeanMetaDataFactory> factories = strategy.getFactories();
if (factories != null && factories.size() > 0)
{
deployedBeans = new ArrayList<KernelControllerContext>();