[Erp5-report] r35192 seb - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateIt...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed May 12 11:44:23 CEST 2010


Author: seb
Date: Wed May 12 11:44:22 2010
New Revision: 35192

URL: http://svn.erp5.org?rev=35192&view=rev
Log:
id tool must use erp5_sql_transactionless_connection, it
was a mistake to use cmf_activity_sql_connection.

because of the wrong connection, and because id tool is doing
commits in the middle of transactions, rollback commands from
CMFActivity were not working. This can ends with inconsistent
activities

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zCommit.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zCreateEmptyTable.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zCreateTable.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zDropTable.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zDump.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zGenerateId.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zGetLastId.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zGetValueList.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zSetLastId.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zCommit.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zCommit.xml?rev=35192&r1=35191&r2=35192&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zCommit.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zCommit.xml [utf8] Wed May 12 11:44:22 2010
@@ -42,7 +42,7 @@
         </item>
         <item>
             <key> <string>connection_id</string> </key>
-            <value> <string>cmf_activity_sql_connection</string> </value>
+            <value> <string>erp5_sql_transactionless_connection</string> </value>
         </item>
         <item>
             <key> <string>id</string> </key>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zCreateEmptyTable.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zCreateEmptyTable.xml?rev=35192&r1=35191&r2=35192&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zCreateEmptyTable.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zCreateEmptyTable.xml [utf8] Wed May 12 11:44:22 2010
@@ -72,7 +72,7 @@
         </item>
         <item>
             <key> <string>connection_id</string> </key>
-            <value> <string>cmf_activity_sql_connection</string> </value>
+            <value> <string>erp5_sql_transactionless_connection</string> </value>
         </item>
         <item>
             <key> <string>id</string> </key>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zCreateTable.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zCreateTable.xml?rev=35192&r1=35191&r2=35192&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zCreateTable.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zCreateTable.xml [utf8] Wed May 12 11:44:22 2010
@@ -72,7 +72,7 @@
         </item>
         <item>
             <key> <string>connection_id</string> </key>
-            <value> <string>cmf_activity_sql_connection</string> </value>
+            <value> <string>erp5_sql_transactionless_connection</string> </value>
         </item>
         <item>
             <key> <string>id</string> </key>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zDropTable.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zDropTable.xml?rev=35192&r1=35191&r2=35192&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zDropTable.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zDropTable.xml [utf8] Wed May 12 11:44:22 2010
@@ -66,7 +66,7 @@
         </item>
         <item>
             <key> <string>connection_id</string> </key>
-            <value> <string>cmf_activity_sql_connection</string> </value>
+            <value> <string>erp5_sql_transactionless_connection</string> </value>
         </item>
         <item>
             <key> <string>id</string> </key>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zDump.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zDump.xml?rev=35192&r1=35191&r2=35192&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zDump.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zDump.xml [utf8] Wed May 12 11:44:22 2010
@@ -42,7 +42,7 @@
         </item>
         <item>
             <key> <string>connection_id</string> </key>
-            <value> <string>cmf_activity_sql_connection</string> </value>
+            <value> <string>erp5_sql_transactionless_connection</string> </value>
         </item>
         <item>
             <key> <string>id</string> </key>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zGenerateId.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zGenerateId.xml?rev=35192&r1=35191&r2=35192&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zGenerateId.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zGenerateId.xml [utf8] Wed May 12 11:44:22 2010
@@ -85,7 +85,7 @@
         </item>
         <item>
             <key> <string>connection_id</string> </key>
-            <value> <string>cmf_activity_sql_connection</string> </value>
+            <value> <string>erp5_sql_transactionless_connection</string> </value>
         </item>
         <item>
             <key> <string>id</string> </key>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zGetLastId.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zGetLastId.xml?rev=35192&r1=35191&r2=35192&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zGetLastId.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zGetLastId.xml [utf8] Wed May 12 11:44:22 2010
@@ -76,7 +76,7 @@
         </item>
         <item>
             <key> <string>connection_id</string> </key>
-            <value> <string>cmf_activity_sql_connection</string> </value>
+            <value> <string>erp5_sql_transactionless_connection</string> </value>
         </item>
         <item>
             <key> <string>id</string> </key>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zGetValueList.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zGetValueList.xml?rev=35192&r1=35191&r2=35192&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zGetValueList.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zGetValueList.xml [utf8] Wed May 12 11:44:22 2010
@@ -42,7 +42,7 @@
         </item>
         <item>
             <key> <string>connection_id</string> </key>
-            <value> <string>cmf_activity_sql_connection</string> </value>
+            <value> <string>erp5_sql_transactionless_connection</string> </value>
         </item>
         <item>
             <key> <string>id</string> </key>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zSetLastId.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zSetLastId.xml?rev=35192&r1=35191&r2=35192&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zSetLastId.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_zSetLastId.xml [utf8] Wed May 12 11:44:22 2010
@@ -68,7 +68,7 @@
         </item>
         <item>
             <key> <string>connection_id</string> </key>
-            <value> <string>cmf_activity_sql_connection</string> </value>
+            <value> <string>erp5_sql_transactionless_connection</string> </value>
         </item>
         <item>
             <key> <string>id</string> </key>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=35192&r1=35191&r2=35192&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Wed May 12 11:44:22 2010
@@ -1,1 +1,1 @@
-1580
+1581




More information about the Erp5-report mailing list