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 - [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.
Summary: [WSphere] org.netbeans.modules.schema2beans.Schema2BeansException: Doc root '...
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebSphere (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Hejl
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-16 17:44 UTC by rptmaestro
Modified: 2009-09-15 13:17 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 144216


Attachments
stacktrace (2.42 KB, text/plain)
2009-04-16 17:44 UTC, rptmaestro
Details

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