Re: [Virtuoso-users] Virtuoso JVM hosting; Setting Classpath

2010-09-08 Thread Leo Soto M.
nning. That should not be a concern. At least on Unix env variables are not global, just inherited from parent process to child process. As it is also the case on Windows [1]. [1] http://msdn.microsoft.com/en-us/library/ms683463%28VS.85%29.aspx -- Leo Soto M. http://blog.leosoto.com

Re: [Virtuoso-users] SPARQL INSERT and typed literals

2009-07-21 Thread Leo Soto M.
quot;^^<http://www.w3.org/2001/XMLSchema#float> > > > I doubt that the compiler error could be more informative as without the > quotes the input isn't valid NTriples and/or Turtle which has to be assumed > by the compiler. You're right, it was my fault. No blame on the compiler message :) Thanks! -- Leo Soto M. http://blog.leosoto.com

[Virtuoso-users] SPARQL INSERT and typed literals

2009-07-20 Thread Leo Soto M.
iler, line 4: syntax error at '^^' before '<http://www.w3.org/2001/XMLSchema#float>' Any idea? -- Leo Soto M. http://blog.leosoto.com

Re: [Virtuoso-users] inserting a local rdf file into the store

2009-06-15 Thread Leo Soto M.
On Mon, Jun 15, 2009 at 12:20 PM, Kurt J wrote: > after closing the odbc connection the graph is empty!  any idea what gives? Just in case: Perhaps the commands were run in a transaction and you forgot to do `connection.commit()`? -- Leo Soto M. http://blog.leosoto.com

[Virtuoso-users] Invalid XML coming from faceter service

2009-04-30 Thread Leo Soto M.
dump is not useful, 0x15 being a non printable character), for the stream in which we asked for "ocean". You can see that 0x15 appears on the line 1855 of the file, just after the text "3bersicht". Perhaps an encoding issue somewhere in the data flow chain? Rega

[Virtuoso-users] ODS REST API: Gotchas and Limitations of briefcase.copy and briefcase.move

2009-02-04 Thread Leo Soto M.
llection*. Looking at the source code, looks like the problem is that all paths are normalized as _collection_ paths (using dav_path_normalize(to_path, 'C')). Note that, as one could expect, this also affects the ubiquity commands ods-copy-briefcase and ods-move-briefcase. Regards, -- Leo Soto M. http://blog.leosoto.com

Re: [Virtuoso-users] ODS API: How to get the contents of a collection?

2009-02-04 Thread Leo Soto M.
On Tue, Feb 3, 2009 at 8:15 PM, Kingsley Idehen wrote: > On 2/3/09 5:54 PM, Leo Soto M. wrote: > > On Tue, Feb 3, 2009 at 2:35 PM, Hugh Williams > > wrote: > > > > > Leo, > > > On 2 Feb 2009, at 17:22, Leo Soto M. wrote: > > > > Hi, > > &

Re: [Virtuoso-users] ODS API: How to get the contents of a collection?

2009-02-03 Thread Leo Soto M.
On Tue, Feb 3, 2009 at 2:35 PM, Hugh Williams wrote: > Leo, > On 2 Feb 2009, at 17:22, Leo Soto M. wrote: > > > Hi, > > Using the ODS Briefcase REST API *exclusively*, how do I get the > > contents of a collection? > > Without resorting to direct WebDAV that i

[Virtuoso-users] ODS API: How to get the contents of a collection?

2009-02-02 Thread Leo Soto M.
advance, -- Leo Soto M. http://blog.leosoto.com

Re: [Virtuoso-users] WebDAV and the Items Folder: How to get it working?

2009-02-01 Thread Leo Soto M.
On Fri, Jan 30, 2009 at 10:33 PM, Hugh Williams wrote: > Hi Leo, > The Virtuoso EC2 AMI updates made today to fix the imagic magic library > problem on Linux should also resolved this problem you reported. The fix > will be available in the next VOS release. Good to know! Thanks, --

Re: [Virtuoso-users] ODS REST API: How to calculate the password hash?

2009-01-28 Thread Leo Soto M.
On Wed, Jan 28, 2009 at 5:57 AM, Robert Jones wrote: > Leo Soto M. wrote: >> >> On Tue, Jan 27, 2009 at 5:25 PM, Leo Soto M. wrote: >> >> [...] >> >> >>> >>> By poking at the ODS code, looks like the correct function is: >>> &

Re: [Virtuoso-users] ODS REST API: How to calculate the password hash?

2009-01-27 Thread Leo Soto M.
On Tue, Jan 27, 2009 at 5:25 PM, Leo Soto M. wrote: [...] > By poking at the ODS code, looks like the correct function is: > > password_hash = SHA1(concat(user_name, pwd_magic_calc(username, password, > 1))) > > But then, what is the definition of pwd_magic_calc? (assuming t

[Virtuoso-users] ODS REST API: How to calculate the password hash?

2009-01-27 Thread Leo Soto M.
pwd_magic_calc? (assuming that the function shown above is correct). Regards, [1] http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtuosoOdsControllers#Session%20based -- Leo Soto M. http://blog.leosoto.com

[Virtuoso-users] ODS: OpenID registration doesn't work with delegation

2009-01-26 Thread Leo Soto M.
e trying to sign in to. At first sight, looks like the "openid2.local_id" value is not being recognized by ODS. By the way, I'm using Virtuoso Open Source edition, v5.0.9 Regards, -- Leo Soto M.

Re: [Virtuoso-users] WebDAV and the Items Folder: How to get it working?

2009-01-15 Thread Leo Soto M.
the way! Thanks for your help. -- Leo Soto M. http://blog.leosoto.com

[Virtuoso-users] WebDAV and the Items Folder: How to get it working?

2009-01-14 Thread Leo Soto M.
ich part of the system takes care of the metadata extraction and categorization: the WebDAV server itself or the BriefCase application? Regards, [1] http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/DynamicFolder [2] http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/OdsBriefcase -- L