We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b08e55 + 75499aa commit e3e7609Copy full SHA for e3e7609
CondCore/ESSources/plugins/CondDBESSource.cc
@@ -759,6 +759,10 @@ void CondDBESSource::fillDescriptions(edm::ConfigurationDescriptions& descriptio
759
dbParams.addUntracked<std::string>("security", "");
760
dbParams.addUntracked<int>("messageLevel", 0);
761
dbParams.addUntracked<int>("connectionTimeout", 0);
762
+ dbParams.addObsoleteUntracked<std::string>("transactionId")
763
+ ->setComment(
764
+ "This parameter is not strictly needed by PoolDBESSource, but the WMCore infrastructure requires it. "
765
+ "Candidate for deletion");
766
desc.add("DBParameters", dbParams);
767
768
desc.add<std::string>("connect", std::string("frontier://FrontierProd/CMS_CONDITIONS"));
0 commit comments