The implementation class I found for the factory was
org.apache.openejb.concurrencyutilities.ee.factory.ManagedScheduledExecutorServiceImplFactory.
It worked fine when I used this. Thanks.
<Resource id="mes/JMS" factory-name="create"
class-name="org.apache.openejb.concurrencyutilities.ee.factory.ManagedScheduledExecutorServiceImplFactory"
type="javax.enterprise.concurrent.ManagedExecutorService">
Core=1
Max=8
KeepAlive=5s
Queue=15
</Resource>
--
View this message in context:
http://tomee-openejb.979440.n4.nabble.com/TimerManagers-and-WorkManagers-in-JEE-tp4672678p4673180.html
Sent from the TomEE Dev mailing list archive at Nabble.com.