On a related note: would it be possible to get the source of a WFS
transaction failure?  What I see in the logs from gt2 is this:

  11-Jul-2007 12:24:38 org.geotools.xml.XMLSAXHandler endElement
  WARNING: java.lang.IllegalArgumentException: unable to parse Wed Feb 22 
20:15:00 CET 1995 as Date
  11-Jul-2007 12:24:38 org.geotools.xml.XMLSAXHandler endElement
  WARNING: Line 8 Col 117

which is the content of the <ServiceException/> as returned by
Geoserver, and:

  11-Jul-2007 12:24:38 org.geotools.data.wfs.WFSTransactionState commit
  WARNING: org.geotools.ows.ServiceException:
  java.lang.IllegalArgumentException: unable to parse Wed Feb 22 20:15:00 CET 
1995 as Date

which is from WFSTransactionState.commit().
However, all that's returned from t.commit() is this:

  java.io.IOException: An error occured while committing.

I would like to report the cause of the error, but looking at
modules/plugin/wfs/src/main/java/org/geotools/data/wfs/WFSTransactionState.java
it does not currently seem possible?

Regards,
-- 
-- Gertjan van Oosten, [EMAIL PROTECTED], West Consulting B.V., +31 15 2191 600

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to