[
https://issues.apache.org/jira/browse/CXF-2210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-2210.
------------------------------
Resolution: Fixed
Fix Version/s: 2.2.3
2.1.6
2.0.12
Assignee: Daniel Kulp
> Change Jsr250BeanPostProcessor bean defination in cxf.xml
> ---------------------------------------------------------
>
> Key: CXF-2210
> URL: https://issues.apache.org/jira/browse/CXF-2210
> Project: CXF
> Issue Type: Bug
> Components: Configuration
> Affects Versions: 2.2.1
> Reporter: Ricky Hazelwood
> Assignee: Daniel Kulp
> Priority: Trivial
> Fix For: 2.0.12, 2.1.6, 2.2.3
>
>
> Can the Jsr250BeanPostProcessor def please be changed to :
> <bean id="org.apache.cxf.bus.spring.Jsr250BeanPostProcessor"
> class="org.apache.cxf.bus.spring.Jsr250BeanPostProcessor">
> <property name="bus" ref="cxf"/>
> </bean>
> Using @Resource with a PostBeanProcessor causes FactoryBeans to create their
> bean before all PostProcessorBeans are created.
> E.g. JndiObjectFactoryBean, a lookup is forced because spring wants to find
> all the beans that match the Bus interface.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.