This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release17.12
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/release17.12 by this push:
new b571234 Fixed: createMissingCategoryAndProductAltUrls service misses a transaction (OFBIZ-11441)
b571234 is described below
commit b57123406259c901f219de325636b5990ce6603f
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Thu Mar 5 10:17:10 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
---
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 ef746f5..0c43f0e 100644
--- a/applications/product/servicedef/services.xml
+++ b/applications/product/servicedef/services.xml
@@ -1578,7 +1578,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"/>