Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 901101 (JBPAPP6-1356)

Summary: @ConfigProperty annotation does not hand the superclass's value over to the subclass
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: ksuzumur
Component: JCAAssignee: Vladimir Rastseluev <vrastsel>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 6.0.0CC: jpederse, ksuzumur, mmiura, pslavice
Target Milestone: ---   
Target Release: EAP 6.1.0   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBPAPP6-1356
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-05 11:59:44 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:
Attachments:
Description Flags
SampleAppSrc.zip
none
SampleApp.zip none

Description ksuzumur 2012-10-25 09:08:30 UTC
Help Desk Ticket Reference: https://c.na7.visual.force.com/apex/Case_View?id=500A000000Bd9YZIAZ&sfdc.override=1
Steps to Reproduce: Steps
---------------------------------
1. unzip the SampleApp.zip
2. deploy the HelloWorld.ear to EAP6 and run.
3. access the following URL:
   http://localhost:8080/HelloWorld
4. check the server.log.
 (http-/127.0.0.1:8080-1) mcf.getFoo(): null
Workaround: Workaround Exists
Workaround Description: Set the config-property in ironjacamar.xml.
------------------------------------------------------------
   <config-property name="foo">bar</config-property> 
------------------------------------------------------------
project_key: JBPAPP6

@ConfigProperty annotation does not hand the superclass's value over to the subclass. I will attach the sample application and the codes.

Comment 1 ksuzumur 2012-10-25 09:12:41 UTC
SampleApp.zip : Sample Application
SampleAppSrc.zip: source

Comment 2 ksuzumur 2012-10-25 09:12:41 UTC
Attachment: Added: SampleAppSrc.zip
Attachment: Added: SampleApp.zip


Comment 3 Jesper Pedersen 2012-10-25 12:02:49 UTC
Vladimir, investigate this, and file upstream JIRAs if confirmed

Comment 4 Vladimir Rastseluev 2012-10-25 13:23:26 UTC
Link: Added: This issue relates to JBJCA-917


Comment 5 Anne-Louise Tangring 2012-11-13 20:57:48 UTC
Docs QE Status: Removed: NEW