[ 
https://issues.apache.org/jira/browse/CXF-2210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707552#action_12707552
 ] 

Ricky Hazelwood commented on CXF-2210:
--------------------------------------

You can check if 
beanFactory.getBeanNamesForType(CommonAnnotationBeanPostProcessor.class, true, 
false) returns none empty array.

> 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