]
Rob Stryker updated JBIDE-17646:
--------------------------------
Labels: affects_documentation new_and_noteworthy (was: )
Server runtimes should be able to customize execution-environment
-----------------------------------------------------------------
Key: JBIDE-17646
URL:
https://issues.jboss.org/browse/JBIDE-17646
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: server
Affects Versions: 4.2.0.Beta2
Reporter: Rob Stryker
Assignee: Rob Stryker
Labels: affects_documentation, new_and_noteworthy
Fix For: 4.2.0.Beta3
Attachments: JBIDE-17646.png
Servers currently cannot customize their execution environment. This should be changed.
UseCase:
1) User has workspace with 1 java 7 installation and 2 java 8 installations
2) User creates a wildfly 8.1.x, which has minimum exec-env of java7
3) User wants to set the runtime to run with execution-environment of java8
4) User sets default jre for java8 to be java8-installation1
5) User starts server, verifies java8 installation1 is used
6) user stops server
7) User changes default jre for java8 execution environment to java8 - installation 2 in
the execution-environments preference page
8) User starts wildfly, expects java8 installation2 to be used.