This is an automated email from the ASF dual-hosted git repository.

ashishvijaywargiya pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b77f39a0bd Buildbot locking issue test case failing (#1308)
b77f39a0bd is described below

commit b77f39a0bd24d8dce59d250a080c516f3f4a8ebc
Author: Ashish Vijaywargiya <[email protected]>
AuthorDate: Mon Jun 1 12:31:47 2026 +0530

    Buildbot locking issue test case failing (#1308)
---
 applications/accounting/servicedef/services_invoice.xml | 4 ++--
 applications/order/servicedef/services.xml              | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/applications/accounting/servicedef/services_invoice.xml 
b/applications/accounting/servicedef/services_invoice.xml
index f0b2d25eaa..9a4ab37ba6 100644
--- a/applications/accounting/servicedef/services_invoice.xml
+++ b/applications/accounting/servicedef/services_invoice.xml
@@ -33,14 +33,14 @@ under the License.
         <attribute name="invoiceId" type="String" mode="OUT"/>
     </service>
 
-    <service name="invoiceSequenceEnforced" engine="groovy"
+    <service name="invoiceSequenceEnforced" engine="groovy" 
require-new-transaction="true"
         
location="component://accounting/src/main/groovy/org/apache/ofbiz/accounting/invoice/InvoiceServicesScript.groovy"
 invoke="invoiceSequenceEnforced">
         <implements service="getNextInvoiceId"/>
         <attribute name="partyAcctgPreference" 
type="org.apache.ofbiz.entity.GenericValue" mode="IN"/>
         <override name="invoiceId" type="Long" mode="OUT"/>
     </service>
 
-    <service name="invoiceSequenceRestart" engine="groovy"
+    <service name="invoiceSequenceRestart" engine="groovy" 
require-new-transaction="true"
         
location="component://accounting/src/main/groovy/org/apache/ofbiz/accounting/invoice/InvoiceServicesScript.groovy"
 invoke="invoiceSequenceRestart">
         <implements service="getNextInvoiceId"/>
         <attribute name="partyAcctgPreference" 
type="org.apache.ofbiz.entity.GenericValue" mode="IN"/>
diff --git a/applications/order/servicedef/services.xml 
b/applications/order/servicedef/services.xml
index c45ce1be91..b773973ef0 100644
--- a/applications/order/servicedef/services.xml
+++ b/applications/order/servicedef/services.xml
@@ -869,7 +869,7 @@ under the License.
         </attribute>
     </service>
 
-    <service name="orderSequence_enforced" engine="groovy"
+    <service name="orderSequence_enforced" engine="groovy" 
require-new-transaction="true"
         
location="component://order/src/main/groovy/org/apache/ofbiz/order/order/OrderServicesScript.groovy"
 invoke="orderSequence_enforced">
         <implements service="getNextOrderId"/>
         <attribute name="partyAcctgPreference" 
type="org.apache.ofbiz.entity.GenericValue" mode="IN"/>

Reply via email to