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

Summary: [81cat] IllegalArgumentException: Called DataObject.find on null
Product: javaee Reporter: muellermi <muellermi>
Component: JSFAssignee: Martin Fousek <marfous>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218754
Attachments: stacktrace

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