### Eclipse Workspace Patch 1.0 #P org.hibernate.eclipse.console Index: src/org/hibernate/eclipse/console/wizards/NewConfigurationWizardPage.java =================================================================== --- src/org/hibernate/eclipse/console/wizards/NewConfigurationWizardPage.java (revision 43192) +++ src/org/hibernate/eclipse/console/wizards/NewConfigurationWizardPage.java (working copy) @@ -171,7 +171,6 @@ defaultConnectionProfile = dialog.getConnectionProfileName(); fillPropertiesFromConnectionProfile(defaultConnectionProfile); } - shell.dispose(); } }); gd = new GridData(GridData.FILL_HORIZONTAL);