You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not able to deploy a JakartaEE10 EAR with JBoss Server tools on JBoss EAP 8 runtime (JakartaEE10 server): after selecting the ear, the plugin displays the following blocking message : "The server does not support version 10.0 of the J2EE Enterprise application specification."
However, the same EAR can be deployed by the plugin on WildFly 31 or if I change the JBoss EAP 8.0 server-type on the Eclipse server.xml file
Step to reproduce:
With JBoss EAP 8.0.0.GA (KO)
Create on Eclipse Servers view a new server, the server type is: Red Hat JBoss Enterprise Application Server 8.0.
Note: Plugin can find server version (warning message).
Deployment is not allowed by the plugin.
With WildFly 31.0.1.Final (OK)
With JBoss EAP 8.0.0.GA and using WildFly server-type (OK)
I have changed on my Eclipse workspace\.metadata\.plugins\org.eclipse.wst.server.core\server.xml file the server-type & server-type-id type such as:
Hello,
I'm not able to deploy a JakartaEE10 EAR with JBoss Server tools on JBoss EAP 8 runtime (JakartaEE10 server): after selecting the ear, the plugin displays the following blocking message : "The server does not support version 10.0 of the J2EE Enterprise application specification."
However, the same EAR can be deployed by the plugin on WildFly 31 or if I change the JBoss EAP 8.0 server-type on the Eclipse server.xml file
Step to reproduce:
Create on Eclipse Servers view a new server, the server type is: Red Hat JBoss Enterprise Application Server 8.0.
Note: Plugin can find server version (warning message).
Deployment is not allowed by the plugin.
I have changed on my Eclipse
workspace\.metadata\.plugins\org.eclipse.wst.server.core\server.xml
file the server-type & server-type-id type such as:Now I'm able to deploy my EAR.
Note: JakartaEE10 WAR deployment work fine with the plugin. Only EAR deployment are not supported with JBoss EAP 8.
Testing environment:
Eclipse IDE 2024-03
JBossTools 4.29.0.Final
JBoss EAP 8.0.0.GA server
WildFly 31.0.1.Final
OpenJDK 17
The text was updated successfully, but these errors were encountered: