Bug 1045254

Summary: @ConfigProperty annotation does not hand the superclass's value over to the subclass in EAP6.2
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: ksuzumur
Component: JCAAssignee: Jesper Pedersen <jpederse>
Status: CLOSED WONTFIX QA Contact: Martin Simka <msimka>
Severity: medium Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.0   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-20 09:57:55 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:

Comment 2 Jesper Pedersen 2013-12-20 09:34:50 UTC
Remove "implements ManagedConnectionFactory" from the abstract class.

Comment 3 Jesper Pedersen 2013-12-20 09:57:55 UTC
Only the concrete ManagedConnectionFactory should be tagged with that interface.

Abstract super classes can implement the methods of the interface if that is of benefit, and define common @ConfigProperty's.