ioService.write( nioPath,
ScenarioXMLPersistence.getInstance().marshal( content ),
makeCommentedOption( comment ) );
//Signal creation to interested parties
resourceAddedEvent.fire( new ResourceAddedEvent( newPath ) );
return newPath;
} catch ( Exception e ) {
throw ExceptionUtilities.handleException( e );