History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QUARTZ-686
Type: New Feature New Feature
Status: Closed Closed
Resolution: Implemented
Priority: Major Major
Assignee: James House
Reporter: James House
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Quartz Scheduler

New config property: org.quartz.scheduler.threadsInheritContextClassLoaderOfInitializer

Created: 02/Aug/08 10:39 PM   Updated: 02/Aug/08 11:07 PM
Component/s: None
Affects Version/s: 1.6.1
Fix Version/s: 1.6.1


 Description  « Hide

Add new config property "org.quartz.scheduler.threadsInheritContextClassLoaderOfInitializer".

A boolean value ('true' or 'false') that specifies whether the threads spawned by Quartz will inherit the context ClassLoader of the initializing thread (thread that initializes the Quartz instance). This will affect Quartz main scheduling thread, JDBCJobStore's misfire handling thread (if JDBCJobStore is used), cluster recovery thread (if clustering is used), and threads in SimpleThreadPool (if SimpleThreadPool is used). Setting this value to 'true' may help with class loading, JNDI look-ups, and other issues related to using Quartz within an application server.

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.