[JPP-Devel] SVN: [4563] core/trunk/src/com/vividsolutions/jump/workbench/ui/images

2015-12-04 Thread jump-pilot-svn
Revision: 4563 http://sourceforge.net/p/jump-pilot/code/4563 Author: ma15569 Date: 2015-12-04 08:37:19 + (Fri, 04 Dec 2015) Log Message: --- Add icons for CutFeaturesTool.class Added Paths: ---

Re: [JPP-Devel] Added cut features tool to Editing toolbox

2015-12-04 Thread Giuseppe Aruta
Thanks Michaël, it should be fixed on OJ 4563 Peppe 2015-12-04 8:47 GMT+01:00 Michaël Michaud : > Hi Peppe, > > Seems like you forgot to commit the icon, > > Michaël > > > Le 04/12/2015 08:29, Giuseppe Aruta a écrit : > > Hi all, > I added a new cutting tool to

Re: [JPP-Devel] SVN: [4563] core/trunk/src/com/vividsolutions/jump/workbench/ui/images

2015-12-04 Thread Giuseppe Aruta
Hi Jukka, thanks for the feedback. Peppe 2015-12-04 10:21 GMT+01:00 Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi>: > Hi, > > The tool has good features: > - can split many polygons at the same time > - splits also linestrings > > Something to study: > - Splitting a polygon with

Re: [JPP-Devel] Oracle Spatial Datastore WAS: Database Query Plugin - Oracle Spatial

2015-12-04 Thread edgar . soldin
please use r4559 to test.. "someone" reverted some changes of mine in the svn ;(.. ede On 04.12.2015 11:32, Rahkonen Jukka (MML) wrote: > Something is probably missing. I have OJ r.4563 Plus and ojdbc6.jar in > lib\ext. I also copied gt2-oracle-spatial-2.3.2.jar there to be sure that it > is

Re: [JPP-Devel] Added cut features tool to Editing toolbox

2015-12-04 Thread edgar . soldin
Peppe, you reverted a change of mine in default-plugins.xml.. your svn client warns when you overwrite unmerged changes, so please be alert if that happens. ..ede PS: On 04.12.2015 08:29, Giuseppe Aruta wrote: > Hi all, > I added a new cutting tool to editing toolbox, "Cut polygons and

Re: [JPP-Devel] Oracle Spatial Datastore WAS: Database Query Plugin - Oracle Spatial

2015-12-04 Thread Rahkonen Jukka (MML)
Something is probably missing. I have OJ r.4563 Plus and ojdbc6.jar in lib\ext. I also copied gt2-oracle-spatial-2.3.2.jar there to be sure that it is found. Still Oracle is not on the selection list for making a new database connection. -Jukka Rahkonen- edgar soldin wrote: Luis and all, i

Re: [JPP-Devel] Database Query Plugin - Oracle Spatial

2015-12-04 Thread Nicolas Ribot
Hi, yes, I made some tests (packed into a plugin) to add more spatial databases support in OJ, based on DBQuery plugin that can already access Sqlite and Oracle Spatial through direct SQL commands. The plugin is read-only and allows to load Sqlite, MariaDB, OracleSpatial layers in the same Data

Re: [JPP-Devel] SVN: [4563] core/trunk/src/com/vividsolutions/jump/workbench/ui/images

2015-12-04 Thread Rahkonen Jukka (MML)
Hi, The tool has good features: - can split many polygons at the same time - splits also linestrings Something to study: - Splitting a polygon with hole through the hole creates odd geometries. The existing Split polygon with linestring toold does good job with those. - Splitting multipolygons

[JPP-Devel] SVN: [4564] core/trunk/scripts/default-plugins.xml

2015-12-04 Thread jump-pilot-svn
Revision: 4564 http://sourceforge.net/p/jump-pilot/code/4564 Author: edso Date: 2015-12-04 11:19:56 + (Fri, 04 Dec 2015) Log Message: --- restore oracle datastore entry Modified Paths: -- core/trunk/scripts/default-plugins.xml Modified:

Re: [JPP-Devel] Database Query Plugin - Oracle Spatial

2015-12-04 Thread edgar . soldin
sweet, thanks Jukka! Nico: if you are going to patch your driver, would it be possible for you to do so in the OJ svn? ..ede On 04.12.2015 15:58, Rahkonen Jukka (MML) wrote: > Hi, > > I switched to another computer, couldn't reproduce the problem with Oracle > 12c and finally found out why.

Re: [JPP-Devel] How to debug Oracle data store?

2015-12-04 Thread edgar . soldin
Nico should know as it is his code ;).. ede On 04.12.2015 16:31, Rahkonen Jukka (MML) wrote: > Hi, > > > > I am getting ORA-01747 error when the Oracle data store is probably trying to > read the list of spatial tables. I would like to know what happens and for > that I should see the SQL

Re: [JPP-Devel] Database Query Plugin - Oracle Spatial

2015-12-04 Thread Nicolas Ribot
Have a nice we too :) On 4 December 2015 at 16:40, Nicolas Ribot wrote: > Ok, I will add a TextArea allowing to choose, the name, defaulting to > current "GEOMETRY". > > Nico > > On 4 December 2015 at 16:35, Rahkonen Jukka (MML) < > jukka.rahko...@maanmittauslaitos.fi>

