[udig-devel] [jira] Created: (UDIG-930) FID is not useable until
after commit
disallowing feature creation and modification to created feature during the
same transaction
Jesse Eichar (JIRA)
jira at codehaus.org
Tue Jul 18 14:52:25 PDT 2006
FID is not useable until after commit disallowing feature creation and modification to created feature during the same transaction
----------------------------------------------------------------------------------------------------------------------------------
Key: UDIG-930
URL: http://jira.codehaus.org/browse/UDIG-930
Project: uDIG
Issue Type: Bug
Components: wfs
Affects Versions: UDIG 1.1.RC2
Reporter: Jesse Eichar
Priority: Blocker
Currently when a feature is created it is assigned a FidFilter. However it is changed on commit. Following demonstrates problem.
1. Open a layer that is backed onto a PostGIS.
2. Create feature - A feature is created and assigned a FID by WFS Datastore.
3. Modify feature - feature is modified using the FID to identify the feature to modify
4. Commit - Feature is added to server and assigned a new FID. Then the next update uses a fid filter with a fid that no longer identifies anything so update does not apply.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the udig-devel
mailing list