Community
Participate
Working Groups
Build: I20080313113126 Steps to reproduce: 1. Start in a clean workspace. 2. Right-click in the Project Explorer view > New > Dynamic Web Project. The wizard does not pop up. Instead an error is logged in the Error Log: java.lang.NullPointerException at org.eclipse.jface.wizard.WizardDialog.updateButtons(WizardDialog.java:1247) at org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard.handleSelectedFacetsChangedEvent(ModifyFacetedProjectWizard.java:711) at org.eclipse.wst.common.project.facet.ui.ModifyFacetedProjectWizard.createPageControls(ModifyFacetedProjectWizard.java:289) at org.eclipse.wst.web.ui.internal.wizards.NewProjectDataModelFacetWizard.createPageControls(NewProjectDataModelFacetWizard.java:136) at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:669) This also happens for EJB, Connector, EAR and AppClient wizard. The only workaround I have found is to go through New > Project... > Dynamic Web Project > ...
Looking at this now.
Fix released to the 3.0 M6 code stream.
Thanks, Konstantin! Verified with the I20080313204547 build.
Closing