]
Radim Hopp closed JBIDE-20581.
------------------------------
Verified in JBDS 9.1.0.Beta1-v20151212-0638-B189
Wrong names used for servers added via runtime detection (WFLY10,
EAP7)
-----------------------------------------------------------------------
Key: JBIDE-20581
URL:
https://issues.jboss.org/browse/JBIDE-20581
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: runtime-detection
Affects Versions: 4.3.0.CR1
Environment: Nightly JBDS from 6.9.2015.
org.jboss.tools.runtime.core.feature (3.1.0.CR1-v20150905-0435-B808)
Reporter: Radim Hopp
Assignee: Rob Stryker
Priority: Minor
Fix For: 4.3.1.Beta1, 4.4.0.Alpha1
I tried to add WildFly 10 and EAP 7.0 servers via runtime detection and this is what i
got:
* EAP 7.0 - Server name: "EAP 7.0" - shouldn't it be "JBoss EAP
7.0"? At least previous versions have "JBoss" in name ("JBoss EAP
6.4")
* WildFly 10 - Server name: "Wildfly 10.0". I think, that there should be
capital F: "WildFly 10"
* WildFly 10 Servlet only distribution - Server name: "EAP-Web 10.0" - this
seems completely wrong.
Btw. Does EAP 7 have servlet only distribution like WFLY9/10 has? I couldn't find
any, but classes like `org.jboss.ide.eclipse.as.core.server.bean.ServerBeanTypeEAP70Web`
suggest that there should be something somewhere ;-)