Re: [JPP-Devel] oracle datastore in latest snapshot

2015-12-18 Thread Nicolas Ribot
Sorry, my bad: old connections in my settings. Nicolas On 18 December 2015 at 15:03, Nicolas Ribot wrote: > >> done in r4634 ;) >> >> > :) > > Seen a bug when copying a spatialite connection: its url is saved as a > file, and a File is cast from it here: > > at > com.vividsolutions.jump.workben

Re: [JPP-Devel] oracle datastore in latest snapshot

2015-12-18 Thread Nicolas Ribot
> > > done in r4634 ;) > > :) Seen a bug when copying a spatialite connection: its url is saved as a file, and a File is cast from it here: at com.vividsolutions.jump.workbench.ui.plugin.datastore.ConnectionDescriptorPanel$3.setParameter(ConnectionDescriptorPanel.java:240): File f =

Re: [JPP-Devel] oracle datastore in latest snapshot

2015-12-18 Thread edgar . soldin
done in r4634 ;) Forwarded Message Subject: [JPP-Devel] SVN: [4634] core/trunk/src/com/vividsolutions/jump/datastore/ spatialdatabases/SpatialDatabasesDataStoreDriver.java Date: Fri, 18 Dec 2015 13:53:38 + From: jump-pilot-...@lists.sourceforge.net Reply-To: OpenJump devel

Re: [JPP-Devel] oracle datastore in latest snapshot

2015-12-18 Thread Nicolas Ribot
> > no need! identified and worked around it already. only need to cleanup and > commit it. > > Cl: I spent such a time in these kinds of bugs, where a separate thread works with UI. -- _

Re: [JPP-Devel] oracle datastore in latest snapshot

2015-12-18 Thread edgar . soldin
On 18.12.2015 14:43, Nicolas Ribot wrote: > Ok: I've seen the bug: > when a connection fails, the dataset list is loaded with the previous > existing connection, though the connection box displays the failing > connection. > > I tried loading several bad connections: it always displays the previ

Re: [JPP-Devel] oracle datastore in latest snapshot

2015-12-18 Thread Nicolas Ribot
Ok: I've seen the bug: when a connection fails, the dataset list is loaded with the previous existing connection, though the connection box displays the failing connection. I tried loading several bad connections: it always displays the previous list of dataset, if any was found. Will look at it.

Re: [JPP-Devel] oracle datastore in latest snapshot

2015-12-18 Thread edgar . soldin
Nico, On 18.12.2015 14:08, edgar.sol...@web.de wrote: >> > Also tested opening a spatialite connection first, then an Oracle one: it >> > also worked. > hmm, weird.. can you please send me the whole output of the Console when you > start OJ via oj_macos.command ? > ok, skip that. can you try

Re: [JPP-Devel] oracle datastore in latest snapshot

2015-12-18 Thread edgar . soldin
On 18.12.2015 14:02, Nicolas Ribot wrote: > Ede, > > Works here. nice > Also tested opening a spatialite connection first, then an Oracle one: it > also worked. hmm, weird.. can you please send me the whole output of the Console when you start OJ via oj_macos.command ? > Thanks for the icon

Re: [JPP-Devel] oracle datastore in latest snapshot

2015-12-18 Thread Nicolas Ribot
Ede, Works here. Also tested opening a spatialite connection first, then an Oracle one: it also worked. Thanks for the icon in the connection name: pretty neat. (and the Christmasgooroo ;) ) Nicolas On 18 December 2015 at 13:42, wrote: > Jukka, Nico, > > as tests show it should work as well,