[JBoss JIRA] (JBIDE-20100) how to make users aware of fuse and other tooling only being available from earlyaccess?
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20100?page=com.atlassian.jira.plugi... ]
Radim Hopp closed JBIDE-20100.
------------------------------
I tried this with JBDSIS discovery-directory.xml and its discovery.jar and I'm also pretty happy with result. Verified in JBDS 9.0.0.CR1a. Closing.
> how to make users aware of fuse and other tooling only being available from earlyaccess?
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-20100
> URL: https://issues.jboss.org/browse/JBIDE-20100
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Reporter: Max Rydahl Andersen
> Assignee: Nick Boldt
> Priority: Critical
> Labels: new_and_noteworthy, respin-a
> Fix For: 4.3.0.CR1
>
> Attachments: 20100_JBDS_CR1_fuse_ea_popup.png, 20100_JBDS_CR1_fuse_unavail.png, 20100_JBDS_CR1_fuse_unavail_popup.png, 20100_JBT_Core_vs_EA_versions_of_Fuse_Connector.png, 20100_JBT_latest_no_checkbox.png, fuse-icon-fixed.png, JBDS_9_CR1a_No_Fuse.png, JBIDE-20100-2.png, JBIDE-20100-disc1.png, JBoss_-_JBoss_Central_-_Eclipse_-__Users_max_workspaces_forjoshua.png, not-yet.png, _JBIDE-20100__how_to_make_users_aware_of_fuse_and_other_tooling_only_being_available_from_earlyaccess__-_JBoss_Issue_Tracker_and_JBoss_-_JBoss_Central_-_Eclipse_-__Users_max_workspaces_forjoshua.png
>
>
> [~jtyrrell] find it confusing when he cannot see Fuse and other earlyaccess features immediately on the install page.
> Some comments:
> "I install JBDS 8.1 and click on the JBoss Integration and SOA Development, but where is the Fuse tooling in that list."
> "<without earlyaccess> why doesn’t my screen shot tell me to use an older version of JBDS or something."
> Suggestion:
> "when I picked the Integration Stack a greyed out Fuse IDE thingy in the list of choices, and something like (Select early Access) to enable this feature."
> I'm fine exploring options to show early access features more prominently but would prefer we would not need to treat Fuse "special" so maybe we should have a "Early Access" section at the bottom instead of filtered in between everything else ?
> and for any connectors that has additional/different features just add a "Extra features available in Early access " comment ?
> But what to do when Fuse or others dont even have an earlyaccess out yet ? (like is currently the state for devstudio 9)
> [~crobson], [~aileenc] and [~lhein] got any suggestions ?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 7 months
[JBoss JIRA] (JBIDE-19952) v3 Application wizard: Template label decorators don't go away
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19952?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-19952:
------------------------------------------
[~snjeza] Looking at the fix for this issue it looks like the decorations wont work correctly with groups (you added another nested composite). Right?
Is there an upstream bug or should we create it?
> v3 Application wizard: Template label decorators don't go away
> --------------------------------------------------------------
>
> Key: JBIDE-19952
> URL: https://issues.jboss.org/browse/JBIDE-19952
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Jeff Cantrill
> Assignee: Snjezana Peco
> Priority: Minor
> Labels: application_wizard, openshift_v3
> Fix For: 4.3.0.CR1
>
> Attachments: additional-error-marker.png, inital_opeon_on_linux.png, Resource Label dialog.png, validators.png
>
>
> While adding a new label when creating a template, the validation decorator persists and sometime the validation message even for valid labels. See attachment.
> Also, noticed focusing away from dialog and back makes them go away. Repainting issue?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 7 months
[JBoss JIRA] (JBIDE-20754) org.jboss.tools.jmx.local.ProcessInformationStore doesn't handle spaces in the java.home path - part 2
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20754?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-20754:
---------------------------------------
OK, I can't really check with java 7, since jboss tools foundation requires 1.8 ;)
> org.jboss.tools.jmx.local.ProcessInformationStore doesn't handle spaces in the java.home path - part 2
> ------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20754
> URL: https://issues.jboss.org/browse/JBIDE-20754
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jmx
> Affects Versions: 4.3.0.Beta2
> Environment: Windows 7 x64, Eclipse Mars (4.5.0), Java 1.8.0u51
> Reporter: Daniel Atallah
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 4.3.1.Final
>
>
> org.jboss.tools.jmx.local.ProcessInformationStore.loadProcessStore:97 should either use the Runtime.getRuntime().exec(String[]) method to deal with Java installation locations containing spaces.
> In my case the {{java.home}} system property points to {{"C:\Program Files\Java\jdk1.8.0_51"}}, which I think would be pretty normal on Windows.
> {noformat}
> java.io.IOException: Cannot run program "C:\Program": CreateProcess error=2, The system cannot find the file specified
> at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
> at java.lang.Runtime.exec(Runtime.java:620)
> at java.lang.Runtime.exec(Runtime.java:450)
> at java.lang.Runtime.exec(Runtime.java:347)
> at org.jboss.tools.jmx.local.ProcessInformationStore.loadProcessStore(ProcessInformationStore.java:97)
> at org.jboss.tools.jmx.local.ProcessInformationStore.refreshProcessInformationStore(ProcessInformationStore.java:64)
> at org.jboss.tools.jmx.local.ProcessInformationStore$1.run(ProcessInformationStore.java:135)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
> at java.lang.ProcessImpl.create(Native Method)
> at java.lang.ProcessImpl.<init>(ProcessImpl.java:386)
> at java.lang.ProcessImpl.start(ProcessImpl.java:137)
> at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
> ... 7 more
> {noformat}
> I'm note sure what the impact is - I don't necessarily notice anything not working.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 7 months
[JBoss JIRA] (JBIDE-20754) org.jboss.tools.jmx.local.ProcessInformationStore doesn't handle spaces in the java.home path - part 2
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20754?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-20754:
---------------------------------------
[~rob.stryker], now I noticed that you created JBIDE-20729 for the remaining issue. So feel free to close this as duplicate.
Good to know this only applies to java 8 and onward - I will check with java 7.
Also, I didn't look carefully and you're right, now the error is different - it can't find jps: Cannot run program "C:\Program Files\Java\jre1.8.0_45\bin\jps": CreateProcess error=2, The system cannot find the file specified.
> org.jboss.tools.jmx.local.ProcessInformationStore doesn't handle spaces in the java.home path - part 2
> ------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20754
> URL: https://issues.jboss.org/browse/JBIDE-20754
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jmx
> Affects Versions: 4.3.0.Beta2
> Environment: Windows 7 x64, Eclipse Mars (4.5.0), Java 1.8.0u51
> Reporter: Daniel Atallah
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 4.3.1.Final
>
>
> org.jboss.tools.jmx.local.ProcessInformationStore.loadProcessStore:97 should either use the Runtime.getRuntime().exec(String[]) method to deal with Java installation locations containing spaces.
> In my case the {{java.home}} system property points to {{"C:\Program Files\Java\jdk1.8.0_51"}}, which I think would be pretty normal on Windows.
> {noformat}
> java.io.IOException: Cannot run program "C:\Program": CreateProcess error=2, The system cannot find the file specified
> at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
> at java.lang.Runtime.exec(Runtime.java:620)
> at java.lang.Runtime.exec(Runtime.java:450)
> at java.lang.Runtime.exec(Runtime.java:347)
> at org.jboss.tools.jmx.local.ProcessInformationStore.loadProcessStore(ProcessInformationStore.java:97)
> at org.jboss.tools.jmx.local.ProcessInformationStore.refreshProcessInformationStore(ProcessInformationStore.java:64)
> at org.jboss.tools.jmx.local.ProcessInformationStore$1.run(ProcessInformationStore.java:135)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
> at java.lang.ProcessImpl.create(Native Method)
> at java.lang.ProcessImpl.<init>(ProcessImpl.java:386)
> at java.lang.ProcessImpl.start(ProcessImpl.java:137)
> at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
> ... 7 more
> {noformat}
> I'm note sure what the impact is - I don't necessarily notice anything not working.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 7 months
[JBoss JIRA] (JBIDE-20510) org.jboss.tools.jmx.local.ProcessInformationStore doesn't handle spaces in the java.home path
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20510?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-20510:
---------------------------------------
[~rob.stryker], you're right, sorry about that, I didn't read the error carefully. It now fails on "cannot find jps":
Cannot run program "C:\Program Files\Java\jre1.8.0_45\bin\jps": CreateProcess error=2, The system cannot find the file specified.
> org.jboss.tools.jmx.local.ProcessInformationStore doesn't handle spaces in the java.home path
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-20510
> URL: https://issues.jboss.org/browse/JBIDE-20510
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jmx
> Affects Versions: 4.3.0.Beta2
> Environment: Windows 7 x64, Eclipse Mars (4.5.0), Java 1.8.0u51
> Reporter: Daniel Atallah
> Assignee: Rob Stryker
> Priority: Critical
> Labels: respin-a
> Fix For: 4.3.0.CR1
>
>
> org.jboss.tools.jmx.local.ProcessInformationStore.loadProcessStore:97 should either use the Runtime.getRuntime().exec(String[]) method to deal with Java installation locations containing spaces.
> In my case the {{java.home}} system property points to {{"C:\Program Files\Java\jdk1.8.0_51"}}, which I think would be pretty normal on Windows.
> {noformat}
> java.io.IOException: Cannot run program "C:\Program": CreateProcess error=2, The system cannot find the file specified
> at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
> at java.lang.Runtime.exec(Runtime.java:620)
> at java.lang.Runtime.exec(Runtime.java:450)
> at java.lang.Runtime.exec(Runtime.java:347)
> at org.jboss.tools.jmx.local.ProcessInformationStore.loadProcessStore(ProcessInformationStore.java:97)
> at org.jboss.tools.jmx.local.ProcessInformationStore.refreshProcessInformationStore(ProcessInformationStore.java:64)
> at org.jboss.tools.jmx.local.ProcessInformationStore$1.run(ProcessInformationStore.java:135)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
> at java.lang.ProcessImpl.create(Native Method)
> at java.lang.ProcessImpl.<init>(ProcessImpl.java:386)
> at java.lang.ProcessImpl.start(ProcessImpl.java:137)
> at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
> ... 7 more
> {noformat}
> I'm note sure what the impact is - I don't necessarily notice anything not working.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 7 months
[JBoss JIRA] (JBIDE-20753) Text flickering when selecting server types in New Server wizard
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20753?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-20753:
---------------------------------------
[~rob.stryker], the "runtime environment" combo appears and disappears. Yes, at first I thought it might be related to the fix for the Finish button, but then I checked and this happens in CR1 also (before the fix), so it was introduced somewhere else.
> Text flickering when selecting server types in New Server wizard
> ----------------------------------------------------------------
>
> Key: JBIDE-20753
> URL: https://issues.jboss.org/browse/JBIDE-20753
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.0.CR1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Labels: regression
> Fix For: 4.3.1.Final
>
>
> When you open the New Server wizard and select a server type, There will be some elements rendered for a fraction of a second. It's Server Runtime Environment and a dropdown menu - it will disappear again, but it's not nice to see something quickly appear and disappear again. You can keep selecting server types and it will keep happening. All of this is on the first page of the dialog.
> I checked and this did not happen in Beta2.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 7 months