probably part of the reason is for the OSGi.
Type: Posts; User: jason.chen; Keyword(s):
probably part of the reason is for the OSGi.
Hi,
we got the commonj.TimerManagerFactoryBean configured for weblogic and worked fine with the following configuration:
<bean id="timerFactory"...
You need to tell Spring it's a static inner class, for instance:
<bean id="generalCallerRunsPolicy" class="java.util.concurrent.ThreadPoolExecutor$CallerRunsPolicy" />