Hi, When a JDBC driver is not loaded by the classloader ruled by JDO, there is no standard trick to make it work besides implementing the object factory (DriverManager is not designed for complex classpath). In JPOX, we have implemented a PMF setting where users can specify a ClassLoader for general use (it is the last one in search order). Do you think we could make this in the standard?
javax.jdo.ClassLoader which takes a java.lang.ClassLoader as value. Regards, Erik Bengtson
