cloudfoundry-attic / eclipse-integration-cloudfoundry

Cloud Foundry Integration for Eclipse
Apache License 2.0
41 stars 47 forks source link

Refresh does not work in Remote Systems view does not update file content #15

Open sandipchitale opened 10 years ago

sandipchitale commented 10 years ago

Deploy apps. Configure the target as a Server. Load the files in RS view. Open a file in editor. Relaunch IDE. Delete sever. Delete the Remote Systems connection. Redeploy the app. Add the server. Reopen the Remote Systems view. Reopen the file. See old content.Invoke Refresh. Still see old content.

If I use cf files app path command I see new content.

Disconnecting and connecting to server does not help.

This may be an RSE Issue.

CF Int for Eclipse version: Cloud Foundry Integration for Eclipse Version: 1.7.0.201406182004-RELEASE

nierajsingh commented 10 years ago

Hi,

Thanks for raising this issue. We gotten a similar bug report with application resources not being updated even after deleting an application. As soon as we have an update, I'll post a further comment.

I did want to ask what version of Eclipse you're using (4.4., 4.3.2, etc..)? Thank you.

-Nieraj

nierajsingh commented 10 years ago

Hi,

As further follow-up, do you notice an error logged in the Eclipse Error Log view (Window -> Show View -> Error Log) when you attempt to reopen the file? I was not quite able to duplicate the error after following your steps in a Luna installation, but I did get another issue: a 405 error when retrieving the contents of a file that I had changed. Thanks.

sandipchitale commented 10 years ago

Spring Tool Suite

Version: 3.6.0.RELEASE Build Id: 201407092303 Platform: Eclipse Kepler SR2 (4.3.2)

Copyright (c) 2007 - 2014 Pivotal Software, Inc. All rights reserved. Visit http://spring.io/tools/sts

This product includes software developed by the Apache Software Foundation http://www.apache.org

I do not have that error log anymore. Basically looks like the RSE filesystem implementation has a caching issue.