I wonder how the "Class.forName( className, true, aggregatedClassLoader )" works on tomcat/other platforms. Should the TcclSafeAggregatedClassLoader instance be used instead? Somehow, the ORM ClassLoaderServiceImpl needs to avoid causing the same application classes from being defined by multiple classloaders.
|