Re: Getting error while checking for model in a dataset in Jena 3

2020-01-15 Thread ajs6f
I'm a little confused. You say you are trying to use Jena 3, but that stacktrace features com.hp.hpl.jena.sdb package names, which are from Jena 2. Which one is executing this code? Are you bringing both on to the classpath together somehow? ajs6f > On Jan 15, 2020, at 7:09 AM, Ashwani Rathi

Re: Getting error while checking for model in a dataset in Jena 3

2020-01-15 Thread Ashwani Rathi
Hi All, As discussed, I am trying to make changes in our java cod to migrate from jena 2 to jena 3 private Model getModelFromRDFStore(String modelName, java.sql.Connection conn) { org.apache.jena.sdb.StoreDesc storeDesc = new

Re: Getting error while checking for model in a dataset in Jena 3

2020-01-10 Thread Andy Seaborne
Probably has not been formatted: http://jena.apache.org/documentation/sdb/javaapi.html#formatting-or-emptying-the-store On 10/01/2020 02:20, Ashwani Rathi wrote: Hi All, As discussed, I am trying to migrate from Jena 2 to Jena 3. As part of that we are trying to eliminate usage of