-
I'm trying to upgrade an old installation of EJBCA but when I deploy it I get this same error for (I think) each service: What am I missing in the installation process? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
You need to provide all information about your components. Sometimes WildFly get stuck with cached information an then a simple command like this usually helps. |
Beta Was this translation helpful? Give feedback.
-
you can also run this command "ant deployear" without "-q clear" |
Beta Was this translation helpful? Give feedback.
-
I found out what the problem is. EJBCA is not supported on Wildfly higher than 26. Something to do with Jakarta's version. |
Beta Was this translation helpful? Give feedback.
-
Yeah. There is no backwards compatibility between Jakarta8 (where we are now) and Jakarta10 (which is WF27+). The problem for us is that we have users who rely on JBoss EAP, who are still stuck on WF23. The next version of EAP should have been out in Q4 23, so we can't abandon those users until Redhat gets the new EAP released. |
Beta Was this translation helpful? Give feedback.
I found out what the problem is. EJBCA is not supported on Wildfly higher than 26. Something to do with Jakarta's version.