The new EJB Wizard show up blank under Eclipse 3 M4.
Here is the exception from my Eclipse log:
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Oct 24, 2003 16:03:58.322
!MESSAGE
org.eclipse.jdt.internal.ui.wizards.dialogfields.LayoutUtil.s
etHeigthHint(Lorg/eclipse/swt/widgets/Control;I)V
!STACK 0
java.lang.NoSuchMethodError:
org.eclipse.jdt.internal.ui.wizards.dialogfields.LayoutUtil.s
etHeigthHint(Lorg/eclipse/swt/widgets/Control;I)V
at
com.objectlearn.jdt.j2ee.ui.wizards.CreateCMPWizardPag
e.addFieldPanel(CreateCMPWizardPage.java:421)
at
com.objectlearn.jdt.j2ee.ui.wizards.CreateCMPWizardPag
e.createFieldsPanel(CreateCMPWizardPage.java:399)
at
com.objectlearn.jdt.j2ee.ui.wizards.CreateCMPWizardPag
e.createControl(CreateCMPWizardPage.java:332)
at
org.eclipse.jface.wizard.Wizard.createPageControls
(Wizard.java:171)
at
org.eclipse.jface.wizard.WizardDialog.createPageControls
(WizardDialog.java:524)
at
org.eclipse.jface.wizard.WizardDialog.setWizard
(WizardDialog.java:889)
at
org.eclipse.jface.wizard.WizardDialog.updateForPage
(WizardDialog.java:943)
at
org.eclipse.jface.wizard.WizardDialog.access$1
(WizardDialog.java:940)
at org.eclipse.jface.wizard.WizardDialog$3.run
(WizardDialog.java:929)
at
org.eclipse.swt.custom.BusyIndicator.showWhile
(BusyIndicator.java:84)
at
org.eclipse.jface.wizard.WizardDialog.showPage
(WizardDialog.java:927)
at
org.eclipse.jface.wizard.WizardDialog.nextPressed
(WizardDialog.java:684)
at
org.eclipse.jface.wizard.WizardDialog.buttonPressed
(WizardDialog.java:316)
at
org.eclipse.jface.dialogs.Dialog$1.widgetSelected
(Dialog.java:430)
at
org.eclipse.swt.widgets.TypedListener.handleEvent
(TypedListener.java:89)
at
org.eclipse.swt.widgets.EventTable.sendEvent
(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent
(Widget.java:847)
at
org.eclipse.swt.widgets.Display.runDeferredEvents
(Display.java:2173)
at
org.eclipse.swt.widgets.Display.readAndDispatch
(Display.java:1863)
at
org.eclipse.jface.window.Window.runEventLoop
(Window.java:583)
at org.eclipse.jface.window.Window.open
(Window.java:563)
at org.eclipse.ui.actions.NewWizardAction.run
(NewWizardAction.java:136)
at org.eclipse.jface.action.Action.runWithEvent
(Action.java:842)
at
org.eclipse.jface.action.ActionContributionItem.handleWi
dgetSelection(ActionContributionItem.java:541)
at
org.eclipse.jface.action.ActionContributionItem.access$4
(ActionContributionItem.java:494)
at
org.eclipse.jface.action.ActionContributionItem$6.handle
Event(ActionContributionItem.java:466)
at
org.eclipse.swt.widgets.EventTable.sendEvent
(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent
(Widget.java:847)
at
org.eclipse.swt.widgets.Display.runDeferredEvents
(Display.java:2173)
at
org.eclipse.swt.widgets.Display.readAndDispatch
(Display.java:1863)
at
org.eclipse.ui.internal.Workbench.runEventLoop
(Workbench.java:2347)
at org.eclipse.ui.internal.Workbench.run
(Workbench.java:2330)
at
org.eclipse.core.internal.boot.InternalBootLoader.run
(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run
(BootLoader.java:461)
at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke
(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown
Source)
at org.eclipse.core.launcher.Main.basicRun
(Main.java:299)
at org.eclipse.core.launcher.Main.run
(Main.java:765)
at org.eclipse.core.launcher.Main.main
(Main.java:599)
Logged In: YES
user_id=903895
I had this problem too, it seems to be a version problem.
I pathed that jar, anf fixed this on my own if you get in touch
through this I will send you the solution.
All works fine for me now.
Glen
Logged In: NO
Kindly inform what is the solution to it. I am also getting the
same issue.