Re: [JPP-Devel] Database Query Plugin - Oracle Spatial

2015-12-04 Thread Nicolas Ribot
Ok, I will add a TextArea allowing to choose, the name, defaulting to current "GEOMETRY". Nico On 4 December 2015 at 16:35, Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi> wrote: > > Maybe a case insensitive name like 'geom' would be better ? > > I would say that in PostgreSQL it

Re: [JPP-Devel] Database Query Plugin - Oracle Spatial

2015-12-04 Thread Rahkonen Jukka (MML)
Hi, I switched to another computer, couldn't reproduce the problem with Oracle 12c and finally found out why. Very elementary error indeed. I followed this part of instructions: > 3. download ojdbc6.jar > http://www.oracle.com/technetwork/apps-tech/jdbc-112010-090769.html > 4. place in

[JPP-Devel] How to debug Oracle data store?

2015-12-04 Thread Rahkonen Jukka (MML)
Hi, I am getting ORA-01747 error when the Oracle data store is probably trying to read the list of spatial tables. I would like to know what happens and for that I should see the SQL what OpenJUMP is sending. How could I get that into log? I believe that we have some special issues because of

Re: [JPP-Devel] Database Query Plugin - Oracle Spatial

2015-12-04 Thread edgar . soldin
On 04.12.2015 16:16, Nicolas Ribot wrote: > ede: yes, I'm cleaning-up some uncommitted code, and will commit in OJ svn. nice your classes are now located under src/com/vividsolutions/jump/datastore and src/com/vividsolutions/jump/datastore/oracle > BTW, I noticed that when saving a layer to

Re: [JPP-Devel] Database Query Plugin - Oracle Spatial

2015-12-04 Thread Rahkonen Jukka (MML)
> Maybe a case insensitive name like 'geom' would be better ? I would say that in PostgreSQL it could be forced to lower case. Force it to upper case if it will be possible to write into Oracle someday :) -Jukka- edgar soldin wrote: On 04.12.2015 16:16, Nicolas Ribot wrote: > ede: yes, I'm

Re: [JPP-Devel] Database Query Plugin - Oracle Spatial

2015-12-04 Thread edgar . soldin
On 04.12.2015 14:16, Rahkonen Jukka (MML) wrote: > The error with recent snapshots affects also DB Query plugin. For example > with version r4555 (2015-11-22) DB Query can read Oracle 12c. I suppose that > there is some outdated component in the additions that Ede made which makes > problem

Re: [JPP-Devel] Database Query Plugin - Oracle Spatial

2015-12-04 Thread Rahkonen Jukka (MML)
Hi Nicolas, I clarify that your DataStore does read Oracle 11g. The issue is that before Ede was adding something to the soup the DB Query plugin was able to read also Oracle 12c (with ojdbc6.jar) but not afterwards. It feels to me that something in the package is not ready for 12c. I have

Re: [JPP-Devel] Database Query Plugin - Oracle Spatial

2015-12-04 Thread Nicolas Ribot
Hi Jukka, Yes it should read Oracle 11g. I think I have some stuff to commit from this plugin and also from DataStore Panel. I'm on it this afternoon and will keep you posted. Nicolas On 4 December 2015 at 14:16, Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi> wrote: > Hi Nicolas

Re: [JPP-Devel] How to debug Oracle data store?

2015-12-04 Thread Nicolas Ribot
I have committed my local modifications for Oracle Support. I tested the release and was able to load spatial tables (if properly registered to Oracle Spatial Metadata tables) from Oracle 11g and 12c. Jukka, could you post the errors you see when using Oracle DataStore ? Nicolas On 4 December

Re: [JPP-Devel] How to debug Oracle data store?

2015-12-04 Thread edgar . soldin
On 04.12.2015 18:17, Nicolas Ribot wrote: > Hi, > > Yes, this is part of the code I fixed. > Right now, I'm fighting with a strange java.lang.ClassNotFoundException: > oracle.jdbc.driver.OracleDriver when opening my Oracle connection. > Driver is there, tried to put it in both lib and lib/ext. >

Re: [JPP-Devel] How to debug Oracle data store?

2015-12-04 Thread Nicolas Ribot
I had commented out Oracle dependencies in the pom.xml and my Netbeans IDE did not like that: the running classpath (running OJ directly from NB) was not set correctly, and ojdbc6.jar was missing at runtime... Thanks for introspection hint. With the current code, at runtime, if no Oracle driver

[JPP-Devel] SVN: [4566] core/trunk/src

2015-12-04 Thread jump-pilot-svn
Revision: 4566 http://sourceforge.net/p/jump-pilot/code/4566 Author: elnico Date: 2015-12-04 21:25:34 + (Fri, 04 Dec 2015) Log Message: --- Oracle Support: cleaning, OJ log framework for SQL queries. Protected ImageIO plugin loading as it generates errors on MacOSX,

[JPP-Devel] SVN: [4567] core/trunk

2015-12-04 Thread jump-pilot-svn
Revision: 4567 http://sourceforge.net/p/jump-pilot/code/4567 Author: michaudm Date: 2015-12-05 00:31:00 + (Sat, 05 Dec 2015) Log Message: --- add new plugin EraseLayerAWithLayerB in Tools>Analysis Modified Paths: -- core/trunk/ChangeLog