]
Gail Badner resolved HHH-2563.
------------------------------
Assignee: Gail Badner
Resolution: Fixed
Fixed in trunk / 3.2.
Log messages in
LoadContexts.locateLoadingCollectionEntry(CollectionKey key) are incorrect
------------------------------------------------------------------------------------------
Key: HHH-2563
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2563
Project: Hibernate3
Issue Type: Bug
Components: core
Affects Versions: 3.2.4
Environment: Hibernate3_2 branch
Reporter: Gail Badner
Assignee: Gail Badner
Priority: Minor
Attachments: HHH-2563.patch
Log messages should be swapped in LoadContexts.locateLoadingCollectionEntry(CollectionKey
key):
...
LoadingCollectionEntry rtn = ( LoadingCollectionEntry )
xrefLoadingCollectionEntries.get( key );
if ( log.isTraceEnabled() ) {
if ( rtn == null ) {
log.trace( "collection [" + key + "] located in load
context" );
}
else {
log.trace( "collection [" + key + "] not located in load
context" );
}
}
...
I'll attach a patch shortly.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: