I'll answer my own question with a workaround (that I don't know how current the content would be):
http://replay.waybackmachine.org/20081006202740/http://www.springide.org/
Would be good to...
Type: Posts; User: jrsisson; Keyword(s):
I'll answer my own question with a workaround (that I don't know how current the content would be):
http://replay.waybackmachine.org/20081006202740/http://www.springide.org/
Would be good to...
FYI I get forbidden errors when trying to access these servers. Have the URLs changed?
Thanks,
John
Is there anywhere else one can access usage documentation for Spring IDE. When using the Spring IDE help in eclipse (e.g. Help -> Help Contents, Spring Documentation -> Spring IDE Documentation ->...
Just guessing here...
Are you sure you aren't forgetting to set the datasource on the SchedulerFactoryBean and by accident have another non-Quartz datasource being auto-wired into the...
Ignore previous comment, I think that is for a different error and they weren't using standard quartz SQL definitions.
See the post on 15/Jan/09 08:31 AM in https://jira.jboss.org/browse/JBAS-6304. Let the forum know if that helps. I'm not using Oracle at the moment, so can't test.
Use a bean reference to the SchedulerFactoryBean to get direct access to the org.quartz.Scheduler. The Scheduler allows you to create new jobs and triggers at runtime, and also to control and monitor...
Have you checked that whether the tables were defined under a different schema (e.g. the schema may have defaulted to the user that logs into the DB when the tables were defined) to what quartz is...
Have you defined the quartz tables in the DB? I noticed the "ORA-00942: table or view does not exist" msg.
AFAIK, the SQL for defining the tables isn't shipped with Spring. I got mine from the...