Camel Quartz and JobStore

2013-05-20 Thread mpaivafontes
Hello, I'm trying to use the misfire property from Camel-Quartz persisting the data at the database ( SQL server ) with JobStore from Quartz but i'm facing a strange problem after the restart of the application. For some reason after the restart, all data disappear for some reason and the

Re: Camel Quartz and JobStore

2013-05-21 Thread mpaivafontes
Hello Claus, I'm already setting stateful=true and the data is getting modified properly. I've noticed that the IS_VOLATILE column might have something in this, but i've changed by updating the column manually but nothing happened. I'm using jboss7.1 and when i disable the app the data get

Re: Camel Quartz and JobStore

2013-05-22 Thread mpaivafontes
Hello garrydias, The data disapear during the CamelContext shutdown at the route shutdown. *14:43:19,421 INFO [org.apache.camel.spring.SpringCamelContext] (MSC service thread 1-7) Apache Camel 2.11.0 (CamelContext: infosender-scheduler-camelContext) is shutting down* 14:43:19,423 INFO

Re: Camel Quartz and JobStore

2013-05-22 Thread mpaivafontes
Hello Chris Wolf, I don't think it could be a conflict problem since that the properties are been set correctly Anyway i'm going to check Thanks for reply -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Quartz-and-JobStore-tp5732853p5732982.html Sent from the Camel