Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-1223

HHH-2563 : Log messages in LoadContexts.locateLoadingCollectionEntry(CollectionKey key) are incorrect

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 4.2.0.GA_CP05, 4.3.0.GA_CP03
    • 4.2.0.GA_CP04, 4.3.0.GA_CP02, 4.3.0.GA_CP02_FP01
    • None
    • None

    Description

      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" ); }

      }
      ...

      This is being added because the only way to verify the fix for JBPAPP-984/HHH-2795 is to check for these log messages and they are reversed.

      Attachments

        Activity

          People

            gbadner@redhat.com Gail Badner (Inactive)
            gbadner@redhat.com Gail Badner (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: