Bugs item #678093, was opened at 2003-01-31 23:08 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428708&aid=678093&group_id=40712
Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Gerhard Bloch (blochg) Assigned to: Nobody/Anonymous (nobody) Summary: JDBCException.getSQLException() returns null Initial Comment: JDBCException.getSQLException() returns null because the member sqle is not initialized in the constructor. Fix: Initialize sqle or delegate to (SQLException) getCause(); This error also causes getSQLState() and getErrorCode () to fail with NPE. ---------------------------------------------------------------------- >Comment By: Gavin King (oneovthafew) Date: 2003-02-01 11:40 Message: Logged In: YES user_id=384580 Thanks. Fixed in CVS ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428708&aid=678093&group_id=40712 ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ hibernate-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hibernate-devel
