From a55f556893ad05607f956f35957ccb1b00e98b23 Mon Sep 17 00:00:00 2001 From: Henning Poettker Date: Sat, 16 Jul 2022 16:39:30 +0200 Subject: [PATCH] Use Hibernate mapping DTD from classpath --- .../org/springframework/batch/item/database/Foo.hbm.xml | 2 +- .../batch/sample/domain/trade/CustomerCredit.hbm.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-batch-infrastructure/src/test/resources/org/springframework/batch/item/database/Foo.hbm.xml b/spring-batch-infrastructure/src/test/resources/org/springframework/batch/item/database/Foo.hbm.xml index c2c87745c..a8595db7d 100644 --- a/spring-batch-infrastructure/src/test/resources/org/springframework/batch/item/database/Foo.hbm.xml +++ b/spring-batch-infrastructure/src/test/resources/org/springframework/batch/item/database/Foo.hbm.xml @@ -1,7 +1,7 @@ + "classpath://org/hibernate/hibernate-mapping-3.0.dtd"> diff --git a/spring-batch-samples/src/main/resources/org/springframework/batch/sample/domain/trade/CustomerCredit.hbm.xml b/spring-batch-samples/src/main/resources/org/springframework/batch/sample/domain/trade/CustomerCredit.hbm.xml index 9aa6e514c..ab645cfd5 100644 --- a/spring-batch-samples/src/main/resources/org/springframework/batch/sample/domain/trade/CustomerCredit.hbm.xml +++ b/spring-batch-samples/src/main/resources/org/springframework/batch/sample/domain/trade/CustomerCredit.hbm.xml @@ -1,7 +1,7 @@ + "classpath://org/hibernate/hibernate-mapping-3.0.dtd">