The following comment has been added to this issue:
Author: Roustem Karimov
Created: Tue, 28 Oct 2003 4:01 PM
Body:
Here is the list of system properties:
http://java.sun.com/docs/books/tutorial/essential/system/properties.html
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-429
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-429
Summary: Mistyped "line.separator" property name in ExceptionUtils class
Type: Bug
Status: Unassigned
Priority: Major
Project: Hibernate2
Versions:
2.1 beta 5
Assignee:
Reporter: Roustem Karimov
Created: Tue, 28 Oct 2003 3:52 PM
Updated: Tue, 28 Oct 2003 3:52 PM
Description:
The property name is mistyped as "line.seperator":
private static final String LINE_SEPARATOR = System.getProperty("line.seperator");
This causes a NullPointerException in ExceptionUtils.getStackFrames() method.
---------------------------------------------------------------------
JIRA INFORMATION:
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
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|