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 162867

Summary: [WSphere] org.netbeans.modules.schema2beans.Schema2BeansException: Doc root 'webappbnd:WebAppBinding' not found in the DOM graph! Found 'com.ibm.ejs.models.base.bindings.webappbnd:WebAppBinding' instead.
Product: serverplugins Reporter: rptmaestro <rptmaestro>
Component: WebSphereAssignee: Petr Hejl <phejl>
Status: NEW ---    
Severity: blocker CC: pjiricka, twivel
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=144216
Issue Type: DEFECT Exception Reporter: 144216
Attachments: stacktrace

Description rptmaestro 2009-04-16 17:44:11 UTC
Build: NetBeans IDE Dev (Build 200904011705)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
GUEST: Is anybody ever going to fix this?

rptmaestro: Just opened my maven web project. Is this error ever going to get fixed, or at least handled more gracefully?

rptmaestro: Occurs while searching project with ctrl+shift+f.
This *needs* to be handled more gracefully because it completely breaks the project search functionality.



Stacktrace: 
java.lang.RuntimeException: org.netbeans.modules.schema2beans.Schema2BeansException: Doc root 'webappbnd:WebAppBinding' not found in the DOM graph! Found 'com.ibm.ejs.models.base.bindings.webappbnd:WebAppBinding' instead.
        at org.netbeans.modules.j2ee.websphere6.dd.beans.WSWebBnd.<init>(WSWebBnd.java:69)
        at org.netbeans.modules.j2ee.websphere6.dd.beans.WSWebBnd.<init>(WSWebBnd.java:78)
        at org.netbeans.modules.j2ee.websphere6.dd.loaders.webbnd.WSWebBndDataObject.getDD(WSWebBndDataObject.java:93)
        at org.netbeans.modules.j2ee.websphere6.dd.loaders.WSMultiViewDataObject.parseDocument(WSMultiViewDataObject.java:112)
        at org.netbeans.modules.j2ee.websphere6.dd.loaders.WSMultiViewDataObject.<init>(WSMultiViewDataObject.java:90)
        at org.netbeans.modules.j2ee.websphere6.dd.loaders.webbnd.WSWebBndDataObject.<init>(WSWebBndDataObject.java:80)
Comment 1 rptmaestro 2009-04-16 17:44:16 UTC
Created attachment 80286 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-08-13 16:16:37 UTC
This issue already has 22 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=144216
Comment 3 twivel 2009-08-13 17:55:11 UTC
Note that I am unable to open any of my web service endpoint implementation classes in the IDE at this time.