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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira