Fire the POST_INSERT event after a transaction that contains inserts
--------------------------------------------------------------------
Key: GEOS-4691
URL: https://jira.codehaus.org/browse/GEOS-4691
Project: GeoServer
Issue Type: Improvement
Components: WFS
Affects Versions: 2.1.1
Reporter: Andreas Hocevar
Assignee: Andrea Aime
Attachments: geoserver-postinsert.patch
There are PRE_UPDATE, POST_UPDATE, PRE_DELETE and POST_DELETE events, but only PRE_INSERT and not POST_INSERT. To make this work properly, we need not only the FIDs of the inserted features, but a complete FeatureCollection.
The attached patch contains modifications to wfs/InsertElementHandler.java made by groldan, and I added tests to make sure that everything works as expected.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira