Re: AW: Async Services

2023-03-07 Thread Nicolas Malin
ards, Ingo -Ursprüngliche Nachricht- Von: Michael Brohl Gesendet: Dienstag, 7. März 2023 08:21 An:user@ofbiz.apache.org Betreff: Re: Async Services Hi Ingo, where did you find this option and for which version? Best regards, Michael Am 07.03.23 um 08:04 schrieb Ingo Wolfmayr: Hi Community, I

AW: Async Services

2023-03-07 Thread Ingo Wolfmayr
your help. Best regards, Ingo -Ursprüngliche Nachricht- Von: Ingo Wolfmayr Gesendet: Dienstag, 7. März 2023 09:52 An: user@ofbiz.apache.org Betreff: AW: Async Services Hi Michael, the dispatcher is available when the script is called (it’s a groovy service that calls another servi

AW: Async Services

2023-03-07 Thread Ingo Wolfmayr
- Von: Michael Brohl Gesendet: Dienstag, 7. März 2023 09:32 An: user@ofbiz.apache.org Betreff: Re: Async Services Hi Ingo, with a dispatcher of null, I wonder how it should be possible to run a service (synx or async)? If it is a groovy script in the context of a screen, you should have dispatcher and

Re: Async Services

2023-03-07 Thread Michael Brohl
alse works Async with persist = true fails Did I miss something? Should I pass some specific data to the service when using persist = true? Best regards, Ingo -Ursprüngliche Nachricht- Von: Michael Brohl Gesendet: Dienstag, 7. März 2023 08:57 An: user@ofbiz.apache.org Betreff: Re: Asyn

AW: Async Services

2023-03-07 Thread Ingo Wolfmayr
th persist = true fails Did I miss something? Should I pass some specific data to the service when using persist = true? Best regards, Ingo -Ursprüngliche Nachricht- Von: Michael Brohl Gesendet: Dienstag, 7. März 2023 08:57 An: user@ofbiz.apache.org Betreff: Re: Async Service

Re: Async Services

2023-03-06 Thread Michael Brohl
ards, Ingo -Ursprüngliche Nachricht- Von: Michael Brohl Gesendet: Dienstag, 7. März 2023 08:21 An: user@ofbiz.apache.org Betreff: Re: Async Services Hi Ingo, where did you find this option and for which version? Best regards, Michael Am 07.03.23 um 08:04 schrieb Ingo Wolfmayr: Hi Community

AW: Async Services

2023-03-06 Thread Ingo Wolfmayr
Hi Michael, sorry "persist". Best regards, Ingo -Ursprüngliche Nachricht- Von: Michael Brohl Gesendet: Dienstag, 7. März 2023 08:21 An: user@ofbiz.apache.org Betreff: Re: Async Services Hi Ingo, where did you find this option and for which version? Best regards, M

Re: Async Services

2023-03-06 Thread Michael Brohl
Hi Ingo, where did you find this option and for which version? Best regards, Michael Am 07.03.23 um 08:04 schrieb Ingo Wolfmayr: Hi Community, I would like to know what is the difference between an async service with option set "permit = true" or "permit = false". Best regards, Ingo

Async Services

2023-03-06 Thread Ingo Wolfmayr
Hi Community, I would like to know what is the difference between an async service with option set "permit = true" or "permit = false". Best regards, Ingo

Re: Issue using a GenericRequester with persistent async services

2016-09-15 Thread Vogelsme
given parameters. Greetings, Mirko -- View this message in context: http://ofbiz.135035.n4.nabble.com/Issue-using-a-GenericRequester-with-persistent-async-services-tp4692059p4693810.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Issue using a GenericRequester with persistent async services

2016-09-13 Thread Scott Gray
hat issue and both handle async > services the same way; there was no hint in javadoc about that. > There might be some ways to persist and use a stored Object/Requester > (ClassLoader, ObjectStore, ...) for the services. I was wondering if there > is a reason or conceptual issue wit

Issue using a GenericRequester with persistent async services

2016-08-31 Thread Vogelsme
Hey! I was just trying to run a persistent async service with a given requester and noticed that the requester itself is completely being ignored. I cross-checked trunk and 13/07 for that issue and both handle async services the same way; there was no hint in javadoc about that. There might