Re: Change in execution order between Jena 2.7.2 and 2.7.3

2012-08-15 Thread Holger Knublauch
On 8/13/2012 5:20, Andy Seaborne wrote: On 12/08/12 02:46, Holger Knublauch wrote: ... but we and our customers have an unknown number of queries in production ... TQ gets Jena for free. Yes and this is greatly appreciated. You guys are doing an amazing job. We have built quite an empire

Re: SDB version to use with Jena 2.7.2

2012-08-15 Thread Jayanath Amaranayake
Thanks Andy. I tried to use the snap shot but getting the following error with Oracle XE 11g. The same code works just fine with MySQL. My code: Store store = StoreFactory.create(sdb-oracle.ttl); store.getTableFormatter().create(); Model model = SDBFactory.connectDefaultModel(store); InputStream