Realised I'd forgotten to specify - its the standalone version. Sorry.
org.objectstyle.wolips.eomodeler.core.model.EOModelException: There was no valid EOF ClassLoader factory defined.
at org.objectstyle.wolips.eomodeler.core.model.IEOClassLoaderFactory$Utility.createClassLoader (IEOClassLoaderFactory.java
:56)
at org.objectstyle.wolips.eomodeler.actions.ReverseEngineerAction.run(ReverseEngineerAction.java
:110)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:256)
at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java :546)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java :443)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent
(Widget.java:1521)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1545)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1530)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1321)
at org.eclipse.swt.widgets.Display.runDeferredEvents
(Display.java:3407)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3005)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
at org.eclipse.ui.internal.Workbench.access$4
(Workbench.java:2219)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench
(PlatformUI.java:149)
at entitymodeler.Application.start(Application.java:43)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java :106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java :76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at
java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.equinox.launcher.Main.invokeFramework
(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
Thanks!
On Dec 13, 2007 10:35 AM, <
email@hidden> wrote:
From: Mike Schrag <
email@hidden>
To: WebObjects-Dev Mailing List <email@hidden>
Date: Thu, 13 Dec 2007 13:34:35 -0500
Subject: Re: Entity Modeler Reverse Engineer
I suspect that's a misleading error message ... Is there a stack trace in the details of that error message? Althought, are you running the standalone app or the one inside of Eclipse?
ms
On Dec 13, 2007, at 12:48 PM, John Thomas wrote:
Hi, I really like the new Entity Modeler - shows a lot of promise :)
However, I get this error message when I try to reverse engineer an already existing mySQL database.
"There was no valid EOF ClassLoader factory defined."
Steps to reproduce are fairly simple :)
1. Have a mySQL DB that you know the password etc
2. Create new Model File in Entity Modeler
3. Enter Default settings, using com.mysql.jdbc.Driver as the Driver, and jdbc:mysql://localhost/myDB as the URL.
4. Click on the model, and choose "Reverse Engineer"
Behold the error message as listed above.
Is this just not implemented yet? Or am I doing something unexpected? :)
Thanks.