[
https://issues.apache.org/jira/browse/FEDIZ-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17859526#comment-17859526
]
Ganapathiram Natarajan commented on FEDIZ-257:
----------------------------------------------
Hi [~jgoodyear] , I am upgrading an existing project that uses old version of
Fediz and CXF. The target platform is Tomcat 10.1.x.
I built your FEDIZ-257 branch and while writing the filter configuration as
described here [Apache CXF -- Fediz CXF|https://cxf.apache.org/fediz-cxf.html]
I noticed org.apache.cxf.fediz.core.servlet.FederationFilter uses javax.servlet
that was giving issues. I changed it to jakarta.servlet and now there are no
errors when server starts up. I will continue to explore and let you know of
any feedback. If you are looking for any specific help do let me know. I also
need this project to upgrade my application to tomcat 10.1.x to use with JEE 9.
Thanks,
Gana
> Apache CXF Fediz Tomcat Plugin ver 1.6.1 does not work with Jakarta
> -------------------------------------------------------------------
>
> Key: FEDIZ-257
> URL: https://issues.apache.org/jira/browse/FEDIZ-257
> Project: CXF-Fediz
> Issue Type: Dependency upgrade
> Components: Plugin
> Affects Versions: 1.6.1
> Reporter: Mark
> Priority: Major
> Fix For: 1.6.1
>
>
> The following version of the fediz tomcat plugin was compiled with JDK 1.6
> and uses
> https://cxf.apache.org/fediz-downloads.html
> https://downloads.apache.org/cxf/fediz/1.6.1/
> If using version 1.6.1 with TomEE https://tomee.apache.org/download.html
> I see errors encountering, java.lang.NoClassDefFoundError:
> javax/xml/bind/JAXBException, that indicates the Java JAXB (Java Architecture
> for XML Binding) API is not available in the runtime environment. This issue
> is commonly encountered when running applications on Java versions 9 and
> later, as JAXB was removed from the Java SE platform starting with Java 11.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)