AW: Transaction

2023-09-21 Thread Ingo Wolfmayr
Hi Deepak, thank. I will adapt my code. Cheers, Ingo -Ursprüngliche Nachricht- Von: Deepak Dixit Gesendet: Freitag, 22. September 2023 07:35 An: user@ofbiz.apache.org Betreff: Re: Transaction Hi Ingo, You can use dispatcher.runSync with requireNewTransaction true eg. try { Map

AW: Running a service instance

2023-09-21 Thread Ingo Wolfmayr
Hello Nicolas, sounds great! Thanks for the fast response. Cheers, Ingo Von: Nicolas Malin Gesendet: Donnerstag, 21. September 2023 09:19 An: user@ofbiz.apache.org; Ingo Wolfmayr Betreff: Re: Running a service instance Hello Ingo, * Store your upload directory on shared volume (bucket, nfs,

Re: Transaction

2023-09-21 Thread Deepak Dixit
Hi Ingo, You can use dispatcher.runSync with requireNewTransaction true eg. try { Map result = dispatcher.runSync(serviceName, serviceInCtx , transactionTimeout, true); if (!ServiceUtil.isSuccess(result)) { Debug.logError(ServiceUtil.getErrorMessage(result), MODULE); } }

Re: UI/UX question on the Facility module

2023-09-21 Thread Emad Radwan
Many thanks Jacques; this explains the thing. Would you please have a look at my latest question? Best Regards, Emad On Wed, 20 Sept 2023, 20:37 Jacques Le Roux, wrote: > Hi Emad, > > Here you go: https://issues.apache.org/jira/browse/OFBIZ-5321 > > HTH > > Jacques > > Le 15/09/2023 à 17:09,

Inventory for Sales People

2023-09-21 Thread Emad Radwan
Hello Community, How do we handle the workflow for the sales team that takes inventory items to sell remotely? I understand that Sales Order workflow where we sell directly to customers and inventory reservation happens as part of his process. Still, in that other case if a salesperson withdraws

Re: Running a service instance

2023-09-21 Thread Nicolas Malin
Hello Ingo, * Store your upload directory on shared volume (bucket, nfs, sshfs other something like that) and mount it on the same patch on each server (like /var/lib/ofbiz/contents) * Use the same path for the ofbiz home on each server hosting each instance. * Configure the upload content on

Running a service instance

2023-09-21 Thread Ingo Wolfmayr
Hi everybody, I am thinking about the following setup and I am not sure if it is possible. If yes, what are the proposed configurations settings and what should be monitored in detail? Instance1: main instance - holds images, files ... - serving views ... Instance2: service worker instance -