[JBoss JIRA] (JBIDE-12305) Log in page in application wizard should auto-complete/suggest existing users when typing
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-12305:
----------------------------------------
Summary: Log in page in application wizard should auto-complete/suggest existing users when typing
Key: JBIDE-12305
URL: https://issues.jboss.org/browse/JBIDE-12305
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 3.3.0.Final
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.4.x
When launching the application wizard from central you get to the 1st wizard page where you have to enter your credentials. If you have several users in OpenShift Explorer, then it's pretty much tedious to switch between them. The input-fields dont assist you at all. You have to fill in the whole username and password. The username could suggest usernames that exist in the OpenShift Explorer in a list (like search suggestions in google or any other web-site) that you could navigate and select instead of having to type the whole name again. The password could then get autofilled from the eclipse secure storage. That would spare a lot of typing and would be pretty handy if you have several users you work with.
--
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, 8 months
[JBoss JIRA] (JBIDE-12113) AS7: -Dlogging.configuration set incorrectly with space in path
by Martin Malina (JIRA)
Martin Malina created JBIDE-12113:
-------------------------------------
Summary: AS7: -Dlogging.configuration set incorrectly with space in path
Key: JBIDE-12113
URL: https://issues.jboss.org/browse/JBIDE-12113
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 3.3.0.CR1
Environment: jbdevstudio-product-universal-5.0.0.v20120605-2229-H183-CR1.jar
Max OS X 10.7 Lion
Reporter: Martin Malina
Assignee: Rob Stryker
Fix For: 3.3.1
When you set up AS7/EAP6 server with a space in the path, the server is started with something like this:
-Dlogging.configuration=file:/Users/rasp/jbossqa/runtimes/space%20dir/jboss-as-7.1.1.Final/standalone/configuration/logging.properties
Note %20 in the path - it is used instead of real space. When you start the server from command line using ./standalone.sh, this doesn't happen and there is normal space.
--
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, 8 months
[JBoss JIRA] (JBDS-2180) 32/64-bin radio button in installer is ignored when installing with Oracle JDK 1.7 on Mac
by Martin Malina (JIRA)
Martin Malina created JBDS-2180:
-----------------------------------
Summary: 32/64-bin radio button in installer is ignored when installing with Oracle JDK 1.7 on Mac
Key: JBDS-2180
URL: https://issues.jboss.org/browse/JBDS-2180
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: installer
Affects Versions: 5.0.0.CR1
Environment: jbdevstudio-product-universal-5.0.0.v201205272317M-H143-CR1.jar
Reporter: Martin Malina
Fix For: 5.0.0.CR1
I accidentally had my java set to java 1.7 on my mac computer:
vokuro:5.0.0.CR1 rasp$ java -version
java version "1.7.0_04"
Java(TM) SE Runtime Environment (build 1.7.0_04-b21)
Java HotSpot(TM) 64-Bit Server VM (build 23.0-b21, mixed mode)
When you then launch the installer using
java -jar jbdevstudio-product-universal-5.0.0.v201205272317M-H143-CR1.jar
everything seems ok, you are allowed to select either 32 or 64-bit installation, but regardless of what you choose, the 64-bit version will be installed.
Not sure how this can be handled. At the very least we should disable the radio buttons and preselect 64-bit if that's what must be installed. But the fact is that JBDS will run with java 1.6 anyway. Even if you installed it using 1.7. So wouldn't it be possible to install the 32-bit version even if the installer is run using java 1.7 64-bit?
FYI, on Mac OS X Lion, there are currently these jdk versions:
Apple JDK 1.6 32-bit
Apple JDK 1.6 64-bit
Oracle JDK 1.7 64-bit
I don't expect there will ever be Oracle JDK 1.7 32-bit available.
--
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, 8 months