Hi I dont have a computer right now but @Schedule was persisted and thats why it was not working i think.
About quartz put properties from application.properties in ejbModule.getProperties() and return the EjbModule in the @Module method. For the init of the db use import-[name of the datasource].sql and one statement by line, just copy the quartz hsqldb script. Finally add a @Configuration method returning a Properties with a datasource defined with properties syntax. Le 2 sept. 2013 16:37, "tschuler" <[email protected]> a écrit : > Hi Romain! > > Can you reproduce the error I described using persisted quartz jobs? > Can you provide me a simple example how to prepare the hsqldb for quartz > persistence within a test and how to configure quartz for persisting in the > hsqldb? > > Best regards, > Thomas > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/Fired-cron-trigger-not-available-tp4664936p4664948.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >
