marklogic / marklogic-jena

Adapter for using MarkLogic with the Jena RDF Framework
Other
5 stars 11 forks source link

Throw UnSupported Exception instead of returning -1 or empty #11

Closed kkanthet closed 8 years ago

kkanthet commented 9 years ago

Throw unsupported Exception for functionality not supported by MarkLogic dataset graph

Ex: get size(), lock(), getContext

grechaw commented 9 years ago

Actually I found there's a Lock implementation called LockNone that is appropriate for getLock(), and the overridden getContext() is OK. gize() is throwing an exception now. I'll get these changes ready for a PR.

grechaw commented 9 years ago

This change is pushed to develop