e.printStackTrace(System.err);
throw new dbXMLException("Couldn't bootstrap Database", e);
}
finally {
if ( tx.getStatus() == Transaction.ACTIVE )
tx.commit();
}
try {
Configuration securityCfg = config.getChild(SECURITY);
if ( securityCfg != null ) {