[
https://issues.jboss.org/browse/JBIDE-26559?page=com.atlassian.jira.plugi...
]
Mattias Andersson commented on JBIDE-26559:
-------------------------------------------
This is the current configuration for 7.1
{code:xml}
<runtimeType
vendor="%enterpriseProviderName"
class="org.jboss.ide.eclipse.as.core.server.internal.v7.LocalJBoss71ServerRuntime"
description="%jboss.eap.version.71.description"
name="%jboss.eap.version.71.runtime.name"
id="org.jboss.ide.eclipse.as.runtime.eap.71"
version="7.1">
<moduleType types="jst.appclient" versions="5.0,
6.0,7.0"/>
<moduleType types="wst.web"
versions="1.0,1.2,1.3,1.4"/>
<moduleType types="jst.web" versions="2.2, 2.3, 2.4, 2.5,
3.0,3.1"/>
<moduleType types="jst.ejb" versions="1.0, 1.1, 2.0, 2.1, 3.0,
3.1,3.2"/>
<moduleType types="jst.ear" versions="1.2, 1.3, 1.4, 5.0,
6.0,7.0"/>
<moduleType types="jst.connector" versions="1.0, 1.5,
1.6,1.7"/>
<moduleType types="jst.utility" versions="1.0"/>
<moduleType types="jboss.package" versions="1.0"/>
<moduleType types="jboss.singlefile" versions="1.0"/>
<moduleType types="jst.jboss.sar" versions="1.0"/>
<moduleType types="jbt.bpel.module" versions="1.1,
2.0"/>
<moduleType types="bpel.module" versions="1.1, 2.0"/>
<moduleType types="jboss.osgi" versions="1.0"/>
</runtimeType>
{code}
Unable to deploy a Java EE 8 project on EAP 7.2
-----------------------------------------------
Key: JBIDE-26559
URL:
https://issues.jboss.org/browse/JBIDE-26559
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: server
Affects Versions: 4.10.0.AM1
Reporter: Mattias Andersson
Priority: Critical
Attachments: 53025554-63105e80-3461-11e9-8ec6-f7bf2f69f961.png
Unable to deploy a Java EE 8 (servlet 4.0) project on EAP 7.2, it does not support
version 4.0 of the J2EE Web module specification.
The project implements a simple servlet war that imports the
{{org.jboss.bom:jboss-eap-javaee8:7.2.0.GA:pom}}.
I am using adapter {{3.6.2.v20190208-1835}} which I think is the latest.
According to JBIDE-26307 the 7.1 server adapter should be be used for EAP 7.2.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)