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.
1 parent 69e3d47 commit 75499aaCopy full SHA for 75499aa
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