Hi,
I have the following problem:
Thread T1 is interrupted so its interrupted flag is set to true. After that,
it tries to create some record in the db using spring and jdo. After the
records are committed, the thread's interrupted flag is reset to false. Any
idea why?

Thanks
Soham

Reply via email to