This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 68413 - Move specification of defaultActions for text/xml etc. loader to layer.xml
Summary: Move specification of defaultActions for text/xml etc. loader to layer.xml
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks: 64153
  Show dependency tree
 
Reported: 2005-11-09 20:09 UTC by Petr Jiricka
Modified: 2005-11-09 23:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2005-11-09 20:09:30 UTC
Please do it for 
org.netbeans.modules.j2ee.sun.share.config.ConfigDataLoader

For details see issue #64153

Also, add the Check XML and Validate XML actions to the popup menu of the node
in explorer. See j2ee/ddloaders for inspiration.
Comment 1 _ ludo 2005-11-09 20:54:40 UTC
We need to do that.
The lack of Check XML and Validate XML actions is a regression from 4.1 and
needs to be fixed as well.
As a side effect, when this is done, all dependancies on
org.netbeans.modules.xml.tools

in our layers (check all of them) should be removed. Before committing, we just
need to be extra careful and do testing.
This will need a golden file change as well.
Comment 2 _ pcw 2005-11-09 23:53:40 UTC
Popup menu action list for files handled by ConfigDataLoader moved to layer
file, Check/Validate XML actions added, action list now matches that of standard
descriptors except for "Save as Template", which makes no sense for us, nor do
we have an implementation anyway.