Re: setCommunicationEventStatus()

2025-05-30 Thread Nicolas Malin
Hello Werner, Thanks for this alert, I saw an other issue with the error message, can you open a jira issue? I'll fix that Nicolas On 30/05/2025 11:06, Werner Brasch wrote: Hallo together Why is it not allowed to change the status-id in CommunicationEvent from NULL to any? Here is the gro

Re: Multiple Thread Pools in OFBiz

2025-05-30 Thread Nicolas Malin
Hey, Thanks Danut for the sharing, I hope Chandan this will be useful for you. The service engine on job manager part can but receive some good improvement to improve it capacity to support high load. We already share with my colleague Gil how we can improve it, however we didn't share and s

Re: Multiple Thread Pools in OFBiz

2025-05-30 Thread Groza Danut
Hello Chandan, We had a talk a couple days ago during the Ofbiz 2025 days about how to manage a large number of jobs. The basic idea was to split jobs in two: technical jobs than run fast(10-20 seconds), and back jobs that run slow(hours). And have one instance that runs the fast jobs and one i

Multiple Thread Pools in OFBiz

2025-05-30 Thread Chandan Khandelwal
Hello All, During recent work with OFBiz involving a large number of background jobs, I observed a limitation in the current setup: OFBiz supports only a single global configuration in serviceengine.xml. This makes it challenging to manage and optimize the execution of jobs that have different r

setCommunicationEventStatus()

2025-05-30 Thread Werner Brasch
Hallo together Why is it not allowed to change the status-id in CommunicationEvent from NULL to any? Here is the groovy Code from Version 24.09: GenericValue statusChange = from('StatusValidChange') .where(statusId: communicationEvent.statusId, statusIdTo: parameters.stat