AW: Transaction

2023-09-20 Thread Ingo Wolfmayr
Solved it myself. I set the service to manual transaction (use-transaction="N") and set TransactionUtil.begin() at the beginning and TransactionUtil.commit() at the end of every loop. Cheers, Ingo -Ursprüngliche Nachricht- Von: Ingo Wolfmayr Gesendet: Mittwoch, 20. September 2023

Re: UI/UX question on the Facility module

2023-09-20 Thread Jacques Le Roux
Hi Emad, Here you go: https://issues.apache.org/jira/browse/OFBIZ-5321 HTH Jacques Le 15/09/2023 à 17:09, Emad Radwan a écrit : Hello Community, 1- Why in Facility Manager we've to select a facility first before doing anything else even if there's only one facility defined; this is even

Transaction

2023-09-20 Thread Ingo Wolfmayr
Hi everybody, I have a question regarding transaction: I have a service that parses a big file and creates products from it. > 100.000 products If I do a TransactionUtil.commit() after each product, do I have to add a TransactionUtil.begin() for the next loop? - Service starts and creates a