[udig-devel] 1.1.RC1 testing

Michael Brasser mbrasser at d-ear.com
Tue Jun 6 00:14:57 PDT 2006


Only one major problem that I've come across...I am unable to add features to a PostGIS database using 1.1.RC1:

org.postgresql.util.PSQLException: ERROR: duplicate key violates unique constraint "mytable_pkey"
	...
	at org.geotools.data.jdbc.JDBCTextFeatureWriter.doInsert(JDBCTextFeatureWriter.java:99)
	...

The SQL statement generated by  JDBCTextFeatureWriter that is causing this error is:

INSERT INTO "public"."mytable"("name","the_geom") VALUES (null,setSRID('000000000500000001000000000200000002405D1AD7B83F42464043F219E7462A45405D1AA3C53C4AD64043F282B2972F10'::geometry,-1))

Regards,
Michael

Cory Horner wrote:

>Howdy,
>
>Another release cycle has arrived, and we've put together release 
>candidate 1 for uDig 1.1.  If you have a free moment, please try it out 
>and let us know if anything obvious isn't working, or you spot a bug 
>which isn't already in JIRA.
>
>A list of changes made since RC0:
>http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10600&styleName=Html&version=12347
>
>1.1.RC1 is available here:
>http://udig.refractions.net/downloads/udig-1.1.RC1.exe
>http://udig.refractions.net/downloads/udig-1.1.RC1.linux.gtk.x86.zip
>http://udig.refractions.net/downloads/udig-1.1.RC1.macosx.carbon.ppc.zip
>
>The formal release will go out tomorrow evening if no major blockers are 
>found.
>
>Thanks!
>Cory.


More information about the udig-devel mailing list