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
            Priority: Trivial


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.

Reply via email to