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 253765 - [81cat] IllegalArgumentException: Called DataObject.find on null
Summary: [81cat] IllegalArgumentException: Called DataObject.find on null
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-24 22:11 UTC by muellermi
Modified: 2015-07-24 22:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218754


Attachments
stacktrace (2.16 KB, text/plain)
2015-07-24 22:11 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2015-07-24 22:11:54 UTC
Build: NetBeans IDE 8.1 Beta (Build 201507231027)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 8

User Comments:
muellermi: added JSF components




Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
   at org.openide.loaders.DataObject.find(DataObject.java:608)
   at org.netbeans.modules.web.jsf.icefaces.Icefaces2Implementation.updateIndexPage(Icefaces2Implementation.java:231)
   at org.netbeans.modules.web.jsf.icefaces.Icefaces2Implementation.generateWelcomePage(Icefaces2Implementation.java:224)
   at org.netbeans.modules.web.jsf.icefaces.Icefaces2Implementation.extend(Icefaces2Implementation.java:153)
   at org.netbeans.modules.web.jsf.wizards.JSFConfigurationPanel.save(JSFConfigurationPanel.java:394)
   at org.netbeans.modules.maven.j2ee.ui.customizer.impl.CustomizerFrameworks.saveExistingExtenders(CustomizerFrameworks.java:564)
Comment 1 muellermi 2015-07-24 22:11:55 UTC
Created attachment 154873 [details]
stacktrace