Spring SimpleThreadScope does not support descruction callbacks
问题 I would like to run parallel selenium tests (using webriver and the Spring JUnit runner). Webdriver is a spring bean with the custom thread scope. But I get a following warning SimpleThreadScope does not support descruction callbacks So the browsers are not closed. Any idea how to close them (more precisely call the quit method)? spring config <bean id="threadScope" class="org.springframework.context.support.SimpleThreadScope" /> <bean class="org.springframework.beans.factory.config