Top "Spring-data-neo4j" questions

Spring Data Neo4j enables POJO based development for the Graph Database Neo4j.

org.xml.sax.SAXParseException: src-resolve: Cannot resolve the name 'repository:auditing-attributes' to a(n) 'attribute group' component

Getting following error while running maven test on project. I am building a test application using Spring Data Neo4j. …

spring spring-mvc neo4j spring-data-neo4j
No bean named 'transactionManager' available

When I tried to create relationship using spring code, I am getting Transaction manager error. I am using Mysql and …

spring spring-mvc spring-boot neo4j spring-data-neo4j
How do I tell Spring Boot to ignore Jetty and always use Tomcat?

I have the following setup: spring-boot application (using embedded tomcat) spring-date-neo4j (embedded mode) spring-websockets and neo4j-browser included using (…

java jetty spring-boot spring-data-neo4j embedded-tomcat-7
Neo4j: Cypher query on property array

I have a domain class which has a property by name "alias" which is an arraylist of strings like below: …

neo4j lucene spring-data-neo4j spring-data-neo4j-4
How can the Spring Environment be injected properly in one method but not another?

neo4jDatabase() is fine but environment is always null in graphDatabaseService()... how/why? @Configuration @PropertySource("classpath:/neo4j.properties") @EnableNeo4…

spring spring-annotations spring-data-neo4j
Undirected Relationship in Neo4J

I am using Spring Data Neo4J to define a undirected relationship between different persons. A sample entity class has …

neo4j cypher spring-data spring-data-neo4j