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 30190

Summary: "IAE: Called DataObject.find on null" from NewScenarioPanel.<init>
Product: xml Reporter: Jesse Glick <jglick>
Component: Text-EditAssignee: issues@xml <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Stack trace

Description Jesse Glick 2003-01-16 22:03:17 UTC
[dev jan 16] Not sure how to reproduce exactly.
Had an XML file with a DTD. Inside the root
element, typed "<" and pressed Ctrl-Space,
expecting code completion; none came (not sure why
- normally works). Turned on editor toolbar (off
by default). Scenarios pulldown was empty;
clicking Edit Scenarios... caused an exception to
be thrown.
Comment 1 Jesse Glick 2003-01-16 22:03:53 UTC
Created attachment 8602 [details]
Stack trace
Comment 2 Jesse Glick 2003-01-16 22:07:32 UTC
Code completion was not available due to a problem with the DTD
(catalog was not right). But even after correcting the catalog, with
code completion working, get the same error when trying to "Edit
Scenarios".
Comment 3 _ pkuzel 2003-01-22 13:32:15 UTC
System filesystem was unsuccesfully queried for
"Plugins/XML/ScenarioFactories" folder.

It may probably happen if no XSL module is enabled,
Comment 4 _ pkuzel 2003-01-22 14:17:21 UTC
NewScenarioPanel.java
new revision: 1.3
Comment 5 _ pkuzel 2003-02-06 14:16:18 UTC
*** Issue 28427 has been marked as a duplicate of this issue. ***
Comment 6 Martin Schovanek 2003-10-10 07:34:25 UTC
VERIFIED