Bug 1060001

Summary: [GSS] (6.3.0) Spring dependency injection doesn't work on endpoint instances
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Kyle Lape <klape>
Component: Web ServicesAssignee: Alessio Soldano <asoldano>
Status: CLOSED CURRENTRELEASE QA Contact: Rostislav Svoboda <rsvoboda>
Severity: unspecified Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.1CC: kkhan, nobody, smumford
Target Milestone: DR2   
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
A bug present in previous versions of JBoss EAP 6 that prevented beans created in JBoss WS-CXF from being injected into endpoints has been resolved with a component upgrade in this release.
Story Points: ---
Clone Of:
: 1062697 (view as bug list) Environment:
Last Closed: 2014-06-28 15:25:10 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: 1061340, 1062697    

Description Kyle Lape 2014-01-31 08:57:35 UTC
If you create a bean in jbossws-cxf.xml and try to inject it into your endpoint, it doesn't work.

example:

   <bean id="ServiceImpl" class="org.apache.cxf.cxf1332.Cxf1332Impl">
      <property name="testBean" ref="testBean"/>
   </bean>

   <bean id="testBean" class="org.apache.cxf.cxf1332.TestBean"/>
   <jaxws:endpoint id="cxf1332" 
                   implementor="#ServiceImpl" 
                   address="http://localhost:${testutil.ports.Cxf1332Test}/Cxf1332"/>

Comment 1 JBoss JIRA Server 2014-02-11 12:55:44 UTC
Alessio Soldano <asoldano> updated the status of jira JBWS-3670 to Resolved

Comment 2 Kabir Khan 2014-04-04 14:52:25 UTC
Setting to ON_QA since upgrade should fix this

Comment 3 Petr Sakaƙ 2014-04-08 13:41:45 UTC
Verified for EAP-6.3.0.ER1 using procedure described in BZ1062697

Comment 4 Scott Mumford 2014-04-24 00:16:24 UTC
Added Release Note text and marked for inclusion in documentation.

Comment 5 JBoss JIRA Server 2015-04-25 20:30:11 UTC
Alessio Soldano <asoldano> updated the status of jira JBWS-3670 to Closed