|
|
|
@ -60,7 +60,7 @@ public class PluggableSchemaResolver implements EntityResolver {
|
|
|
|
|
* The location of the file that defines schema mappings. |
|
|
|
|
* Can be present in multiple JAR files. |
|
|
|
|
*/ |
|
|
|
|
public static final String DEFAULT_SCHEMA_MAPPINGS_LOCATION = "META-INF/spring.schemas"; |
|
|
|
|
public static final String DEFAULT_SCHEMA_MAPPINGS_LOCATION = "META-INF/fine-spring.schemas"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private static final Log logger = LogFactory.getLog(PluggableSchemaResolver.class); |
|
|
|
|