Re: Cayenne can't find obj entity class?

From: Holger Hoffstätte (holge..izards.de)
Date: Fri Apr 04 2003 - 11:19:25 EST

  • Next message: Reinier Mostert: "Cayenne1.0a6 and jFreeChart 0.9.6 - ToStringBuilder NoClassDefFoundError"

    Arndt Brenschede wrote:
    > Looks like a class-loader issue.

    Yup. In the current version this line (in EntityResolver) reads:

        try {
            entityClass =
    Configuration.getResourceLoader().loadClass(oe.getClassName());
        } catch (ClassNotFoundException e) {

    This was changed after a6 IIRC. Denis, you might want to try the nightly
    build from the home page (fixes man yother things as well) and see how
    that goes, or just patch your local version.

    -h



    This archive was generated by hypermail 2.0.0 : Fri Apr 04 2003 - 12:13:48 EST