[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-6553) New JSF wizard often only has ONE server / runtime listed

Rob Stryker (JIRA) jira-events at lists.jboss.org
Tue Jun 29 05:56:46 EDT 2010


    [ https://jira.jboss.org/browse/JBIDE-6553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12537290#action_12537290 ] 

Rob Stryker commented on JBIDE-6553:
------------------------------------

Assuming yoiu have only one server and one runtime installed (4.2 server/runtime combo) and, in this wizard, click "New..." and add a new JBoss 5.0 server instead, the list will be replaced with only one item. It will remove the 4.2 server from the list and replace it with the 5.0 runtime. 

If you also do the same, but create a new server with a new runtime (but of the same type, so two 5.0 servers and 2 DIFFERENT 5.0 runtimes) the list will also only show one entry. 

The only way to get it to show two entries is to have two servers each based on the same runtime. However since there is no section to CHOOSE a runtime, this is *extremely* confusing to the user. 

> New JSF wizard often only has ONE server / runtime listed
> ---------------------------------------------------------
>
>                 Key: JBIDE-6553
>                 URL: https://jira.jboss.org/browse/JBIDE-6553
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JSF
>    Affects Versions: 3.1.1, 3.2.0.M1
>            Reporter: Rob Stryker
>            Assignee: Viacheslav Kabanovich
>             Fix For: 3.1.x, 3.2.0.M2
>
>         Attachments: JBIDE-6553.jpg
>
>
> I have four servers installed in my workspace, but for some reason when trying to create a new JSF project, only *one* is listed in the wizard. Some quick tracing has shown that it's executing this call to find which server is selected:
> AppRegisterComponent.initTargetServerValue(), and this method also calls 
> 		IServer sel = ServerManager.getInstance().getSelectedServer();
> Looking through the method's logic I actually have zero clue what is going on here, what the goal is, etc. I would expect that on this page you would be able to select which server / runtime you want to use, but it seems it always invariably only shows one possible entry, and that entry is rarely the entry I want to use. In this case I'm trying to make a project targeted to my EAP server, and the wizard provides me absolutely no method to do so. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list