Subject RE: [IBO] Need some help
Author Tobias Giesen
Hi,

are you making sure that each thread has its completely separate set of
component instances, including the database connection and the transaction?
Not using separate connections can appear to function in a simple
environment but will fail when threads are actually doing something in
parallel.

Cheers,
Tobias