Sesame storage provider should be configurable
----------------------------------------------
Key: AMDATUSEMANTIC-12
URL: http://jira.amdatu.org/jira/browse/AMDATUSEMANTIC-12
Project: Amdatu Semantic
Issue Type: New Feature
Components: storage
Reporter: Paul Bakker
The use of a memory store is now hardcode in SesameServiceImpl.
{code}
ForwardChainingRDFSInferencer inferencer = new
ForwardChainingRDFSInferencer(new MemoryStore(reposDir));
{code}
This should be configurable to both native (filesystem) and rdms
(mysql/postgress). In the case of an rdms there should also be a mechanism to
provide the required jdbc driver and set the jdbc properties.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
http://jira.amdatu.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers