JDK-6659089 : Plugin2 Trace misses messages
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-02-05
  • Updated: 2010-09-08
  • Resolved: 2008-03-05
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
6u10 b13Fixed
Description
Plugin2 uses Deploy Trace instead plugin Trace. The resource bundle that deploy trace loads is com/sun/deploy/resource/Deployment.java which lacks some messages in sun/plugin/resources/Activator.java and also its I18N translations. For example, "appletcontext.audio.loaded", etc.

We may need merge messages and translations from Activator*.java to Deployment*.java
Rather than moving messages around, to reduce the potential impact on the old plug-in, we should probably just switch the new plug-in to use the old plug-in's trace facility. We are still pulling in several classes from the old plug-in and pulling in a few more would not be that big a deal.

Comments
EVALUATION Plugin Trace is now consolidated in the common deploy Trace.
11-02-2008