}
// Create VFSDeployment to use with aspectized deployers
File hrServiceBeans = new File(hrServiceBeansUrl.getFile());
VirtualFile root = VFS.getRoot(hrServiceBeans.toURI());
VFSDeploymentFactory deploymentFactory = VFSDeploymentFactory.getInstance();
deployment = deploymentFactory.createVFSDeployment(root);
// Start JBoss Microcontainer
bootstrap = new EmbeddedBootstrap();
bootstrap.run();