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

Summary: NullPointerException at org.netbeans.modules.web.primefaces.crudgenerator.wizards.PersistenceClientSetupPanelVisual.store
Product: platform Reporter: renysh
Component: Dialogs&WizardsAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 224833
Attachments: stacktrace

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