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