Community
Participate
Working Groups
Build Identifier: ((InternalCDOSession)s).setFetchRuleManager(new CDOFetchRuleManagerThreadLocal()); The cast to InternalCDOSession is at the moment necessary to be able to the the FRM. for setting the fetch analyzer we need to cast the transaction to InternalCDOTransaction. These methods should be in the API. Reproducible: Always
CDONet4jSessionConfiguration config = CDONet4jUtil.createNet4jSessionConfiguration(); config.setConnector(connector); config.setRepositoryName("myrepo"); config.setFetchRuleManager(CDOUtil.createThreadLocalFetchRuleManager()); CDONet4jSession session = config.openNet4jSession(); CDOTransaction transaction = session.openTransaction(); transaction.options().setFeatureAnalyzer(CDOUtil.createModelBasedFeatureAnalyzer());
commit 5ffb65135123ae3b507f23fd1f7fcb0f5d46ee84
Closing.