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 262567 - NullPointerException at org.netbeans.modules.web.primefaces.crudgenerator.wizards.PersistenceClientSetupPanelVisual.store
Summary: NullPointerException at org.netbeans.modules.web.primefaces.crudgenerator.wiz...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-24 20:06 UTC by renysh
Modified: 2016-06-24 20:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224833


Attachments
stacktrace (6.27 KB, text/plain)
2016-06-24 20:06 UTC, renysh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description renysh 2016-06-24 20:06:44 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.73-b02, Java(TM) SE Runtime Environment, 1.8.0_73-b02
OS: Linux

User Comments:
renysh: error




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.primefaces.crudgenerator.wizards.PersistenceClientSetupPanelVisual.store(PersistenceClientSetupPanelVisual.java:1277)
   at org.netbeans.modules.web.primefaces.crudgenerator.wizards.PersistenceClientSetupPanel.storeSettings(PersistenceClientSetupPanel.java:148)
   at org.openide.WizardDescriptor.storeSettingsAndNotify(WizardDescriptor.java:1391)
   at org.openide.WizardDescriptor.access$1800(WizardDescriptor.java:92)
   at org.openide.WizardDescriptor$Listener$1.run(WizardDescriptor.java:2203)
   at org.openide.WizardDescriptor.lazyValidate(WizardDescriptor.java:1516)
Comment 1 renysh 2016-06-24 20:06:46 UTC
Created attachment 160161 [details]
stacktrace