Hi I've saw this example
http://tomee.apache.org/examples-trunk/quartz-app/ and since the new @Schedule API does not seem to have a standard way to manage all the jobs from the container (and from EJB 3.2 group discussions, it seems it won't have such a feature soon), I was thinking on using something like http://code.google.com/p/jwatch/ to manage jobs from a tomEE instance. since it seems that @ScheduleAPI is backed by quartz in tomEE, and since jwatch uses JMX to manage the quartz instances, how do I configure tomEE in order to expose its internal quartz MBeans? TIA Leo
