[mapguide-commits] r7180 - trunk/MgDev/Server/src/Services/Feature

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Nov 1 08:44:19 PDT 2012


Author: jng
Date: 2012-11-01 08:44:19 -0700 (Thu, 01 Nov 2012)
New Revision: 7180

Modified:
   trunk/MgDev/Server/src/Services/Feature/ServerUpdateFeatures.cpp
Log:
#2165: Fix transactional failures not rolling back the active transaction.

Modified: trunk/MgDev/Server/src/Services/Feature/ServerUpdateFeatures.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Feature/ServerUpdateFeatures.cpp	2012-11-01 15:15:59 UTC (rev 7179)
+++ trunk/MgDev/Server/src/Services/Feature/ServerUpdateFeatures.cpp	2012-11-01 15:44:19 UTC (rev 7180)
@@ -135,7 +135,7 @@
         commited = true;
     }
 
-    MG_FEATURE_SERVICE_CHECK_CONNECTION_CATCH_AND_THROW(resource, L"MgServerUpdateFeatures.UpdateFeatures")
+    MG_FEATURE_SERVICE_CHECK_CONNECTION_CATCH(resource, L"MgServerUpdateFeatures.UpdateFeatures")
 
     if (transaction != NULL && !commited)
     {



More information about the mapguide-commits mailing list