Wizard for generating Apache CXF Web Service no longer working since 2023-12 #6
Answered
by
opcoach
jakubklimek
asked this question in
Q&A
-
I was wondering if anyone else noticed that the Apache CXF Web Service wizard in Eclipse IDE no longer works in release 2023-12 and newer, including 2025-03. It surely works in 2022-12, but in the newer releases, whenever I want to generate a web service from a Java interface with CXF, the "Next" button is not working in the wizard.
|
Beta Was this translation helpful? Give feedback.
Answered by
opcoach
Aug 5, 2025
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
opcoach
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Jakub,
I am really sorry for this very late answer.. Actually this discussion should me more focused on the IDE in general and not some tooling in particular. Nevertheless I will try to answer to it.
The Apache CXF Eclipse integration (via the Web Service wizard) is no longer actively maintained. The CXF tools and facets in Eclipse WTP have not been updated to support newer Eclipse releases like 2023‑12 or 2025‑03.
So if you update your Eclipse IDE to the latest release, you should consider to use the maven link directly in your target platform. This is possible by installing the M2E - PDE Integration feature available in this dialog (Help -> Install New Software ...) :
And then you w…