]
Martin Malina commented on JBIDE-17621:
---------------------------------------
You're right that it probably doesn't matter too much - the main benefit of
runtime-less servers is that you don't need to have the server binaries locally. If
you already have it and have it set up for another server, then there's probably no
harm in having the runtime assigned to this previously runtime-less server. But it still
is a bug ;)
When you add a runtime to a runtime-less server, you cannot remove it
again
---------------------------------------------------------------------------
Key: JBIDE-17621
URL:
https://issues.jboss.org/browse/JBIDE-17621
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server, upstream
Affects Versions: 4.2.0.Beta2
Reporter: Martin Malina
Assignee: Rob Stryker
Fix For: 4.2.x
When you create a remote server without a runtime and then open the server editor and
click the runtime drop down menu, a suitable runtime will be selected. But once you do
that, you can no longer revert that action (once you save the editor).
Clearly, there needs to be a new item in the drop down menu called <none> or
something similar.
Credit for spotting this bug goes to [~ljelinko] ;)