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 241338

Summary: NullPointerException at org.netbeans.modules.web.jsf.wizards.FacesConfigIterator.facesConfigForVersion
Product: javaee Reporter: Martin Fousek <marfous>
Component: JSFAssignee: Martin Fousek <marfous>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 207231
Attachments: stacktrace

Description Martin Fousek 2014-02-03 13:40:31 UTC
Build: NetBeans IDE Dev (Build 20140203-7c5a1816bfeb)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
marfous: creation of FacesConfig within JavaSE project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.jsf.wizards.FacesConfigIterator.facesConfigForVersion(FacesConfigIterator.java:240)
   at org.netbeans.modules.web.jsf.wizards.FacesConfigIterator.findFacesConfigTemplate(FacesConfigIterator.java:231)
   at org.netbeans.modules.web.jsf.wizards.FacesConfigIterator.createFacesConfig(FacesConfigIterator.java:147)
   at org.netbeans.modules.web.jsf.wizards.FacesConfigIterator.instantiate(FacesConfigIterator.java:123)
   at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:605)
   at org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:439)
Comment 1 Martin Fousek 2014-02-03 13:40:33 UTC
Created attachment 144733 [details]
stacktrace
Comment 2 Martin Fousek 2014-02-03 13:44:34 UTC
Fixed in web-main #17aafda29ffe.
Comment 3 Quality Engineering 2014-02-04 03:06:49 UTC
Integrated into 'main-silver', will be available in build *201402040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/17aafda29ffe
User: Martin Fousek <marfous@netbeans.org>
Log: #241338 - NullPointerException at org.netbeans.modules.web.jsf.wizards.FacesConfigIterator.facesConfigForVersion