You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/09/23 00:00:33 UTC

DO NOT REPLY [Bug 23336] - Error including Hibernate libraries on JSP page

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23336>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23336

Error including Hibernate libraries on JSP page

filip@filip.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From filip@filip.net  2003-09-22 22:00 -------
<%@ page import = "net.sf.hibernate.* " %>

This is not a tomcat problem. You can easily fix this in your code
instead of doing an import "net.sf.hibernate.*", just import the classes.
and if you need to catch an instantion exception, then do 

}catch ( net.sf.hibernate.InstantiationException x ){ .... }