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

Key: QUARTZ-547
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: James House
Reporter: Paul Carter
Votes: 0
Watchers: 1
Operations

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

Daemon thread property specified in the documentation is incorrect.

Created: 13/Dec/06 06:36 PM   Updated: 31/Oct/07 08:43 PM
Component/s: Documentation
Affects Version/s: 1.6
Fix Version/s: 1.6.1


 Description  « Hide
Setting daemon threads for the scheduler. all the documentation about configuration refers to the property org.quartz.threadPool.makeThreadsDaemons but the actual property that is required to be set for setting daemon threads in the scheduler is org.quartz.scheduler.makeSchedulerThreadDaemon

 All   Comments   Change History      Sort Order:
James House - [16/Mar/07 11:32 PM ]
The reported issue isn't true, but it shows the documentation should be clarified (perhaps the two properties should refer to each other with a "see also")

James House - [31/Oct/07 08:43 PM ]
Added cross references and a bit more info to the configuration documentation.