Quantcast
Channel: Spring Community Forums - NoSQL
Viewing all articles
Browse latest Browse all 128

Error message in neo4j context file "The content of '#AnonType_auditing' is invalid"

$
0
0
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.

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>


Viewing all articles
Browse latest Browse all 128

Trending Articles