[OS-JIRA] Created: (WOL-717) Classpath issue in Entity Modeler results in NoClassDefFoundError for NSDictionary

From: Marc Lavergne (JIRA) ("Marc)
Date: Mon Jan 28 2008 - 12:11:37 EST

  • Next message: Kenny Leung: "moving to VelocityGenerator"

    Classpath issue in Entity Modeler results in NoClassDefFoundError for NSDictionary
    -----------------------------------------------------------------------------------

                     Key: WOL-717
                     URL: http://issues.objectstyle.org/jira/browse/WOL-717
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: wolips
        Affects Versions: WOLips 3.3.2.* (nightly build please specify)
             Environment: Leopard 10.5.1 / JDK 1.5.0 / Eclipse 3.3.1.1 / 3.3.4638
                Reporter: Marc Lavergne

    This setup was working in Tiger, upgrade to Leopard, I am unable to get Entity Modeler to reverse engineer tables. The operation fails with an Error popup with the following details:

    java.lang.NoClassDefFoundError: com/webobjects/foundation/NSDictionary
            at org.objectstyle.wolips.eomodeler.core.sql.EOFSQLReverseEngineer.<init>(EOFSQLReverseEngineer.java:27)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
            at org.objectstyle.wolips.eomodeler.core.sql.EOFSQLReverseEngineerFactory.reverseEngineer(EOFSQLReverseEngineerFactory.java:16)
            at org.objectstyle.wolips.eomodeler.actions.ReverseEngineerAction.run(Unknown Source)
            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:1495)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1519)
            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1504)
            at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1295)
            at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3350)
            at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2954)
            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 org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
            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)

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Mon Jan 28 2008 - 12:12:44 EST