[jbosstools-issues] [JBoss JIRA] (JBIDE-15977) openshift-java-client: should update url when refreshing embedded cartridge

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Fri Nov 15 06:52:05 EST 2013


Andre Dietisheim created JBIDE-15977:
----------------------------------------

             Summary: openshift-java-client: should update url when refreshing embedded cartridge
                 Key: JBIDE-15977
                 URL: https://issues.jboss.org/browse/JBIDE-15977
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: openshift
    Affects Versions: 4.1.1.CR1
            Reporter: Andre Dietisheim
            Assignee: Andre Dietisheim
             Fix For: 4.2.x


When you refresh an embedded cartridge (ex. via refreshing an application) then all content is refreshed. Unfortunately we're missing to refresh the url:

{code:title=EmbeddedCartridgeResource}
	protected void update(CartridgeResourceDTO dto) {
		this.description = dto.getDescription();
		this.displayName = dto.getDisplayName();
		this.properties = dto.getProperties();
		setLinks(dto.getLinks());
	}
{code}

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