Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-594
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-594
Summary: Typo in treecache.xml - LockingLevel should be IsolationLevel
Type: Bug
Status: Unassigned
Priority: Major
Project: Hibernate2
Components:
core
Versions:
2.1.1
Assignee:
Reporter: Lari Hotari
Created: Fri, 2 Jan 2004 2:40 AM
Updated: Fri, 2 Jan 2004 2:40 AM
Environment: 2.1.1, any
Description:
There is a typo in treecache.xml - LockingLevel should be IsolationLevel.
<attribute name="LockingLevel">REPEATABLE_READ</attribute>
should be:
<attribute name="IsolationLevel">REPEATABLE_READ</attribute>
---------------------------------------------------------------------
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
|