app.setGeneratedXMLDirectory(
moduleScratchDirectory.getAbsolutePath());
if (!app.getWebServiceDescriptors().isEmpty()) {
ModuleContentLinker visitor = new ModuleContentLinker(archive);
app.visit(
(com.sun.enterprise.deployment.util.ApplicationVisitor) visitor);
}
return app;
} catch (IOException ioe) {
logger.log(Level.SEVERE,ioe.toString());