Unmanaged Threads Spring Quartz Websphere Hibernate

前端 未结 8 2104
囚心锁ツ
囚心锁ツ 2020-12-06 06:54

It appears that our implementation of using Quartz - JDBCJobStore along with Spring, Hibernate and Websphere is throwing unmanaged threads.

I have done some readin

8条回答
  •  时光说笑
    2020-12-06 07:36

    Check this article: http://www.ibm.com/developerworks/websphere/techjournal/0609_alcott/0609_alcott.html

    basically, set the taskExecutor property on SchedulerFactoryBean to use a org.springframework.scheduling.commonj.WorkManager TaskExecutor which will use container managed threads.

提交回复
热议问题