does any body face problems using Quartz with H2 in embedded mode. Problem : --------------------------------------
Quartz stores jobs and triggers in database if application is shutdown unexpectedly jobs and triggers are not visible in H2 DB. it stores only when Schedulet.shutdown() is called i have debug with checkpoint and found that even though in H2 JdbcConnection.commit is getting executed for adding each job and triggers but entries are not visible when we open db using H2 web console or application query Quartz uses DBCP for DataSource pooling. when i saw code of Scheduler.shutdown() code it does closing on BasicDataSource of DBCP from poolin. Thomas please help me rectifying such problem. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
