diff --git a/src/docbkx/repositories.xml b/src/docbkx/repositories.xml index 9489f5a80..c15e61c09 100644 --- a/src/docbkx/repositories.xml +++ b/src/docbkx/repositories.xml @@ -1259,7 +1259,7 @@ class PersonController { http://www.springframework.org/schema/data/repository http://www.springframework.org/schema/data/repository/spring-repository.xsd"> - <repository:jackson-populator location="classpath:data.json" /> + <repository:jackson-populator locations="classpath:data.json" /> </beans> @@ -1296,7 +1296,7 @@ processing.-->The type to which the JSON object will be unmarshalled to will http://www.springframework.org/schema/oxm http://www.springframework.org/schema/oxm/spring-oxm.xsd"> - <repository:unmarshaller-populator location="classpath:data.json" unmarshaller-ref="unmarshaller" /> + <repository:unmarshaller-populator locations="classpath:data.json" unmarshaller-ref="unmarshaller" /> <oxm:jaxb2-marshaller contextPath="com.acme" />