Hallo,
I have about 20 EJBs with schedules (@Schedule annotated) in my
project and if I want to test/fix a small thing I don't want that
all/some timers start.
Is it possible to disable timer service (all schedules) in Glassfish?
Maybe there are some config entires to do this?
Thanks.