-
It seems there are a number of libs missing compared to lib path on my machine. What version of maven are you running? You could also try a clean build. My lib directory looks like this:
abdera-client-0.2.0-incubating-20061206.000605-1.jar
abdera-core-0.2.0-incubating-20061206.000605-1.jar
abdera-extensions-0.2.0-incubating-20061206.000605-1.jar...
2007-02-28 13:39:10 UTC in IBM Semantic Layered Research Platform
-
Can you send a listing of the lib directory under your boca-2.1 directory. Mainly looking to make sure you have the geronimo-j2ee-management_1.0_spec-1.0.jar jar in the the lib directory since that provides the class in question.
2007-02-27 19:27:52 UTC in IBM Semantic Layered Research Platform
-
Without seeing the boca server log file, it looks at first glance that this is a timeout on the replicate. Looking at the example code, the parser is creating a new transaction for every triple in the owl file, so the server has to process each of those changes as an atomic transaction. A better approach would be to do the begin and commit during the startRdf() and endRdf() like:
public void...
2007-02-26 18:09:16 UTC in IBM Semantic Layered Research Platform