Re: Runtime Error: how to find cayenne.xml

From: Holger Hoffstätte (holge..izards.de)
Date: Wed Mar 05 2003 - 10:17:00 EST

  • Next message: Dave Paules: "RE: Runtime Error: how to find cayenne.xml"

    Dave Paules wrote:
    > For me, this was ineffective.

    Yes, congratulations for finding the single remaining bug that was in
    there. :-)
    You did everything right, I only tested with a single package and not
    nested paths.

    Just change the PackageConfiguration() constructor to read like the
    following:
    ..
    super();
    _packagePath = this.getClass().getPackage().getName().replace('.',
    File.separatorChar);
    ..

    Now it works with nested packages as well. Sorry for that oversight!

    Holger



    This archive was generated by hypermail 2.0.0 : Wed Mar 05 2003 - 10:20:30 EST