Hi,

> I see Leon has discovered a similar issue for a different SECA in Jira 4469,
> but his patch uses global-commit rather than return.
> 
> I'm happy to submit a patch, but would Leon's approach be better?

I think "global-commit" is usually the way to go for async services (usually
"global-commit-post-run" so that the service result is available to the async 
service).

A SECAs on "return" might also be called way before the actual DB commit if the 
service in question
is called by another service or SECA that opened the transaction.

Martin

Reply via email to