[jbosstools-issues] [JBoss JIRA] (JBIDE-12725) Name of JBoss server cannot be changed

Rob Stryker (JIRA) jira-events at lists.jboss.org
Wed Oct 3 02:01:03 EDT 2012


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

Rob Stryker commented on JBIDE-12725:
-------------------------------------

>From what I can tell, this is a bug in juno sr1. 

The code reads as follows:
{code}
	IServerType selectedServerType = serverTypeComposite.getSelectedServerType();
	if (validate(selectedServerType)) {
		// Do not set the server name if it is invalid
		return;			
	}
{code}

This seems like it should be if(!validate(etc)). The validate is returning true, and definitely seems accurate. This would explain why it was not replicatable for me in juno original, but is replicatable in sr1. 

Ugh, ugly upstream regression. Spent a while trying to find a workaround, but no luck :(
                
> Name of JBoss server cannot be changed
> --------------------------------------
>
>                 Key: JBIDE-12725
>                 URL: https://issues.jboss.org/browse/JBIDE-12725
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS/Servers
>    Affects Versions: 4.0.0.Alpha2
>            Reporter: Jaroslav Jankovič
>            Assignee: Rob Stryker
>             Fix For: 4.0.0.Alpha2
>
>         Attachments: JBIDE-12725-bug.ogv, JBIDE-12725.ogg, JBIDE-12725.ogg
>
>


--
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



More information about the jbosstools-issues mailing list