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

younes Ter commented on CXF-3724:
---------------------------------

Hello Daniel,

 Using a breakpoint to analyze the problem, this is what I found:

 invokeAwareMethods method of  AbstractAutowireCapableBeanFactory class has no 
instance of any of three bean ( neither BeanNameAware  nor BeanClassLoaderAware 
nor BeanFactoryAware).

  the problem is exactly in the methods 
"applyBeanPostProcessorsBeforeInitialization"  and she throws an exception 
(line 519 in the class AbstractAutowireCapableBeanFactory) and finished by 
destroying the singleton [destroySingleton(beanName)  in class 
AbstractBeanFactory].

 Finally, the method initWebApplicationContext of  ContextLoader  class throws 
a RuntimeException where the message is "Error : Context initialization failed".


Best regards,
    Younes TERRIRESS

> Problem with CXF migration !!
> -----------------------------
>
>                 Key: CXF-3724
>                 URL: https://issues.apache.org/jira/browse/CXF-3724
>             Project: CXF
>          Issue Type: Bug
>            Reporter: younes Ter
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>         Attachments: console-20110808.log, console-20110821.log
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Hi,
>  Currently working on a large project based on SOA architecture, hence the 
> use of CXF framework.
>  The team decided to migrate from  2.2.7 version of  CXF to 2.4.
>  The problem occurs when starting tomcat server. You will find enclosed the 
> server console.
>   Best regards,
>      Younes

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to