Search:

Type: Posts; User: jrsisson; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    2,619

    I'll answer my own question with a workaround...

    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...
  2. Replies
    8
    Views
    2,619

    FYI I get forbidden errors when trying to access...

    FYI I get forbidden errors when trying to access these servers. Have the URLs changed?

    Thanks,
    John
  3. Replies
    8
    Views
    2,619

    Spring IDE documentation unavailable for months?

    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 ->...
  4. Replies
    9
    Views
    1,866

    Just guessing here... Are you sure you aren't...

    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...
  5. Replies
    9
    Views
    1,866

    Ignore previous comment, I think that is for a...

    Ignore previous comment, I think that is for a different error and they weren't using standard quartz SQL definitions.
  6. Replies
    9
    Views
    1,866

    See the post on 15/Jan/09 08:31 AM in...

    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.
  7. Replies
    3
    Views
    1,273

    Use a bean reference to the SchedulerFactoryBean...

    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...
  8. Replies
    9
    Views
    1,866

    Have you checked that whether the tables were...

    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...
  9. Replies
    9
    Views
    1,866

    Have you defined the quartz tables in the DB? I...

    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...
Results 1 to 9 of 9