Hi all,
my application lets call it x.ear was working and deploying well on
JBoss 4.0.2 but after migrating it to JBoss 4.2.3 GA while deploying it on server I have a lot of warnings:
THose warning are being caused by restoretimers() method from Container.class that is invoked in SessionContainer.startService() method. This method (restoretimers) is not invoked in the same method in JBoss 4.02.
What shall I do to stop those warning to appear.
Best Regards