[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
Mon Dec 9 04:19:06 EST 2013


     [ https://issues.jboss.org/browse/JBIDE-15977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andre Dietisheim updated JBIDE-15977:
-------------------------------------

    Priority:     (was: Major)

    
> 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
>              Labels: openshift-java-client
>             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