[jbosstools-issues] [JBoss JIRA] (JBIDE-12131) remote is not listened to by server adatper

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Thu Jun 7 14:01:18 EDT 2012


Max Rydahl Andersen created JBIDE-12131:
-------------------------------------------

             Summary: remote is not listened to by server adatper
                 Key: JBIDE-12131
                 URL: https://issues.jboss.org/browse/JBIDE-12131
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: openshift
            Reporter: Max Rydahl Andersen
            Assignee: Rob Stryker
            Priority: Critical
             Fix For: 3.3.0.CR1


create a project via openshift, set the remote to be something else than origin and with a different repo address.

Most easily done by cloning a different openshift project and try add that to an existing one.

Or just edit in the server adapter or edit the .settings/*openshift* file to have a different remote.

Push via server adapter and notice the repository used is *not* what the remote is pointing to.

The failing code is:
	String remoteName = behaviour.getServer().getAttribute(ExpressServerUtils.ATTRIBUTE_REMOTE_NAME, 
				ExpressServerUtils.ATTRIBUTE_REMOTE_NAME_DEFAULT);

from ExpressPublishMethod which does not get the right remote name.


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

        


More information about the jbosstools-issues mailing list