I'm getting the following error message on line "<neo4j:config storeDirectory="target/neo4j-db"/>" (see beow). Please advise.
Error Message: s4s-elt-invalid-content.1: The content of '#AnonType_auditing' is invalid. Element 'attributeGroup' is invalid, misplaced, or occurs too often.
Error Message: s4s-elt-invalid-content.1: The content of '#AnonType_auditing' is invalid. Element 'attributeGroup' is invalid, misplaced, or occurs too often.
Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:neo4j="http://www.springframework.org/schema/data/neo4j"
xmlns:bean="http://www.springframework.org/schema/beans"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/data/neo4j
http://www.springframework.org/schema/data/neo4j/spring-neo4j.xsd">
<neo4j:config storeDirectory="target/neo4j-db"/>
</beans>