@ -153,7 +153,7 @@ public abstract class AbstractAdvisorAutoProxyCreator extends AbstractAutoProxyC
@@ -153,7 +153,7 @@ public abstract class AbstractAdvisorAutoProxyCreator extends AbstractAutoProxyC
@ -80,11 +81,10 @@ public class BeansDtdResolver implements EntityResolver {
@@ -80,11 +81,10 @@ public class BeansDtdResolver implements EntityResolver {
logger.debug("Could not resolve beans DTD ["+systemId+"]: not found in classpath",ex);
}
}
}
}
// Use the default behavior -> download from website or wherever.
@ -100,6 +100,7 @@ public class PluggableSchemaResolver implements EntityResolver {
@@ -100,6 +100,7 @@ public class PluggableSchemaResolver implements EntityResolver {
@ -127,6 +128,8 @@ public class PluggableSchemaResolver implements EntityResolver {
@@ -127,6 +128,8 @@ public class PluggableSchemaResolver implements EntityResolver {
}
}
}
// Fall back to the parser's default behavior.
returnnull;
}
@ -165,7 +168,7 @@ public class PluggableSchemaResolver implements EntityResolver {
@@ -165,7 +168,7 @@ public class PluggableSchemaResolver implements EntityResolver {
@Override
publicStringtoString(){
return"EntityResolver using mappings "+getSchemaMappings();
return"EntityResolver using schema mappings "+getSchemaMappings();