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 56968 - EJB Wizard throws IAE: no folders selected
Summary: EJB Wizard throws IAE: no folders selected
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-25 04:46 UTC by Nam Nguyen
Modified: 2006-06-03 17:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
full stack trace (2.87 KB, text/plain)
2005-03-25 04:49 UTC, Nam Nguyen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nam Nguyen 2005-03-25 04:46:08 UTC
I just refresh and build, start ide with fresh userdir.  Then try to create a
Session EJB using wizard, get this exception dialog:

java.lang.IllegalArgumentException: No folders selected
	at
org.netbeans.spi.java.project.support.ui.templates.JavaTemplates.createPackageChooser(JavaTemplates.java:78)
	at
org.netbeans.modules.j2ee.ejbjarproject.ejb.wizard.session.SessionEJBWizard.initialize(SessionEJBWizard.java:69)
	at
org.openide.loaders.TemplateWizard$Brigde2Iterator.initialize(TemplateWizard.java:964)
Comment 1 Nam Nguyen 2005-03-25 04:49:26 UTC
Created attachment 21125 [details]
full stack trace
Comment 2 _ ludo 2005-03-25 05:09:05 UTC
Not for me...
Did you do a real clean build? I do not think so. Please try again, and update
this bug.
False alarms are a waste of time.
Maybe it is not one, but please double check. I had this error yesterday, before
I did a clean build...
Comment 3 Nam Nguyen 2005-03-25 06:06:27 UTC
Ludo is right.  My build is not clean.  Sorry for the false alarm.