Bug 1066597

Summary: [GSS] (6.3.0) The formatter attribute is changed every time it's processed
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Kyle Lape <klape>
Component: LoggingAssignee: James Perkins <jperkins>
Status: CLOSED UPSTREAM QA Contact: Nikoleta Hlavickova <nziakova>
Severity: unspecified Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.1CC: smumford
Target Milestone: ---   
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
A bug that caused the `HandlerOperations.equalValue()` method to always return false in previous versions of JBoss EAP 6 has been corrected with the inclusion of an upstream patch. This bug presented because the method used the incorrect property name when comparing values. It does not present in this release of the product.
Story Points: ---
Clone Of:
: 1066602 (view as bug list) Environment:
Last Closed: 2014-03-05 17:32:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1066602    

Description Kyle Lape 2014-02-18 17:13:18 UTC
he HandlerOperations.equalValue() method uses the incorrect property name when comparing values resulting in the method always returning false.

This does not harm anything, but just changes the format pattern each time a resource is processed.

Comment 1 James Perkins 2014-03-05 17:32:24 UTC
This fix is already upstream as part of https://bugzilla.redhat.com/show_bug.cgi?id=994661. The bug was introduced in the original WildFly commit which implemented the custom-formatter. Since the commit had to be ported rather than cherry-picked I just fixed it as part of the port.