[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2755) Small mistake in the tutorial

Ales Nemochovsky (JIRA) noreply at atlassian.com
Sun Jul 29 21:56:20 EDT 2007


Small mistake in the tutorial
-----------------------------

                 Key: HHH-2755
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2755
             Project: Hibernate3
          Issue Type: Deprecation
          Components: documentation
            Reporter: Ales Nemochovsky
            Priority: Minor


In Hibernate tutorial (@ http://www.hibernate.org/hib_docs/v3/reference/en/html/tutorial.html) should be "jsdk.jar" replaced with "servlet.jar".
That means it should be also replaced in the file doc/tutorial/build.xml (on line 42).


There are two reasons for that. Sun offers 2 implementations of JSDK:

1) JSDK 2.0 which contains jsdk.jar. But jsdk.jar doesn't implement constructor ServletException(Throwable), which is needed in file doc/tutorial/src/events/EventManagerServlet.java (on line 58).
2) JSDK 2.1 which contains !servlet.jar! is OK.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list