You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
I'm in need of configuration options for Quartz - as it is creating a number of threads and not disconnecting from my database -, then I cloned the git to use the latest version (0.2).
I'm in need of configuration options for Quartz - as it is creating a number of threads and not disconnecting from my database -, then I cloned the git to use the latest version (0.2).
I see that https://github.com/trinidad/trinidad_scheduler_extension/blob/master/lib/trinidad_scheduler_extension.rb is missing a
require 'trinidad_scheduler_extension/extensions/object'
.But besides this, I get this error:
undefined method 'schedule_job' for nil:NilClass
telling that the $servlet_context was not created.
I'm not familiar with developing extensions for Trinidad, I'm trying to understand why it is not set. If you could help.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: