Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1847) WFS Editing not compatible with GeoServer 2.1.2

WFS Editing not compatible with GeoServer 2.1.2
-----------------------------------------------

                 Key: UDIG-1847
                 URL: https://jira.codehaus.org/browse/UDIG-1847
             Project: uDIG
          Issue Type: Bug
          Components: tools and editing, webservices
    Affects Versions: UDIG 1.3.0
         Environment: GeoServer 2.1.2
Windows 7
            Reporter: Jody Garnett
            Priority: Critical


Walkthrough 2:
1. edit a tasmania road
2. move it around a lake
3. commit

Produce the following:
{noformat}
!ENTRY net.refractions.udig.tools 1 0 2011-12-06 03:23:42.408
!MESSAGE Exception thrown while committing
!STACK 0
java.lang.NullPointerException
	at java.net.URI$Parser.parse(URI.java:3003)
	at java.net.URI.<init>(URI.java:578)
	at org.geotools.data.wfs.v1_0_0.WFSTransactionState.commitPost(WFSTransactionState.java:258)
	at org.geotools.data.wfs.v1_0_0.WFSTransactionState.commit(WFSTransactionState.java:160)
	at org.geotools.data.DefaultTransaction.commit(DefaultTransaction.java:183)
	at net.refractions.udig.project.internal.impl.UDIGTransaction.commitInternal(UDIGTransaction.java:49)
	at net.refractions.udig.project.internal.impl.EditManagerImpl.commitTransaction(EditManagerImpl.java:395)
	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:206)
	at net.refractions.udig.ui.PlatformGIS$Runner.run(PlatformGIS.java:220)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
{noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Back to the top