*/
public ColorProfileDesc execute() {
log.debug( "CreateProfile#execute: " + name );
ODMGXAWrapper txw = new ODMGXAWrapper();
ColorProfileDesc p = new ColorProfileDesc();
txw.lock( p, Transaction.WRITE );
p.setName( name );
p.setDescription( description );
// Copy the file to the default volume
VolumeBase defvol = VolumeBase.getDefaultVolume();