I have encountered the same problem. Has anyone found a cause/solution?
BTW, I use the MSSQLDelegate and my lock sql is "SELECT * FROM {0}LOCKS UPDLOCK WITH (UPDLOCK) WHERE LOCK_NAME = ?" due to...
Type: Posts; User: amirsky; Keyword(s):
I have encountered the same problem. Has anyone found a cause/solution?
BTW, I use the MSSQLDelegate and my lock sql is "SELECT * FROM {0}LOCKS UPDLOCK WITH (UPDLOCK) WHERE LOCK_NAME = ?" due to...
Figured out a solution with some help. Check out the thread in JavaRanch
Anyone else have an idea? Maybe a specific setting in the Quartz properties or in the bean?
I am using the lastest Spring and Quartz jars....:confused:
Sorry my lack f experience here is getting me confused. My problem is that I cannot change the timing of the Trigger when I restart the server.
When I run for the first time with this in the...
Sorry I am not excatly sure how to use this. I am assuming that "hellobean" should be replaced with "helloJob". But what am I supposed to select inplace of "methodname"?
Hi, I am not sure which section to post this so I apologize in advance. I am relatively new to Spring and even newer to Quartz. I have been learning the technology but have run into a wall with...
Sorry for resurrecting a yea ol'thread but I had recently encoutered this issue and the suggested property setting above did fix it. However I am not sure if there could be an unwanted sideffect.
...