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 81641 - Not able to load XSD getting CatalogModelException
Summary: Not able to load XSD getting CatalogModelException
Status: VERIFIED DUPLICATE of bug 81204
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: Nam Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-01 23:38 UTC by ekimm
Modified: 2006-08-31 15:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log Message (615.49 KB, application/octet-stream)
2006-08-01 23:41 UTC, ekimm
Details
Project (231.12 KB, application/octet-stream)
2006-08-02 17:07 UTC, ekimm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ekimm 2006-08-01 23:38:34 UTC
org.netbeans.modules.xml.xam.locator.CatalogModelException: Unable to load WSDL 
at SampleXSD.xsd
...
BUILD FAILED (total time: 7 seconds)
Comment 1 ekimm 2006-08-01 23:39:23 UTC
I attempted to compile our in-house XSD project, however it isn't building 
properly and I'm getting a CatalogModelException
Comment 2 ekimm 2006-08-01 23:41:39 UTC
Created attachment 32428 [details]
Log Message
Comment 3 Praveen Savur 2006-08-02 00:06:44 UTC
Can you attach the project sources zip file so that the issue can be reproduced.
Comment 4 ekimm 2006-08-02 17:07:42 UTC
Created attachment 32457 [details]
Project
Comment 5 Michael Frisino 2006-08-07 08:10:11 UTC
removing the incomplete keyword since there is now a project attachment.
Comment 6 Praveen Savur 2006-08-07 21:33:14 UTC
The imports within WSDL's are not defined within <types> section. Changing the
imports to look like below will get rid of these exceptions.

    <types>
        <xsd:schema targetNamespace="http://stc.com/xsddatatype1">
            <xsd:import namespace="urn:SampleXSD" schemaLocation="SampleXSD.xsd"/>
        </xsd:schema>
    </types>

 Reassigning to xml category as this looks like something to be handled by wsdl
model / wsdl validator.
Comment 7 Chris Webster 2006-08-09 17:50:42 UTC
This maybe a duplicate of the logging issue.
Comment 8 Nam Nguyen 2006-08-16 16:12:20 UTC
It is indeed duplicate of 81204.
The stack trace are informational only.  Issue 81204 is fixed and now the
project XSDDataTypesBpel is built successfully without any stack trace in output
window.

*** This issue has been marked as a duplicate of 81204 ***
Comment 9 jlautz 2006-08-31 15:06:48 UTC
Verified on Windows XP with NB Build 5.5 200608290000. The WSDL validator no
longer dumps a stack trace into the output when analyzing the attached projects.