[JBoss JIRA] (JBIDE-16480) AS Tool don't detect running instance when starting a server anymore
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16480?page=com.atlassian.jira.plugi... ]
Martin Malina updated JBIDE-16480:
----------------------------------
Fix Version/s: 4.2.0.Beta1
(was: 4.2.0.Alpha2)
> AS Tool don't detect running instance when starting a server anymore
> --------------------------------------------------------------------
>
> Key: JBIDE-16480
> URL: https://issues.jboss.org/browse/JBIDE-16480
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.Alpha2
> Reporter: Xavier Coulon
> Assignee: Rob Stryker
> Fix For: 4.2.0.Beta1
>
>
> if I had an AS 7.1 server already running (in a previous workbench instance for example), JBT would pop a dialog asking me to use/connect to the existing instance. Now, I don't see it anymore and I get errors during server start-up (bind failure - address already in use) and server is in "started" mode (I guess the tooling managed to connect to the mgmt port)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBIDE-16343) "Materialize Libraries" is not obvious
by Rastislav Wagner (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16343?page=com.atlassian.jira.plugi... ]
Rastislav Wagner closed JBIDE-16343.
------------------------------------
verified in JBDS 8.0.0 Alpha2-v20140212-2251-B70
> "Materialize Libraries" is not obvious
> --------------------------------------
>
> Key: JBIDE-16343
> URL: https://issues.jboss.org/browse/JBIDE-16343
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: maven
> Affects Versions: 4.2.0.Alpha1
> Reporter: Mickael Istria
> Assignee: Fred Bricon
> Priority: Minor
> Fix For: 4.2.0.Alpha2
>
>
> While looking at [~fbricon] doing a demo I (and [~FroMage] and [~xcoulon]) felt that "Materialize Libraries" is not a clear name for what it does.
> Why not renaming it to "Copy libraries into Project..." or "Turn into Libraries inside project..." ?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBIDE-16592) Allow to update/remove software installed from Central
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16592?page=com.atlassian.jira.plugi... ]
Mickael Istria updated JBIDE-16592:
-----------------------------------
Attachment: JBIDE-16592-wip.jpeg
Here is a screenshoft of suggested implementation. The general change is to allow multiple actions on a given discovery entry
Ideas of improvements are to wrap text on first column, and have different colors.
[~maxandersen] [~mmurray]: What do you think about this approach (using combo and text instead of checkbox) ?
!JBIDE-16592-wip.jpeg!
> Allow to update/remove software installed from Central
> ------------------------------------------------------
>
> Key: JBIDE-16592
> URL: https://issues.jboss.org/browse/JBIDE-16592
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: central
> Reporter: Mickael Istria
> Fix For: 4.2.0.Beta1
>
> Attachments: JBIDE-16592-wip.jpeg
>
>
> Central software page should allow user to update or uninstall some modules.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBIDE-16599) New server dialog error - home directory does not exist
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16599?page=com.atlassian.jira.plugi... ]
Martin Malina updated JBIDE-16599:
----------------------------------
Description:
This is not a regression, it's always been like that, but I consider it a bug.
When you're adding a server, in the dialog you're asked for the jboss home dir. But this field is pre-filled with something like this:
/usr/bin/jboss-eap-6.1+.x
This causes an error shown at the top:
The home directory does not exist or is not a directory.
!add-server-bogus-path.png!
I understand that the goal here was to make life easier for those who have EAP/AS/WF installed in a standard location - perhaps with rpm installation, although I doubt this would be the actual path anyway.
This violates the Eclipse UI guidelines found here in section 5.3:
http://www.eclipse.org/articles/Article-UI-Guidelines/Contents.html#Wizards
I would suggest leaving the field empty by default (and ensuring that the guideline is fulfilled). Another option would be to check if we can find an installation in the default path, then use it, otherwise leave empty.
was:
This is not a regression, it's always been like that, but I consider it a bug.
When you're adding a server, in the dialog you're asked for the jboss home dir. But this field is pre-filled with something like this:
/usr/bin/jboss-eap-6.1+.x
This causes an error shown at the top:
The home directory does not exist or is not a directory.
I understand that the goal here was to make life easier for those who have EAP/AS/WF installed in a standard location - perhaps with rpm installation, although I doubt this would be the actual path anyway.
This violates the Eclipse UI guidelines found here in section 5.3:
http://www.eclipse.org/articles/Article-UI-Guidelines/Contents.html#Wizards
I would suggest leaving the field empty by default (and ensuring that the guideline is fulfilled). Another option would be to check if we can find an installation in the default path, then use it, otherwise leave empty.
> New server dialog error - home directory does not exist
> -------------------------------------------------------
>
> Key: JBIDE-16599
> URL: https://issues.jboss.org/browse/JBIDE-16599
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.Alpha2
> Environment: JBDS 8.0.0.Alpha2b B71
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.2.0.Beta1
>
> Attachments: add-server-bogus-path.png
>
>
> This is not a regression, it's always been like that, but I consider it a bug.
> When you're adding a server, in the dialog you're asked for the jboss home dir. But this field is pre-filled with something like this:
> /usr/bin/jboss-eap-6.1+.x
> This causes an error shown at the top:
> The home directory does not exist or is not a directory.
> !add-server-bogus-path.png!
> I understand that the goal here was to make life easier for those who have EAP/AS/WF installed in a standard location - perhaps with rpm installation, although I doubt this would be the actual path anyway.
> This violates the Eclipse UI guidelines found here in section 5.3:
> http://www.eclipse.org/articles/Article-UI-Guidelines/Contents.html#Wizards
> I would suggest leaving the field empty by default (and ensuring that the guideline is fulfilled). Another option would be to check if we can find an installation in the default path, then use it, otherwise leave empty.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBIDE-16599) New server dialog error - home directory does not exist
by Martin Malina (JIRA)
Martin Malina created JBIDE-16599:
-------------------------------------
Summary: New server dialog error - home directory does not exist
Key: JBIDE-16599
URL: https://issues.jboss.org/browse/JBIDE-16599
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.2.0.Alpha2
Environment: JBDS 8.0.0.Alpha2b B71
Reporter: Martin Malina
Assignee: Rob Stryker
Fix For: 4.2.0.Beta1
Attachments: add-server-bogus-path.png
This is not a regression, it's always been like that, but I consider it a bug.
When you're adding a server, in the dialog you're asked for the jboss home dir. But this field is pre-filled with something like this:
/usr/bin/jboss-eap-6.1+.x
This causes an error shown at the top:
The home directory does not exist or is not a directory.
I understand that the goal here was to make life easier for those who have EAP/AS/WF installed in a standard location - perhaps with rpm installation, although I doubt this would be the actual path anyway.
This violates the Eclipse UI guidelines found here in section 5.3:
http://www.eclipse.org/articles/Article-UI-Guidelines/Contents.html#Wizards
I would suggest leaving the field empty by default (and ensuring that the guideline is fulfilled). Another option would be to check if we can find an installation in the default path, then use it, otherwise leave empty.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (JBIDE-16599) New server dialog error - home directory does not exist
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16599?page=com.atlassian.jira.plugi... ]
Martin Malina updated JBIDE-16599:
----------------------------------
Attachment: add-server-bogus-path.png
> New server dialog error - home directory does not exist
> -------------------------------------------------------
>
> Key: JBIDE-16599
> URL: https://issues.jboss.org/browse/JBIDE-16599
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.Alpha2
> Environment: JBDS 8.0.0.Alpha2b B71
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.2.0.Beta1
>
> Attachments: add-server-bogus-path.png
>
>
> This is not a regression, it's always been like that, but I consider it a bug.
> When you're adding a server, in the dialog you're asked for the jboss home dir. But this field is pre-filled with something like this:
> /usr/bin/jboss-eap-6.1+.x
> This causes an error shown at the top:
> The home directory does not exist or is not a directory.
> I understand that the goal here was to make life easier for those who have EAP/AS/WF installed in a standard location - perhaps with rpm installation, although I doubt this would be the actual path anyway.
> This violates the Eclipse UI guidelines found here in section 5.3:
> http://www.eclipse.org/articles/Article-UI-Guidelines/Contents.html#Wizards
> I would suggest leaving the field empty by default (and ensuring that the guideline is fulfilled). Another option would be to check if we can find an installation in the default path, then use it, otherwise leave empty.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months