[
https://issues.apache.org/jira/browse/CXF-8793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17632589#comment-17632589
]
Andriy Redko commented on CXF-8793:
-----------------------------------
Thanks [~bhavikgandhi1] , the first thing I spot is that you have migrated from
CXF 2.7.x (apparently, 2.7.7) and the pom-1.xml refers to non-existing
artifacts:
{noformat}
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-api</artifactId>
<version>${cxf.version}</version>
</dependency>{noformat}
This could be an issue [1], for the webapp you are trying to deploy on Tomcat,
could you please share the WEB-INF/lib folder content? To understand the
effective dependencies.
[1] https://cwiki.apache.org/confluence/display/CXF20DOC/3.0+Migration+Guide
> Unable to locate Spring NamespaceHandler for XML schema namespace
> [http://cxf.apache.org/jaxrs] after updating CXF to 3.5.3
> ---------------------------------------------------------------------------------------------------------------------------
>
> Key: CXF-8793
> URL: https://issues.apache.org/jira/browse/CXF-8793
> Project: CXF
> Issue Type: Bug
> Reporter: Bhavik
> Priority: Major
> Attachments: maven_dependency_tree.txt, pom-1.xml, pom.xml,
> serviceContext.xml
>
>
> After updating Spring to 5.3.20 and CXF to 3.5.3 tomcat is crashing with
> following error.
>
> Caused by:
> org.springframework.beans.factory.parsing.BeanDefinitionParsingException:
> Configuration problem: Unable to locate Spring NamespaceHandler for XML
> schema namespace [http://cxf.apache.org/jaxrs]
> Offending resource: URL
> [jar:file:/Users/vn54oiv/Documents/apache-tomcat-9.0.68/webapps/partner_data_status_app_war/WEB-INF/lib/partner-data-status-service-1.0.69.PROD.HF.1.0-SNAPSHOT.jar!/META-INF/serviceContext.xml]
>
>
> PFA serviceContext.xml
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)