throw new AssemblyException( "Could not load velocity properties", e );
}
freemarker.template.Configuration cfg = new freemarker.template.Configuration();
cfg.setClassForTemplateLoading( AbstractResponseWriter.class, "" );
cfg.setObjectWrapper( new ValueCompositeObjectWrapper() );
module.importedServices( freemarker.template.Configuration.class ).setMetaInfo( cfg );
module.importedServices( MetadataService.class );