JDK-6759336 : uninstalling application should not remove resources in extensions.
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 6u10
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-10-14
  • Updated: 2010-09-17
  • Resolved: 2009-01-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u12 b01Fixed 7Fixed
Related Reports
Relates :  
Description
When removing an applications resources, the extension jnlp files are left behind.
Unfortunately, the resources referred by those extensions are removed.
We should leave behind both the extension jnlp files and it's resources.

Comments
EVALUATION The problem here is in getting the list of resources to remove in CacheUtils.remove(CacheEntry, LaunchDesc). The method LaunchDesc.getResources() now gets resources of all extensions recursivly.
17-10-2008