Re: Running ofbiz using .bat file

2023-03-08 Thread Paul Foxworthy
Hi Swati, On a development machine, if you do ./gradlew distZip (gradlew distZip on Windows) You will get a zip file with OFBiz and all dependencies in the build/distributions directory, so you won't need to deploy gradle or download dependencies on a production server. To run OFBiz you must f

Async Service Issue with tenant

2023-03-08 Thread Ingo Wolfmayr
Hi Community, I hope someone my give me a hint to solve the following problem: I have ofbiz with tenant enabled. I have multiple tenants. For testing I create a service the calls another service async in a loop (200 times). The service just prints the tenantId. In 2 of 3 tenant it works fine: