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

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
---------------------------	----------------------------





Back to the top