Thanks for reply
that solved my problem. so simple.
i thought about anything, but not that kind.
Type: Posts; User: kentar; Keyword(s):
Thanks for reply
that solved my problem. so simple.
i thought about anything, but not that kind.
Hello,
i need to use ThreadPoolExecutor to run different kinds of tasks.
Each task should run in newly created Thread, be independent, and be wrapped by TransactionInterceptor.
ie
Runnable...