Bug 1045254 - @ConfigProperty annotation does not hand the superclass's value over to the subclass in EAP6.2
Summary: @ConfigProperty annotation does not hand the superclass's value over to the s...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: JCA
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Jesper Pedersen
QA Contact: Martin Simka
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-20 02:52 UTC by ksuzumur
Modified: 2018-12-05 16:48 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-20 09:57:55 UTC
Type: Bug


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.