ODMGXAWrapper txw = new ODMGXAWrapper();
txw.lock( this, Transaction.WRITE );
RawConversionSettings settings = null;
if ( s != null ) {
settings = s.clone();
txw.lock( settings, Transaction.WRITE );
}
if ( rawSettings != null ) {
Database db = ODMG.getODMGDatabase();
db.deletePersistent( rawSettings );
}