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 54395 - Expand and select newly created EJB Module
Summary: Expand and select newly created EJB Module
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB Project (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords: UI
: 49662 55867 55925 (view as bug list)
Depends on: 54534
Blocks:
  Show dependency tree
 
Reported: 2005-02-02 15:55 UTC by jrojcek
Modified: 2006-03-24 13:07 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jrojcek 2005-02-02 15:55:28 UTC
After finising the wizard, expand and select the project node.
Comment 1 jrojcek 2005-02-02 16:20:57 UTC
Expand and select the projec node even if the project is created from existing sources.
Comment 2 Andrei Badea 2005-02-03 13:53:12 UTC
Selection of the project node is not possible at the moment, as it
requires changes to Project UI module.

Fixed by selecting the default package node under Source Packages. If
this is not enough, please reopen the bug.
Comment 3 Andrei Badea 2005-02-03 13:53:53 UTC
Checking in ui/EjbJarLogicalViewProvider.java;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/EjbJarLogicalViewProvider.java,v
 <--  EjbJarLogicalViewProvider.java
new revision: 1.8; previous revision: 1.7
done
Processing log script arguments...
More commits to come...
Checking in ui/wizards/NewEjbJarProjectWizardIterator.java;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/NewEjbJarProjectWizardIterator.java,v
 <--  NewEjbJarProjectWizardIterator.java
new revision: 1.7; previous revision: 1.6
done
Comment 4 jrojcek 2005-02-04 08:55:04 UTC
Reopening. The project node should be selected and only the first level of nodes 
expanded, which means the default package node shouldn't be visible.
Comment 5 Andrei Badea 2005-02-04 10:00:44 UTC
Filed bug #54534 against Project UI.
Comment 6 Andrei Badea 2005-03-03 14:53:32 UTC
This definitely needs to be fixed in 4.1. It caused problems in the
usability study, see issue #55867.
Comment 7 Andrei Badea 2005-03-03 14:53:53 UTC
*** Issue 55867 has been marked as a duplicate of this issue. ***
Comment 8 Andrei Badea 2005-03-04 00:06:41 UTC
*** Issue 55925 has been marked as a duplicate of this issue. ***
Comment 9 Andrei Badea 2005-03-11 17:44:42 UTC
*** Issue 49662 has been marked as a duplicate of this issue. ***
Comment 10 Andrei Badea 2005-03-11 17:53:49 UTC
Checking in NewEjbJarProjectWizardIterator.java;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/NewEjbJarProjectWizardIterator.java,v
 <--  NewEjbJarProjectWizardIterator.java
new revision: 1.8; previous revision: 1.7
done
Comment 11 Andrei Badea 2005-03-18 16:35:02 UTC
This needs to be fixed in the wizard from existing sources as well. Will commit
soon.
Comment 12 Andrei Badea 2005-03-18 16:36:33 UTC
Checking in ImportEjbJarProjectWizardIterator.java;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/ImportEjbJarProjectWizardIterator.java,v
 <--  ImportEjbJarProjectWizardIterator.java
new revision: 1.8; previous revision: 1.7
done
Comment 13 L Martinek 2005-07-11 14:14:25 UTC
verified