Hi Ede,

I made a test about 

> 1. wfs auth is working properly (looked like it didn't work before, did it?)

It did not work before but works now. I could only test with a demo WFS service 
I made with Mapserver. The plugin can read data through proxy, https, and basic 
authentication up till getting GML data into the "response" tab. Making an 
OpenJUMP layer fails, though, with this short error message:

java.lang.NullPointerException
        at 
de.latlon.deejump.wfs.data.JUMPFeatureFactory.createFromDeegreeFC(JUMPFeatureFactory.java:415)
        at de.latlon.deejump.wfs.plugin.WFSPlugIn.run(WFSPlugIn.java:184)
        at 
com.vividsolutions.jump.workbench.ui.task.TaskMonitorManager$TaskWrapper.run(TaskMonitorManager.java:152)
        at java.lang.Thread.run(Unknown Source)

-Jukka-


-----Alkuperäinen viesti-----
Lähettäjä: edgar.sol...@web.de [mailto:edgar.sol...@web.de] 
Lähetetty: 2. tammikuuta 2016 18:33
Vastaanottaja: OpenJump develop and use
Aihe: [JPP-Devel] wfs enhancements

hey Jukka,

just committed r4737 . if that builds could you please check

1. wfs auth is working properly (looked like it didn't work before, did it?)

2. it should be faster now, can you compare an old and r4737 against each other?

3. what is the max. item count you can download on a high powered machine 
(lot's of ram, x64 java, plenty of cores). on my laptop (2core,Xmx6GB) it was 
roughly 500.000 from http://ows.terrestris.de/geoserver/osm/wfs 'osm_waterways' 
dataset.
limiting factor seems to be the deegree2 parser, which seems to be 
multithreaded but also memory leaky. it get's cleaned up after it is finished 
though.

thx ..ede


-------- Forwarded Message --------
Subject: [JPP-Devel] SVN: [4737] core/trunk
Date: Sat,  2 Jan 2016 16:19:28 +0000
From: jump-pilot-...@lists.sourceforge.net
Reply-To: OpenJump develop and use <jump-pilot-devel@lists.sourceforge.net>
To: jump-pilot-devel@lists.sourceforge.net

Revision: 4737
          http://sourceforge.net/p/jump-pilot/code/4737
Author:   edso
Date:     2016-01-02 16:19:28 +0000 (Sat, 02 Jan 2016)
Log Message:
-----------
- finetuned wfs httpclient access, unified proxy and auth handling
- wfs request is now buffered to disk for optimal performance
- wfs item count is now limited by RAM only
NOTE: we should probably switch to deegree3+ instead of patching things up

...

------------------------------------------------------------------------------
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

------------------------------------------------------------------------------
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to