ibernate.org/dtd/ is searched for as a classpath resource in the classloader which loaded the Hibernate classes.
Any systemId URL using classpath as the scheme (i.e. starting with classpath:// is searched for as a classpath resource using first the current thread context classloader and then the classloader which loaded the Hibernate classes. Any entity references which cannot be resolved in relation to the above rules result in returning null, which should force the SAX reader to handle the entity reference in its default manner.
@author Markus Meissner
@author Gavin King
@author Steve Ebersole
@author Hardy Ferentschik
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.