This module includes an implementation of the storage SPI of Clerezza that connects to a Virtuoso instance.
To build this project you need Maven.
$ mvn clean install
This module depends on:
Bundle is in the /target folder:
You must have a Virtuoso running server to do tests. Tests are skipped by default. To activate tests, you can set the system property “virtuoso.test” to true:
$ mvn test -Dvirtuoso.test=true
By default, the tests will use the parameters configured in the pom.xml. Change the parameters' values to the ones that fit your installation of Virtuoso.
You can configure the following parameters:
To override them from cli, you can also do the following:
$ mvn test -Dvirtuoso.test=true -DargLine=“-Dvirtuoso.password=mypassword -Dvirtuoso.port=1234”
This bundle needs the following:
To deploy the bundle in a running Felix instance you can do:
$ mvn install -PinstallBundle -Dsling.url=http://localhost:8080/system/console (change this to be the actual server admin interface)