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 251387 - NullPointerException at org.netbeans.modules.web.jsf.wizards.PersistenceClientIterator$1$1.run
Summary: NullPointerException at org.netbeans.modules.web.jsf.wizards.PersistenceClien...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-24 02:40 UTC by alissonnasc
Modified: 2015-07-03 11:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216125


Attachments
stacktrace (574 bytes, text/plain)
2015-03-24 02:40 UTC, alissonnasc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alissonnasc 2015-03-24 02:40:58 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.75-b04, Java(TM) SE Runtime Environment, 1.7.0_75-b13
OS: Windows 8

User Comments:
alissonnasc: N/A

GUEST: try to generate jsf pages for entities.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.jsf.wizards.PersistenceClientIterator$1$1.run(PersistenceClientIterator.java:236)
   at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:127)
   at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:641)
   at org.netbeans.modules.web.jsf.wizards.PersistenceClientIterator$1.run(PersistenceClientIterator.java:207)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 alissonnasc 2015-03-24 02:40:59 UTC
Created attachment 152801 [details]
stacktrace
Comment 2 Petr Hejl 2015-07-03 11:47:07 UTC
Fixed in web-main 5c795b25f05d.