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

Summary: Inaccuracies in actions definition breaks the test
Product: xml Reporter: Jiri Skrivanek <jskrivanek>
Component: WSDL ToolsAssignee: Shivanand Kini <skini>
Status: VERIFIED FIXED    
Severity: blocker CC: mmirilovic
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.