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 250335 - NullPointerException: The group parameter cannot be null
Summary: NullPointerException: The group parameter cannot be null
Status: RESOLVED WONTFIX
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: 2015-02-10 11:42 UTC by Owen_Brotherwood
Modified: 2016-07-07 08:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167043


Attachments
stacktrace (6.67 KB, text/plain)
2015-02-10 11:42 UTC, Owen_Brotherwood
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Owen_Brotherwood 2015-02-10 11:42:47 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 8

User Comments:
GUEST: Tried to create JSF from Entities. Using JavaEE project. Can add the entities to the list, but pressing next does not do anything.

Owen_Brotherwood: Tried to create JSF pages from Entity class.
The class was from a dependancy maven project.
The error came after selecting class (add) and next

GUEST: creating  JSF-Files from Entity classes

GUEST: On a maven web project call "New->JSF Pages from Entity Classes..."

Choose an entity and click "Next".

Then this problem occured




Stacktrace: 
java.lang.NullPointerException: The group parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.spi.java.project.support.ui.PackageView.createListView(PackageView.java:153)
   at org.netbeans.modules.web.jsf.wizards.PersistenceClientSetupPanelVisual.updateSourceGroupPackages(PersistenceClientSetupPanelVisual.java:604)
   at org.netbeans.modules.web.jsf.wizards.PersistenceClientSetupPanelVisual.read(PersistenceClientSetupPanelVisual.java:568)
   at org.netbeans.modules.web.jsf.wizards.PersistenceClientSetupPanel.readSettings(PersistenceClientSetupPanel.java:125)
   at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:867)
Comment 1 Owen_Brotherwood 2015-02-10 11:42:51 UTC
Created attachment 151919 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 08:55:02 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss