Cannot create new ejb
Brought to you by:
objectlearn
i just installed lomboz. i tried to add a new ejb both
to an existing project and to a new ejb project. i
select file->new->other, then select java->Lomboz J2EE
Wizards -> Lomboz EJB Creation wizard. I click next,
and nothing happens. The EJB Test Client Wizard also
does not work. The others (JSP, HTML, Method Wizard,
Project, and Container) all let me enter something.
Any suggestions?
Logged In: YES
user_id=110208
Here's is what's displayed in the console log when i click
on the next button to create a new EJB. I'm using the
lomboz 0.97 m4 with eclipse 2.1.1/weblogic 6.x.
!MESSAGE Unhandled exception caught in event loop.
Unhandled exception caught in event loop.
Reason:
!ENTRY org.eclipse.ui 4 0 Jul 29, 2003 09:09:33.31
!MESSAGE
!STACK 0
java.lang.IllegalArgumentException:
at
org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:56)
at
org.eclipse.core.internal.runtime.Assert.isLegal(Assert.java:41)
at
org.eclipse.core.runtime.Status.setPlugin(Status.java:156)
at
org.eclipse.core.runtime.Status.<init>(Status.java:64)
at
org.eclipse.ui.internal.dialogs.WorkbenchWizardNode$2.handleException
(WorkbenchWizardNode.java:99)
at
org.eclipse.core.internal.runtime.InternalPlatform.handleException(In
ternalPlatform.java:461)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatfo
rm.java:1010)
at
org.eclipse.core.runtime.Platform.run(Platform.java:413)
at
org.eclipse.ui.internal.dialogs.WorkbenchWizardNode$1.run(WorkbenchWi
zardNode.java:85)
at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at
org.eclipse.ui.internal.dialogs.WorkbenchWizardNode.getWizard(Workben
chWizardNode.java:83)
at
org.eclipse.jface.wizard.WizardSelectionPage.getNextPage(WizardSelect
ionPage.java:96)
at
org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:6
77)
at
org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java
:316)
at
org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:
89)
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at
org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1838)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1545)
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.handleWidgetSelection
(ActionContributionItem.java:456)
at
org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(Act
ionContributionItem.java:403)
at
org.eclipse.jface.action.ActionContributionItem.access$0(ActionContri
butionItem.java:397)
at
org.eclipse.jface.action.ActionContributionItem$ActionListener.handle
Event(ActionContributionItem.java:72)
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at
org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1838)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1545)
at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at
org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoa
der.java:858)
at
org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at java.lang.reflect.Method.invoke(Native Method)
at
org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)