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 - Incorrect layer registrations between xml and websvc
Summary: Incorrect layer registrations between xml and websvc
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-11-01 08:51 UTC by Jaroslav Tulach
Modified: 2007-11-01 10:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Failure report (11.40 KB, text/html)
2007-11-01 08:51 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
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.