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 120763

Summary: Incorrect layer registrations between xml and websvc
Product: xml Reporter: Jaroslav Tulach <jtulach>
Component: WSDL ToolsAssignee: Shivanand Kini <skini>
Status: VERIFIED FIXED    
Severity: blocker CC: mkuchtiak
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Failure report

Description Jaroslav Tulach 2007-11-01 08:51:17 UTC
junit.framework.AssertionFailedError: 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}
Comment 1 Jaroslav Tulach 2007-11-01 08:51:59 UTC
Created attachment 52220 [details]
Failure report
Comment 2 Milan Kuchtiak 2007-11-01 10:04:42 UTC
I think, this is fixed.
All the actions specified in websvc/core mf-layer.xml file, listed under Loaders/text/x-wsdl+xml/Actions/ were removed :

Diff:
http://websvc.netbeans.org/source/browse/websvc/core/src/org/netbeans/modules/websvc/core/resources/mf-layer.xml?r1=1.50&r2=1.51
Comment 3 Jaroslav Tulach 2007-11-01 10:27:57 UTC
I see, thanks. After cvs upd the commit validation yielded different error. This one is fixed.