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 64322 - Exception when you skip step in new EJB project wizard
Summary: Exception when you skip step in new EJB project wizard
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-14 10:30 UTC by L Martinek
Modified: 2005-10-18 15:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (12.24 KB, text/plain)
2005-09-14 10:30 UTC, L Martinek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description L Martinek 2005-09-14 10:30:10 UTC
1. Select New -> New Project, category Enterprise -> prohect EJB Module with
Existing Sources.
2. Click Next
3. Select location of some sources of EJB Module.
4. Click on Finish button so you skipped last step. 
Exception is thrown. If you click on Next and then on Finish everything works.
Comment 1 L Martinek 2005-09-14 10:30:42 UTC
Created attachment 24783 [details]
exception
Comment 2 Andrei Badea 2005-10-10 09:44:28 UTC
The Finish button should not be enabled, as the project sources are not known in
the first step of the wizard.
Comment 3 Andrei Badea 2005-10-18 15:50:24 UTC
Fixed.

Checking in
src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/ImportLocation.java;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/ImportLocation.java,v
 <--  ImportLocation.java
new revision: 1.5; previous revision: 1.4
done
RCS file:
/cvs/j2ee/ejbjarproject/test/unit/src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/ImportLocationTest.java,v
done
Checking in
test/unit/src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/ImportLocationTest.java;
/cvs/j2ee/ejbjarproject/test/unit/src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/ImportLocationTest.java,v
 <--  ImportLocationTest.java
initial revision: 1.1
done