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 240905 - NullPointerException: The sourceGroup parameter cannot be null
Summary: NullPointerException: The sourceGroup parameter cannot be null
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-23 22:43 UTC by carlos.justino
Modified: 2014-01-30 03:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 200264


Attachments
stacktrace (6.29 KB, text/plain)
2014-01-23 22:43 UTC, carlos.justino
Details

Note You need to log in before you can comment on or make changes to this bug.
Description carlos.justino 2014-01-23 22:43:14 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 8

User Comments:
GUEST: Trying to create sessionbeans from entity classes

carlos.justino: Criando um Manager Bean




Stacktrace: 
java.lang.NullPointerException: The sourceGroup parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.modules.j2ee.core.api.support.SourceGroups.getFolderForPackage(SourceGroups.java:189)
   at org.netbeans.modules.j2ee.core.api.support.SourceGroups.getFolderForPackage(SourceGroups.java:177)
   at org.netbeans.modules.j2ee.ejbcore.ejb.wizard.jpa.dao.EjbFacadeVisualPanel2.store(EjbFacadeVisualPanel2.java:187)
   at org.netbeans.modules.j2ee.ejbcore.ejb.wizard.jpa.dao.EjbFacadeWizardPanel2.storeSettings(EjbFacadeWizardPanel2.java:225)
   at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:851)
Comment 1 carlos.justino 2014-01-23 22:43:16 UTC
Created attachment 144323 [details]
stacktrace
Comment 2 Martin Fousek 2014-01-29 05:54:48 UTC
Fixed in web-main #f09ebea57071.
Comment 3 Quality Engineering 2014-01-30 03:04:52 UTC
Integrated into 'main-silver', will be available in build *201401300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f09ebea57071
User: Martin Fousek <marfous@netbeans.org>
Log: #240905 - NullPointerException: The sourceGroup parameter cannot be null