You are right. It was indeed a FeatureReader problem. I was closing it, but only after having done the update. Somehow it did not give problems in MGOS 1.2. I have moved the close() before the deletion/update of the feature and it is working fine now.
Thanks for the help. zspitzer wrote: > > if your refering to the thread 'Please try your operation later as the > resource was busy' from Adam > it was indeed a feature reader problem > > On Fri, Apr 4, 2008 at 5:45 PM, Ismael Cams <[EMAIL PROTECTED]> > wrote: >> >> The featurereader is closed. The identical code is behaving correct on >> MGOS >> 1.2. >> There is a parallel thread on the forum at the moment which is >> describing >> the same problem withe updating and deleting features. Might be a bug or >> changed behaviour ? >> >> >> >> did you open a feature reader and not close it? >> >> >> -- >> View this message in context: >> http://www.nabble.com/MGOS-2.0%3A-MgUpdateFeatures-broken-tp16467463s16610p16485938.html >> >> >> Sent from the MapGuide Users mailing list archive at Nabble.com. >> >> _______________________________________________ >> mapguide-users mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/mapguide-users >> > > > > -- > Zac Spitzer - > http://zacster.blogspot.com (My Blog) > +61 405 847 168 > _______________________________________________ > mapguide-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapguide-users > > -- View this message in context: http://www.nabble.com/MGOS-2.0%3A-MgUpdateFeatures-broken-tp16467463s16610p16491215.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
