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 120438 - Inaccuracies in actions definition breaks the test
Summary: Inaccuracies in actions definition breaks the test
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Shivanand Kini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-30 08:13 UTC by Jiri Skrivanek
Modified: 2007-11-01 11:06 UTC (History)
1 user (show)

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 Jiri Skrivanek 2007-10-30 08:13:25 UTC
The validation tests are failing since build #4196 (http://deadlock.netbeans.org/hudson/job/trunk). It is caused by the
following commit by skini:

http://deadlock.netbeans.org/fisheye/browse/netbeans/xml/wsdlui/src/org/netbeans/modules/xml/wsdl/ui/netbeans/module/resources/layer.xml?r1=1.27&r2=1.28

Some modules override their files and do not depend on each other
Loaders/text/x-wsdl+xml/Actions/org-openide-actions-PropertiesAction.instance is provided by:
[org.netbeans.modules.xml.wsdlui, org.netbeans.modules.websvc.core] org.netbeans.modules.xml.wsdlui: different
attributes = '{position=2300} org.netbeans.modules.websvc.core: different attributes = '{position=2100}
Loaders/text/x-wsdl+xml/Actions/org-openide-actions-FileSystemAction.instance is provided by:
[org.netbeans.modules.xml.wsdlui, org.netbeans.modules.websvc.core] org.netbeans.modules.xml.wsdlui: different
attributes = '{position=2000} org.netbeans.modules.websvc.core: different attributes = '{position=300}
Loaders/text/x-wsdl+xml/Actions/org-openide-actions-ToolsAction.instance is provided by:
[org.netbeans.modules.xml.wsdlui, org.netbeans.modules.websvc.core] org.netbeans.modules.xml.wsdlui: different
attributes = '{position=2200} org.netbeans.modules.websvc.core: different attributes = '{position=2000}

No warnings relating to folder ordering expected:<[]> but was:<[Found same position 2100 for both
Loaders/text/x-wsdl+xml/Actions/org-openide-actions-PropertiesAction.instance and
Loaders/text/x-wsdl+xml/Actions/sep-6.instance]>
Comment 1 Shivanand Kini 2007-10-30 19:39:27 UTC
I have reverted the fix for http://www.netbeans.org/issues/show_bug.cgi?id=106567 (which caused this) and changed the
status to reopened.
Comment 2 Jiri Skrivanek 2007-11-01 11:06:21 UTC
Verified.