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 210120 - org.netbeans.modules.xml.xam.locator.CatalogModelException: Cannot resolve file using hint = TestManagement.xml backup = null
Summary: org.netbeans.modules.xml.xam.locator.CatalogModelException: Cannot resolve fi...
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Model (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Shivanand Kini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-26 14:32 UTC by js-java
Modified: 2016-07-07 09:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 145629


Attachments
stacktrace (1.81 KB, text/plain)
2012-03-26 14:32 UTC, js-java
Details

Note You need to log in before you can comment on or make changes to this bug.
Description js-java 2012-03-26 14:32:13 UTC
Build: NetBeans IDE 7.1.1 (Build 201203012225)
VM: Java HotSpot(TM) Client VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows 7

User Comments:
joanna.mamczynska: Closing window with web service attributes  (maven project).




Stacktrace: 
org.netbeans.modules.xml.xam.locator.CatalogModelException: Cannot resolve file using hint = TestManagement.xml backup = null
   at org.netbeans.modules.xml.xam.dom.AbstractDocumentComponent._resolveModel(AbstractDocumentComponent.java:843)
   at org.netbeans.modules.xml.xam.dom.AbstractDocumentComponent.resolveModel(AbstractDocumentComponent.java:815)
   at org.netbeans.modules.xml.wsdl.model.impl.ImportImpl.resolveImportedModel(ImportImpl.java:125)
   at org.netbeans.modules.xml.wsdl.model.impl.ImportImpl.getImportedWSDLModel(ImportImpl.java:97)
   at org.netbeans.modules.websvc.wsitconf.WSITEditor.cancel(WSITEditor.java:233)
   at org.netbeans.modules.websvc.core.wseditor.support.EditWSAttributesCookieImpl.doOpenEditor(EditWSAttributesCookieImpl.java:151)
Comment 1 js-java 2012-03-26 14:32:16 UTC
Created attachment 117261 [details]
stacktrace
Comment 2 Exceptions Reporter 2012-04-02 11:35:19 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=145629
Comment 3 Svata Dedic 2013-05-14 07:44:15 UTC
It seems that WSITEditor.cancel most probably mishandles CatalogExceptions. AbstractDocumentComponent.resolveModel() may throw a CatalogException, if the target model could not be loaded.
IMHO the exception should be reported as a regular error condition "cannot locate wsdl XXXX", not as a severe error.
Comment 4 Martin Balin 2016-07-07 09:56:41 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss