Re: Can Jena Full Text search work with other Jena based API like Virtuoso Jena or MarkLogic Jena ?

2019-09-16 Thread Alex To
Hi Andy I ended up creating separate implementation for Jena and MarkLogic full text search for now due to time constraints of the project. I will investigate further at a later time. Thank you Best Regards On Sun, Sep 15, 2019 at 6:53 PM Andy Seaborne wrote: > Alex, > > I can't try it out

Re: On Java 11 we sometimes get a java.lang.ExceptionInInitializerError from NodeFactoryExtra for a specific test case we have

2019-09-16 Thread Andy Seaborne
On Mon, 16 Sep 2019 at 11:13, Jerven Bolleman wrote: > Dear Jena devs, > > I sometimes have a strange exception depending on the order of JUnit > tests being executed. > Tests can call JenaSystem.init() to explicitly cause initialization. It may be a workaround for you. Which version of the

Re: TDBTransactionException: Not in a transaction

2019-09-16 Thread ajs6f
So noted on that ticket, thank you, Barry! ajs6f > On Sep 16, 2019, at 10:41 AM, Nouwt, B. (Barry) > wrote: > > Hi ajs6f, I think it is already filed under JENA-1667. My use case to > reproduce it can be found on github: https://github.com/barrynl/jena-example > > Regards, Barry > >

RE: TDBTransactionException: Not in a transaction

2019-09-16 Thread Nouwt, B. (Barry)
Hi ajs6f, I think it is already filed under JENA-1667. My use case to reproduce it can be found on github: https://github.com/barrynl/jena-example Regards, Barry -Original Message- From: ajs6f Sent: woensdag 11 september 2019 20:21 To: users@jena.apache.org Subject: Re:

On Java 11 we sometimes get a java.lang.ExceptionInInitializerError from NodeFactoryExtra for a specific test case we have

2019-09-16 Thread Jerven Bolleman
Dear Jena devs, I sometimes have a strange exception depending on the order of JUnit tests being executed. I was wondering if other users have seen the same. Mostly it seems a loop for static variables that kick of if other classes had not run ahead of time. In the DateTimeUtils there is