eclipse-scout / scout.rt

https://www.eclipse.org/scout/
Eclipse Public License 2.0
34 stars 39 forks source link

CodeResource: switch locale using NlsLocale instead of a new RunContext #1123

Closed andibur closed 1 month ago

andibur commented 1 month ago

Depending on the application's RunContextFactory, copying the current RunContext can create a new transaction as well and transaction-bound resources must be obtained again. Typically, these resources are also limited and managed by a pool (e.g. DB connections). If the outer and inner transactions require a limited resource, deadlocks can occur.

393747