NIHVIVO-2957 unfiltered DAO factory for QR code

This commit is contained in:
brianjlowe 2011-07-18 15:26:13 +00:00
parent 5c99d7e3bf
commit 2137af2798

View file

@ -50,7 +50,7 @@ public class IndividualTemplateModel extends BaseIndividualTemplateModel {
// We don't want to use getAssertionsWebappDaoFactory() - that will
// reduce load scalability and miss out on data in different named
// graphs. Instead, we will make a DAO factory from the main
// model associated with the request.
// model and dataset associated with the request.
WebappDaoFactory wdf = new WebappDaoFactorySDB(
new SimpleOntModelSelector(
vreq.getJenaOntModel()),vreq.getDataset());