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

Key: QUARTZ-545
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: James House
Reporter: Michele Mauro
Votes: 0
Watchers: 1
Operations

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

org.quartz.ee.servlet.QuartzInitializerListener javadoc has misleading example

Created: 12/Dec/06 12:32 PM   Updated: 19/Mar/07 12:52 AM
Component/s: Documentation
Affects Version/s: 1.6
Fix Version/s: 1.6.1


 Description  « Hide
In the org.quartz.ee.servlet.QuartzInitializerListener javadoc the example fragment for the web.xml states:

     <listener>
         <listener-class>
             org.quartz.ee.servlet.QuartzInitializerServletListener
         </listener-class>
     </listener>

which obviusly doesn't work because the class name is wrong. It should read:

     <listener>
         <listener-class>
             org.quartz.ee.servlet.QuartzInitializerListener
         </listener-class>
     </listener>

It may seem a trivial issue, but has the potential to seriously mislead a user or at least make him lose lots of time. I'm lucky I spotted it quite easily!

Michele Mauro


 All   Comments   Change History      Sort Order:
Henri Yandell - [19/Mar/07 12:52 AM ]
svn ci -m "Fixing the classname in the example javadoc as per QUARTZ-545" src/

Sending src/java/org/quartz/ee/servlet/QuartzInitializerListener.java
Transmitting file data .
Committed revision 668.