Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] edit WFS line layer

I changed the layer type from LineString to MultiLineString. The changed layer can be used for inserts without any problems.

piebe

Jesse Eichar wrote:
FYI,

I'm not ignoring you... I'm looking into this. But it is so far eluding my efforts.

Jesse

On 31-Oct-07, at 10:02 AM, Piebe de Vries wrote:

Also updating and requesting works without problems, only the insert of lines gives the javax.naming.OperationNotSupportedException problem

Piebe de Vries wrote:
hi,

I have few WFS layers (geoserver 1.5) which I try to edit with uDig (RC12) . Point and polygone layers seem to work fine (except for the display refresh), however if I try line layers uDig does not seem able to commit.

If I turn on logging for org.geotools.data.wfs I get the log below. javax.naming.OperationNotSupportedException seems to be the problem Any idea what the problem is or tips about how I can log more information?

thanks,
Piebe

FINE: Input:
31-okt-2007 14:40:13 org.geotools.data.wfs.WFSTransactionState commit
WARNING: javax.naming.OperationNotSupportedException: com.vividsolutions.jts.geom.LineString
31-okt-2007 14:40:13 org.geotools.data.wfs.WFSTransactionState commit
WARNING: javax.naming.OperationNotSupportedException: com.vividsolutions.jts.geom.LineString

java.io.IOException: An error occured while committing.
at org.geotools.data.wfs.WFSTransactionState.commit(WFSTransactionState.java:167) at org.geotools.data.DefaultTransaction.commit(DefaultTransaction.java:182) at net.refractions.udig.project.internal.impl.UDIGTransaction.commitInternal(UDIGTransaction.java:48) at net.refractions.udig.project.internal.impl.EditManagerImpl.commitTransaction(EditManagerImpl.java:263) at net.refractions.udig.project.internal.commands.selection.CommitCommand.run(CommitCommand.java:36) at net.refractions.udig.tools.internal.CommitTool$1.run(CommitTool.java:54) at net.refractions.udig.ui.PlatformGIS$Runner.run(PlatformGIS.java:217) at net.refractions.udig.ui.PlatformGIS$Runner.run(PlatformGIS.java:185)



--
---------------------------    ----------------------------
Piebe de Vries          piebe.de.vries@xxxxxxxxx
Geodan IT b.v.          Tel: +31 (0)73 - 6925 151
President Kennedylaan 1      Fax: +31 (0)73 - 5711 333
1079 MB Amsterdam (NL)      http://www.geodan.nl
---------------------------    ----------------------------



_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel





--
---------------------------	----------------------------
 Piebe de Vries		  piebe.de.vries@xxxxxxxxx
 Geodan IT b.v.		  Tel: +31 (0)73 - 6925 151
 President Kennedylaan 1	  Fax: +31 (0)73 - 5711 333
 1079 MB Amsterdam (NL)	  http://www.geodan.nl
---------------------------	----------------------------





Back to the top