This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release18.12
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/release18.12 by this push:
new 667a201 Fixed: createMissingCategoryAndProductAltUrls service misses a transaction (OFBIZ-11441)
667a201 is described below
commit 667a2018b9540ff043859fa54aee6e778ef245cc
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Thu Mar 5 09:56:07 2020 +0100
Fixed: createMissingCategoryAndProductAltUrls service misses a transaction
(OFBIZ-11441)
Not sure why it had use-transaction="false", makes no sens to me, too old to
check, not a big deal I guess
# Conflicts:
# applications/product/servicedef/services.xml
---
applications/product/servicedef/services.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications/product/servicedef/services.xml b/applications/product/servicedef/services.xml
index 3458698..483c0ad 100644
--- a/applications/product/servicedef/services.xml
+++ b/applications/product/servicedef/services.xml
@@ -1576,7 +1576,7 @@ under the License.
<!-- Alternative URLs -->
<service name="createMissingCategoryAndProductAltUrls" engine="simple"
- location="component://product/minilang/product/catalog/CatalogServices.xml" invoke="createMissingCategoryAndProductAltUrls" auth="true" use-transaction="false">
+ location="component://product/minilang/product/catalog/CatalogServices.xml" invoke="createMissingCategoryAndProductAltUrls" auth="true" use-transaction="true">
<description>Create missing Category and Product Alternative URLs</description>
<attribute name="prodCatalogId" mode="INOUT" type="String" optional="false"/>
<attribute name="category" mode="IN" type="String" optional="true"/>