[ https://issues.apache.org/jira/browse/CXF-8793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17633956#comment-17633956 ]
Bhavik edited comment on CXF-8793 at 11/14/22 5:29 PM: ------------------------------------------------------- [~reta] Thanks for the input! Not sure why cxf-rt-frontend-jaxrs and cxf-rt-frontend-jaxws are not available in the lib folder even though they are defined in the pom. I manually added following two jars to the lib folder: [cxf-rt-frontend-jaxws-3.5.3.jar|https://repo1.maven.org/maven2/org/apache/cxf/cxf-rt-frontend-jaxws/3.5.3/cxf-rt-frontend-jaxws-3.5.3.jar] [cxf-rt-frontend-jaxrs-3.5.3.jar |https://repo1.maven.org/maven2/org/apache/cxf/cxf-rt-frontend-jaxrs/3.5.3/cxf-rt-frontend-jaxrs-3.5.3.jar] However this did not resolve the issue and tomcat is still crashing with above error was (Author: JIRAUSER296566): [~reta] Thanks for the input! Not sure why cxf-rt-frontend-jaxrs and cxf-rt-frontend-jaxws are not available in the lib folder even though they are defined in the pom. However I manually added these two jars to the lib folder: [cxf-rt-frontend-jaxws-3.5.3.jar|https://repo1.maven.org/maven2/org/apache/cxf/cxf-rt-frontend-jaxws/3.5.3/cxf-rt-frontend-jaxws-3.5.3.jar] [cxf-rt-frontend-jaxrs-3.5.3.jar |https://repo1.maven.org/maven2/org/apache/cxf/cxf-rt-frontend-jaxrs/3.5.3/cxf-rt-frontend-jaxrs-3.5.3.jar] However this did not resolve the issue and tomcat is still crashing with above error > 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: Web-INF_lib_Contents.txt, maven_dependency_tree.txt, > pom-2.xml, pom-3.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)