Re: Exception generating SQL

From: Mike Schrag (mschra..dimension.com)
Date: Tue Sep 26 2006 - 21:01:20 EDT

  • Next message: Stephen R. Smith: "Re: Problem deploying wolips-app with monitor"

    Is there anything weird about the path of that model? Is it possible
    for you to send me a copy of the model, by any chance?

    On Sep 26, 2006, at 5:42 PM, Brendan Duddridge wrote:

    > Hi Mike,
    >
    > No, there's no references to CSArrayUtilities, CSUtilities, or
    > GenericComparator in my model.
    >
    > Thanks,
    >
    > ____________________________________________________________________
    > Brendan Duddridge | CTO | 403-277-5591 x24 | brenda..lickspace.com
    >
    > ClickSpace Interactive Inc.
    > Suite L100, 239 - 10th Ave. SE
    > Calgary, AB T2G 0V9
    >
    > http://www.clickspace.com
    >
    > On Sep 26, 2006, at 8:47 AM, Mike Schrag wrote:
    >
    >> any idea what is referencing CSArrayUtilities or GenericComparator
    >> in your model? can you grep inside your eomodel folder for both
    >> of fhose and see if there's a reference?
    >>
    >> On Sep 25, 2006, at 6:26 PM, Brendan Duddridge wrote:
    >>
    >>> Hi,
    >>>
    >>> When I try to generate SQL in one of my models, I get the
    >>> following exception:
    >>>
    >>> java.lang.NoClassDefFoundError: com/clickspace/csutilities/
    >>> CSArrayUtilities$GenericComparator
    >>> at java.lang.Class.forName0(Native Method)
    >>> at java.lang.Class.forName(Class.java:164)
    >>> at com.webobjects.foundation._NSUtilities._classWithPartialName
    >>> (_NSUtilities.java:307)
    >>> at com.webobjects.foundation._NSUtilities.classWithName
    >>> (_NSUtilities.java:291)
    >>> at
    >>> com.webobjects.eoaccess.EOModel._setEntityForEntityNameClassName
    >>> (EOModel.java:1242)
    >>> at com.webobjects.eoaccess.EOModel._addFakeEntityWithPropertyList
    >>> (EOModel.java:1280)
    >>> at
    >>> com.webobjects.eoaccess.EOModel._initWithTableOfContentsPropertyList
    >>> PathURL(EOModel.java:1092)
    >>> at com.webobjects.eoaccess.EOModel.<init>(EOModel.java:802)
    >>> at com.webobjects.eoaccess.EOModelGroup.addModelWithPathURL
    >>> (EOModelGroup.java:498)
    >>> at org.objectstyle.wolips.eomodeler.sql.EOFSQLGenerator.<init>
    >>> (EOFSQLGenerator.java:121)
    >>> 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.sql.SQLUtils.createEOFSQLGenerator(
    >>> SQLUtils.java:31)
    >>> at
    >>> org.objectstyle.wolips.eomodeler.actions.GenerateSQLDialog.generateS
    >>> ql(GenerateSQLDialog.java:266)
    >>> at org.objectstyle.wolips.eomodeler.actions.GenerateSQLDialog
    >>> $1.run(GenerateSQLDialog.java:248)
    >>> at java.lang.Thread.run(Thread.java:613)
    >>>
    >>> I have my CSUtilities project in my workspace along with the
    >>> project that has the model and entity that I'm trying to generate
    >>> SQL for.
    >>
    >



    This archive was generated by hypermail 2.0.0 : Tue Sep 26 2006 - 21:01:27 EDT