[JBoss JIRA] (JBIDE-11127) After downloading a runtime all other runtimes in the install locations are added
by Martin Malina (JIRA)
Martin Malina created JBIDE-11127:
-------------------------------------
Summary: After downloading a runtime all other runtimes in the install locations are added
Key: JBIDE-11127
URL: https://issues.jboss.org/browse/JBIDE-11127
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: runtime detection
Affects Versions: 3.3.0.Beta1
Environment: jbdevstudio-product-universal-5.0.0.v201203010100M-H88-Beta1.jar
Reporter: Martin Malina
Assignee: Snjezana Peco
Fix For: 3.3.0.CR1
When you Download and add a new runtime using Preferences -> JBoss Tools -> JBoss Tools Runtime Detection -> Download it will install not only the newly downloaded runtime but also all other runtimes in the parent directory. This shouldn't happen as the user didn't ask for it.
Consider this scenario:
1. ~/runtimes contains a lot of runtimes
2. download as 7.1 and use the default install location ~/
3. when the downloading finishes not only as 7.1 will be added but also everything inside ~/runtimes
This probably happens because after the download JBT calls the search function in the install dir ~/. To fix this issue it could just call the search on ~/$NEW_RUNTIME_DIR .
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] (JBIDE-11487) cleanup and align openshift settings exposed to users
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created JBIDE-11487:
-------------------------------------------
Summary: cleanup and align openshift settings exposed to users
Key: JBIDE-11487
URL: https://issues.jboss.org/browse/JBIDE-11487
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Reporter: Max Rydahl Andersen
Assignee: Andre Dietisheim
Fix For: 3.3.0.Beta3
>From JBIDE-10527 I see that the following keys are stored in application servers:
org.jboss.tools.openshift.express.internal.core.behaviour.ApplicationId="769fbce4ec324292938a7aca2d7cbb69"
org.jboss.tools.openshift.express.internal.core.behaviour.ApplicationName="app9"
org.jboss.tools.openshift.express.internal.core.behaviour.Domain="yourDomainHere"
org.jboss.tools.openshift.express.internal.core.behaviour.ExpressMode="publishSource"
org.jboss.tools.openshift.express.internal.core.behaviour.Username="username(a)example.com"
org.jboss.tools.openshift.express.internal.core.behaviour.binary.deployProject="app9"
Two problems here:
1) the use of internal package names as base of the key - why is this not just openshift.<key> used as user visible setting ? Only if its something truly jboss tools specific could I see a reason to use a packagename, but still then not use internal since this key by the fact being stored in users settings are public and non-internal.
2) I think the project it self should be where applicationid, domain and usernme should be stored so the only thing the server needs to keep track of is deployProject and expressmode (if that is at all relevant anymore?)
When creating servers you just then point to the project and get the info or select an application + project and the settings gets stored back on the project.
That could be stored in .settings and be made available for tooling outside AS server integration.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] (JBIDE-11083) OpenShift Express: Application Wizard doesn't show credentials for embedded cartridges
by Attila Nagy (JIRA)
Attila Nagy created JBIDE-11083:
-----------------------------------
Summary: OpenShift Express: Application Wizard doesn't show credentials for embedded cartridges
Key: JBIDE-11083
URL: https://issues.jboss.org/browse/JBIDE-11083
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 3.3.0.M5
Reporter: Attila Nagy
Assignee: Andre Dietisheim
Priority: Critical
When I create a new application and select an embedded cartridge like MySQL, PostgreSQL, MongoDB
JBoss Tools embed the cartridge correctly, however the Application Wizard doesn't show the access credentials.
In command line it's shown during the creation of the applications. There's no other place where I can check it.
Without knowing the access credentials I'm unable to connect to the proper embedded cartridge.
Steps to Reproduce:
1) Create a new application with Application Wizard: File -> New -> Other -> OpenShift -> OpenShift Express Application
2) Select an embedded cartridge like MySQL, PostgreSQL, MongoDB
3) Go through the steps of the Application Wizard
Current Result: The application will be created successfully without showing the access credentials for the embedded cartridge
Expected Result: Access credentials for the embedded cartridge must be shown
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months