Re: [Virtuoso-users] Which version of Jena goes with VOS's Jena Provider?

2011-12-07 Thread Hugh Williams
Hi Tim, The Virtuoso Jena Provider (open source or commercial) is expected to work with any Jena version from 2.5.5 or above as indicated at: http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtJenaProvider I certainly have tested with Jena 2.6.3 most recently. Are you able to

Re: [Virtuoso-users] Which version of Jena goes with VOS's Jena Provider?

2011-12-07 Thread Tim McCormack
On Tue, Dec 6, 2011 at 10:13 PM, Hugh Williams hwilli...@openlinksw.com wrote: The Virtuoso Jena Provider (open source or commercial) is expected to work with any Jena version from 2.5.5 or above as indicated at: http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtJenaProvider Ah, I

Re: [Virtuoso-users] Which version of Jena goes with VOS's Jena Provider?

2011-12-07 Thread Tim McCormack
While I'm not entirely in the clear yet, I did manage to get rid of the AbstractMethodError. I had been creating a Dataset like so: dataset = new VirtDataSource(virtHost, virtUser, virtPass); and then using it like so: qexec = QueryExecutionFactory.create(query, dataset); Well, turns out I