On 07/03/12 17:59, Milorad Tosic wrote:
I use arq-2.8.7 tdb-0.8.10 jena-2.6.4 I am aware of the fact that newer
versions are available, however I have to work with Java 5. What is the latest
version that actually would work on Java 5?
The change happened at Jena 2.7.0 , ARQ 2.9.0 i.e. the Apache releases.
Yes, that is the correct behavior!!! What is quite depressing, that is the
third different behavior of the same code on third different computer. Do you
see anything wrong in the code? The available literature is very limited and
the code is my best guess. Any advice?
I ran the test several times, always got the same output.
If you really, really need Java5, then grab the source and back port it.
From memory, the number of changes is small currently. They will show
up at compile time (e.g. Deque vs Stack, some isEmpty() calls)
Andy
Milorad