You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Zhe Wu <al...@oracle.com> on 2011/11/01 20:28:53 UTC

BindingMap is now abstract in ./jena-arq-2.8.9-incubating-SNAPSHOT.jar

Hi,

I am compiling the latest Oracle Jena Adapter Java APIs against the following libraries and got
"com.hp.hpl.jena.sparql.engine.binding.BindingMap is abstract; cannot be instantiated"

jena-arq-2.8.9-incubating-SNAPSHOT-tests.jar
jena-arq-2.8.9-incubating-SNAPSHOT.jar
jena-core-2.6.5-incubating-20111024.095834-16-tests.jar
jena-core-2.6.5-incubating-20111024.095834-16.jar
jena-iri-0.9.0-incubating-20111019.130512-8.jar

Seems like BindingMap is now an interface (it used to be a regular class). Is this an expected change?

Thanks,

Zhe
Oracle