};
ServiceBuilder<Closeable> builder = serviceTarget.addService(ServiceName.JBOSS.append(SEAM_INT_JAR), mountHandleService);
builder.setInitialMode(ServiceController.Mode.ACTIVE).install();
serviceTarget = null; // our cleanup service install work is done
ResourceLoader resourceLoader = new VFSResourceLoader(SEAM_INT_JAR, vf);
seamIntResourceLoader = ResourceLoaderSpec.createResourceLoaderSpec(resourceLoader);
}
return seamIntResourceLoader;
} catch (Exception e) {
throw new DeploymentUnitProcessingException(e);