processDefColl = XMLDataAccess.createCollection(processColl, "def");
}
XMLDataAccess.insertDocument(processColl, "" + processName.hashCode(), processDoc);
XMLDataAccess.insertDocument(processDefColl, "" + processName.hashCode(), defDoc);
} catch (Exception e) {
throw new DeploymentException("Could not save the process description and web services " +
"definitions in DB.", e);
}
}