Re: got exception on specific query

2016-06-22 Thread Andy Seaborne
From: Andy Seaborne Sent: Tuesday, June 21, 2016 6:00:29 PM To: users@jena.apache.org Subject: Re: got exception on specific query On 21/06/16 22:09, Zen 98052 wrote: Yes, that's really weird. It works fine on previous deployment (using same version of Jena, and same call to QueryFac

Re: got exception on specific query

2016-06-21 Thread Zen 98052
is a corrupt class file or something of that kind. Andy > > > > Thanks, > > Z > > > From: Andy Seaborne > Sent: Tuesday, June 21, 2016 4:55:28 PM > To: users@jena.apache.org > Subject: Re: got exception on specific query >

Re: got exception on specific query

2016-06-21 Thread Andy Seaborne
le or something of that kind. Andy Thanks, Z From: Andy Seaborne Sent: Tuesday, June 21, 2016 4:55:28 PM To: users@jena.apache.org Subject: Re: got exception on specific query On 21/06/16 21:02, Zen 98052 wrote: Yes, still using Jena 2, to be precise, v2

Re: got exception on specific query

2016-06-21 Thread Zen 98052
PM To: users@jena.apache.org Subject: Re: got exception on specific query On 21/06/16 21:02, Zen 98052 wrote: > Yes, still using Jena 2, to be precise, v2.13.0 I tried the query in various versions (3.x, 2.13.0, 2.11) and they all work. My test was to run "qparse" on the

Re: got exception on specific query

2016-06-21 Thread Andy Seaborne
_ From: Andy Seaborne Sent: Tuesday, June 21, 2016 3:19:17 PM To: users@jena.apache.org Subject: Re: got exception on specific query Which version are you using? > com.hp.hpl.jena. Jena2, not Jena3. Andy On 21/06/16 16:11, Zen 98052 wrote: What puzzling me more, the code cu

Re: got exception on specific query

2016-06-21 Thread Zen 98052
Yes, still using Jena 2, to be precise, v2.13.0 From: Andy Seaborne Sent: Tuesday, June 21, 2016 3:19:17 PM To: users@jena.apache.org Subject: Re: got exception on specific query Which version are you using? > com.hp.hpl.jena. Jena2, not Jena3. A

Re: got exception on specific query

2016-06-21 Thread Andy Seaborne
ade some changes at other places, but not on that particular code. This is so weird.. From: Zen 98052 Sent: Tuesday, June 21, 2016 11:00:37 AM To: users@jena.apache.org Subject: got exception on specific query Hi, I got exception when calling QueryFactory.crea

Re: got exception on specific query

2016-06-21 Thread Zen 98052
: Zen 98052 Sent: Tuesday, June 21, 2016 11:00:37 AM To: users@jena.apache.org Subject: got exception on specific query Hi, I got exception when calling QueryFactory.create(query); where query is following: PREFIX v: <http://b/dir/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-synta

got exception on specific query

2016-06-21 Thread Zen 98052
Hi, I got exception when calling QueryFactory.create(query); where query is following: PREFIX v: PREFIX rdf: SELECT (COUNT(?idObj) AS ?idCount) WHERE { { SELECT ?person ?idObj WHERE { ?person v:hasUniqueID ?idObj .