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 246536

Summary: java.lang.IllegalArgumentException: Called DataObject.find on null
Product: javaee Reporter: Martin Fousek <marfous>
Component: JSFAssignee: Martin Fousek <marfous>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: messages log

Description Martin Fousek 2014-08-19 07:43:33 UTC
Created attachment 148755 [details]
messages log

By incluidng ICEfaces into the Maven Web Project following IAE happened:
SEVERE [org.openide.util.Exceptions]
java.lang.IllegalArgumentException: Called DataObject.find on null
	at org.openide.loaders.DataObject.find(DataObject.java:555)
	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:561)
	at org.netbeans.modules.maven.j2ee.ui.customizer.impl.CustomizerFrameworks.access$800(CustomizerFrameworks.java:95)
	at org.netbeans.modules.maven.j2ee.ui.customizer.impl.CustomizerFrameworks$7$1.call(CustomizerFrameworks.java:525)
	at org.netbeans.modules.maven.j2ee.ui.customizer.impl.CustomizerFrameworks$7$1.call(CustomizerFrameworks.java:521)
Caused: java.util.concurrent.ExecutionException
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:188)
[catch] at org.netbeans.modules.maven.j2ee.ui.customizer.impl.CustomizerFrameworks$7$2.run(CustomizerFrameworks.java:545)
	at org.netbeans.api.progress.ProgressUtils$RunnableWrapper.run(ProgressUtils.java:337)
	at org.netbeans.api.progress.ProgressUtils$RunnableWrapper.run(ProgressUtils.java:329)
	at org.netbeans.modules.progress.ui.RunOffEDTImpl$ProgressBackgroundRunner.runBackground(RunOffEDTImpl.java:458)
	at org.netbeans.modules.progress.ui.AbstractWindowRunner.call(AbstractWindowRunner.java:108)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)