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 - NullPointerException at org.netbeans.modules.web.jsf.wizards.FacesConfigIterator.facesConfigForVersion
Summary: NullPointerException at org.netbeans.modules.web.jsf.wizards.FacesConfigItera...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-03 13:40 UTC by Martin Fousek
Modified: 2014-02-04 03:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207231


Attachments
stacktrace (1.30 KB, text/plain)
2014-02-03 13:40 UTC, Martin Fousek
Details

Note You need to log in before you can comment on or make changes to this bug.
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