]
André Dietisheim commented on JBIDE-26744:
------------------------------------------
Turns out that changing the deployment name in the deployment page ends up in nothing
being published by Eclipse/WTP. Rsync thus has no new artifacts to sync.
I implemented a workaround where I trigger a full deploy when the "Deployment"
page in the server editor is saved.
Server adapter: "Clean" required after changing the war
name
------------------------------------------------------------
Key: JBIDE-26744
URL:
https://issues.jboss.org/browse/JBIDE-26744
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.13.0.AM1
Reporter: André Dietisheim
Assignee: André Dietisheim
Priority: Major
Labels: server_adapter
Fix For: 4.13.0.AM1
*Steps*:
# EXEC: create a new app by using the *jboss-webserver31-tomcat8-openshift:1.2* builder
image
# ASSERT: *websocket-chat* application is imported into your workspace
# ASSERT: server adapter *jboss-webserver31-tomcat* is created
# ASSERT: In OpenShift explorer, below the service jboss-webserver31-tomcat*, you have
the running pod (build is finished, pod running)
# EXEC: start the server adapter
# EXEC: open the server adapter editor and switch to "Deployment" Tag
# EXEC: edit "Deployment Location"
*Result*:
Server adapter is syncing, but in the "Console" you dont see new files being
transferred
*Expected Result*:
As soon as a new deployment location is set, the new destination should be synced to the
pod.
*Workaround*:
"Clean" the server adapter.