View previous topic :: View next topic |
Author |
Message |
varnica
Joined: 14 Mar 2003
Posts: 109
|
Posted: Thu May 15, 2003 6:44 am Post subject: EclipseUML Free Edition 1.2.1 is EMF 1.1.0 compliant
|
|
|
EClipseUML Free Edition 1.2.1. has upgraded its current EMF complaincy to EMF 1.1.0 Build 0612VL .
Please download at: http://download.eclipse.org/tools/downloads/emf/emf_1.1.0__0612VL.zip
Many new functions are coming in the EclipseUML Enterprise Edition and EMF is and will be the core of Omondo technology.
VARNICA
Business Development Manager
|
|
Back to top |
|
|
hlhuang
Joined: 13 Jun 2003
Posts: 1
|
Posted: Sat Jun 14, 2003 12:13 am Post subject: EclipseUML 1.2.1. throw exception when select GenAll
|
|
|
Hi,
I downloaded EclipseUMl 1.2.1. driver along with EMF 1.1.0
_0612VL driver on Eclipse 2.1 platform. I have no problem
to create the classes and associations as instructed in
EMF's tutorial: "Generating an EMF model using Graphical Editor".
After all the classes are created, I select "Generate All" and a
"GenModel selector" window pop up, then I pressed "New GenModel"
button. An NullPointerException was thrown. Here is the stack:
java.lang.NullPointerException
at java.lang.String.startsWith(String.java(Inlined Compiled Code))
at java.lang.String.startsWith(String.java(Compiled Code))
at com.omondo.uml.emf.d.b.b.b.validatePage(SourceFile:91)
at org.eclipse.ui.dialogs.WizardNewFileCreationPage.handleEvent(WizardNewFileCreationPage.java:363)
at org.eclipse.ui.internal.misc.ResourceAndContainerGroup.handleEvent(ResourceAndContainerGroup.java:211)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code))
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code))
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code))
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Compiled Code))
at org.eclipse.swt.widgets.Text.wmCommandChild(Text.java:1755)
at org.eclipse.swt.widgets.Control.WM_COMMAND(Control.java:2914)
at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code))
at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code))
at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method)
at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java(Inlined Compiled Code))
at org.eclipse.swt.widgets.Text.callWindowProc(Text.java(Compiled Code))
at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code))
at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code))
at org.eclipse.swt.internal.win32.OS.SetWindowTextW(Native Method)
at org.eclipse.swt.internal.win32.OS.SetWindowText(OS.java:1867)
at org.eclipse.swt.widgets.Text.setText(Text.java:1363)
at org.eclipse.ui.internal.misc.ResourceAndContainerGroup.setResource(ResourceAndContainerGroup.java:250)
at org.eclipse.ui.dialogs.WizardNewFileCreationPage.createControl(WizardNewFileCreationPage.java:150)
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.createContents(WizardDialog.java:473)
at org.eclipse.jface.window.Window.create(Window.java:302)
at org.eclipse.jface.window.Window.open(Window.java:552)
at com.omondo.uml.emf.d.b.b.u.a(SourceFile:102)
at com.omondo.uml.emf.d.b.b.a7.widgetSelected(SourceFile:8
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java(Compiled Code))
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled Code))
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code))
at org.eclipse.jface.window.Window.runEventLoop(Window.java(Compiled Code))
at org.eclipse.jface.window.Window.open(Window.java:563)
at org.eclipse.ui.dialogs.AbstractElementListSelectionDialog.open(AbstractElementListSelectionDialog.java:432)
at com.omondo.uml.emf.e.b.if(SourceFile:262)
at com.omondo.uml.emf.e.b.a(SourceFile:87)
at com.omondo.uml.emf.e.b.if(SourceFile:199)
at com.omondo.uml.emf.d.b.c.s.aK(SourceFile:222)
at com.omondo.uml.emf.d.b.c.s.a(SourceFile:218)
at com.omondo.uml.emf.d.b.c.bb.run(SourceFile:90)
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(ActionContributionItem.java:403)
at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)
at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Inlined Compiled Code))
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java(Inlined Compiled Code))
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled Code))
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code))
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code))
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
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)
My JRE is IBM's 1.3.1.
Any help is appreciated!
Thanks,
Hsin-Liang
|
|
Back to top |
|
|
|