I thought that it has been working but probably I was wrong and at least r4401 
(2015-04-18) gives the same error. I attached SRID 4326 for the layer with the 
Layer - Set SRID tool because it looks like degree wants to know it but it does 
not help.

There is something commented out in 
https://sourceforge.net/p/jump-pilot/code/HEAD/tree/core/trunk/src/de/latlon/deejump/wfs/plugin/WFSPlugIn.java#l224

    // TODO: fetch SRS info and use it
    org.deegree.model.spatialschema.Geometry geoObj = JTSAdapter.wrap(geo,null);

-Jukka-

edgar soldin wrote:

did that work at some point in the past in my port, meaning after r4219? ..ede

On 14.12.2015 11:41, Rahkonen Jukka (MML) wrote:
> How to reproduce:
> 
>  
> 
> -          Create a layer, digitize any feature on it, select the feature and 
> press the WFS button. The plugin is supposed to take the selected geometry 
> and use it for building a spatial filter but now it throws an error:
> 
>  
> 
> java.lang.NoSuchMethodError: 
> org.deegree.model.spatialschema.JTSAdapter.wrap(Lcom/vividsolutions/jts/geom/Geometry;Lorg/deegree/model/crs/CoordinateSystem;)Lorg/deegree/model/spatialschema/Geometry;
> 
>                              at 
> de.latlon.deejump.wfs.plugin.WFSPlugIn.getSelectedGeoAsGML(WFSPlugIn.java:225)
> 
>                              at 
> de.latlon.deejump.wfs.plugin.WFSPlugIn.execute(WFSPlugIn.java:107)
> 
>                              at 
> com.vividsolutions.jump.workbench.plugin.AbstractPlugIn$1.actionPerformed(AbstractPlugIn.java:342)
> 
>                              at 
> javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
> 
>                              at 
> javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
> 
>                              at 
> javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
> 
>                              at 
> javax.swing.DefaultButtonModel.setPressed(Unknown Source)
> 
>                              at 
> javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
> 
>                              at 
> java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
> 
>                              at java.awt.Component.processMouseEvent(Unknown 
> Source)
> 
>                              at 
> javax.swing.JComponent.processMouseEvent(Unknown Source)
> 
>                              at java.awt.Component.processEvent(Unknown 
> Source)
> 
>                              at java.awt.Container.processEvent(Unknown 
> Source)
> 
>                              at java.awt.Component.dispatchEventImpl(Unknown 
> Source)
> 
>                              at java.awt.Container.dispatchEventImpl(Unknown 
> Source)
> 
>                              at java.awt.Component.dispatchEvent(Unknown 
> Source)
> 
>                              at 
> java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
> 
>                              at 
> java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
> 
>                              at 
> java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
> 
>                              at java.awt.Container.dispatchEventImpl(Unknown 
> Source)
> 
>                              at java.awt.Window.dispatchEventImpl(Unknown 
> Source)
> 
>                              at java.awt.Component.dispatchEvent(Unknown 
> Source)
> 
>                              at java.awt.EventQueue.dispatchEventImpl(Unknown 
> Source)
> 
>                              at java.awt.EventQueue.access$200(Unknown Source)
> 
>                              at java.awt.EventQueue$3.run(Unknown Source)
> 
>                              at java.awt.EventQueue$3.run(Unknown Source)
> 
>                              at 
> java.security.AccessController.doPrivileged(Native Method)
> 
>                              at 
> java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
> 
>                              at 
> java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
> 
>                              at java.awt.EventQueue$4.run(Unknown Source)
> 
>                              at java.awt.EventQueue$4.run(Unknown Source)
> 
>                              at 
> java.security.AccessController.doPrivileged(Native Method)
> 
>                              at 
> java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
> 
>                              at java.awt.EventQueue.dispatchEvent(Unknown 
> Source)
> 
>                              at 
> java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
> 
>                              at 
> java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
> 
>                              at 
> java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
> 
>                              at 
> java.awt.EventDispatchThread.pumpEvents(Unknown Source)
> 
>                              at 
> java.awt.EventDispatchThread.pumpEvents(Unknown Source)
> 
>                              at java.awt.EventDispatchThread.run(Unknown 
> Source)
> 
>  
> 
> -Jukka Rahkonen-
> 
> 
> 
> ------------------------------------------------------------------------------
> 
> 
> 
> _______________________________________________
> 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

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

Reply via email to