Re: [Virtuoso-users] Blank node usage via Sesame

2010-11-23 Thread Hugh Williams
Hi Timo, This issue has been resolved and a new virt_sesame3.jar file uploaded to the VOSDowload page, can you please download from: http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSDownload and confirm this works for you ... Best Regards Hugh Williams Professional Services Op

Re: [Virtuoso-users] Blank node usage via Sesame

2010-11-22 Thread Hugh Williams
Hi Timo, This is odd as the version you are getting from CVS which works is data Feb 2010, which was the date of Virtuoso 6.1.0 open source release and would explain why you are not getting the version information. The one you downloaded and the one from the Virtuoso 6.1.2 open source release

Re: [Virtuoso-users] Blank node usage via Sesame

2010-11-22 Thread Timo Westkämper
Hi Hugh. Sorry for the late reply downloaded : -rw-r--r-- 1 tiwe tiwe 38483 2010-11-17 15:05 virt_sesame3.jar tiwe@tiwe:~/work$ java -jar virt_sesame3.jar OpenLink Virtuoso(TM) Provider for Sesame3(TM) Version 3.0-alpha [Build 1.1] from CVS : -rw-r--r-- 1 tiwe tiwe 30546 2010-02-12 14:56 v

Re: [Virtuoso-users] Blank node usage via Sesame

2010-11-18 Thread Hugh Williams
Hi Timo, I don't get it, as you say the initial download was from http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSDownload ie http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSDownload/virt_sesame3.jar , which I have just downloaded and compare with the version in the archive

Re: [Virtuoso-users] Blank node usage via Sesame

2010-11-18 Thread Timo Westkämper
Hi Hugh. The jar in CVS (virt_sesame3.jar) works perfectly well, and the sources seem fine as well, but the jar on the Download page causes the Exception. It seems that for some reason the used ValueFactory doesn't contain a BNodeFactory. Best regards, Timo Westkämper. Hi Timo, The source

Re: [Virtuoso-users] Blank node usage via Sesame

2010-11-18 Thread Hugh Williams
Hi Timo, The source for the sesame 3 provider are in ~/binsrc/sesame3/virtuoso_driver of the open source archive (ditto for the sesame2 provider) ... Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.openlinksw.com Support: http://support.openlinksw.com Forums: h

Re: [Virtuoso-users] Blank node usage via Sesame

2010-11-18 Thread Timo Westkämper
Hi Hugh. I used the Sesame 3 adapter and JDBC 4 driver from this page : http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSDownload The Sesame dependencies I use are from the 3.0-alpha-1 version via this Maven repository : http://repo.aduna-software.org/maven2/releases Are the source

Re: [Virtuoso-users] Blank node usage via Sesame

2010-11-18 Thread Hugh Williams
Hi Timo, Yes, Virtuoso does support blank nodes as does the Virtuoso Sesame Provider. How exactly are you compiling and attempting to run the application containing the code snippet you provided below ? Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.openlink

[Virtuoso-users] Blank node usage via Sesame

2010-11-17 Thread Timo Westkämper
Hi. I am using Sesame 3 with the JDBC 4 driver to access a Virtuoso database and I am having problems creating blank nodes through it : Repository repository = new VirtuosoRepository("localhost:", "dba", "dba"); repository.initialize(); RepositoryConnection conn =