On 15/03/12 14:15, [email protected] wrote:
Hi Andy To use ARQ 2.9.1 I need also to use TDB 0.9 In the new TDB,
the function CreateModel(String dir) is no more existing.
CreateModel or createModel
TDBFactory.createModel() exists, but is deprecated.
How to read
a model from disc (not from memory) with the new versions?
Better to use a dataset and get the default model.
Furthermore, we I use ARQ 2.9.1 I always got this error Exception in
thread "main" java.lang.NoClassDefFoundError:
org/apache/jena/iri/IRIFactory I am using
jena-iri-0.9.0-incubating.jar Thanks a lot
You need jena-iri-0.9.1-incubating-SNAPSHOT with ARQ
2.9.1incubating-SNAPSHOT as given by the POM.
We have seen some problems with maven not properly updating the snapshot
dependencies - use mvn -U to force snapshots to be updated.
Andy
Mena