While deploying my ear file on JBoss-6.0.0-SNAPSHOT I get a message like this
21:43:05,477 WARN [TimerServiceContainer] EJBHREE-2193: using deprecated TimerServiceFactory for restoring timers
110 times.
What does JBoss want to tell me here?
How can I get rid of this warning?
It seems that this message is generated for each SessionBean, independent if the SB extends TimedObject or not.
I only have about a dozen TimeObjects.