1. Spring Configuration Settings For Neo4j stackoverflow.comHi I would like to integrate the "neo4j_config.props" file from http://wiki.neo4j.org/content/Configuration_Settings#Optimizing_for_traversals_example into the : a neo4j spring app, the graphDbService which is configured the in app-config.xml:
|
2. Populating a spring bean using a constructor-arg field stackoverflow.comHow can i inject a properties file containing a Map to be used as additional constructor arg using the field. With a Map being loaded from a properties file the bean is ... |
3. Harvesting Keywords from the internet stackoverflow.comCan you suggest some possible sources to harvest related keywords. One suggestion is to use google and enter in a query and get back and response page and sift through the ... |
4. @RelatedTo(elementClass = Concept.class) RelatedTo.elementClass must be a class liter stackoverflow.comReading this documentation, I tryed to apply to my code in this way: Triple
|
5. Where can I find Spring Graph DB Tutorial Step-by-Step? stackoverflow.comI'm new in Spring and I'm using it with Graph ORM module, I have searched around internet but just found a little code somewhere, there is no full tutorial guide me ... |
6. Neo4j eager/lazy loading with Spring data stackoverflow.comI'm investigating Neo4j and have a question with regards to object eager/lazy loading. Lets say I have class Trolley with has
|
7. Neo4j in the cloud stackoverflow.comIs anyone aware of cloud services (PaaS) which could be suitable for a spring/neo4j application. Anything to look out for? |
8. Cypher quering using a node Id stackoverflow.comLets assume the following entities: A 'user' has a 'blog' and the blog has 'entries'. A blog can have multiple users and an entry has three properties, user, blog and a string ... |
9. SpringDataGraph findByProperty not working with Neo4J stackoverflow.comWhen I run the code below, a new User with the expected properties is created. (I confirm with Neoclipse after running the test). However, |
10. Spring framework version with Spring Data Neo4j stackoverflow.comIs there a version matrix for Spring framework core with Spring Data Neo4j? I am looking for the (least) version of Spring framework core that is compatible (should be used) with Spring ... |
11. Paging with Spring Data Graph/Neo4j stackoverflow.comIs it possible to fetch |
12. Cypher query to get nodes with given property values stackoverflow.comBeing new to Cypher Queries on Spring Data Graph, this may be quite trivial... I am looking for what would be the Cypher query to fetch all nodes that have a given ... |
13. How to persist relationships between Neo4J NodeEntitys in Spring Data Graph without calling persist twice stackoverflow.comThe test below fails if I remove the first persist(). Why do I need to persist the NodeEntity in order for the Set to be instantiated? Is there some better way ... |
14. use WrappingNeoServerBootstrapper with spring-data-neo4j stackoverflow.comIs it possible to use the |
15. Fetch annotation in SDG 2.0, fetching strategy questions stackoverflow.comHi all patient developers using spring data graph. Since there is so less documentation and pretty poor test coverage it is sometimes very difficult to understand what is the expected behavior ... |
16. unable to install Neo4j addon forum.springsource.orgunable to install Neo4j addon Hi, I have tried to install Neo4j addon. But it throws the below error. [Thread-2] [org.apache.felix.bundlerepository [2]] Resolver: Install error - org .springframework.datastore.neo4j.roo.addon org.apache.felix.log.LogException: java.lang.IllegalStateException: P ... |
17. Neo4j problem forum.springsource.orgPaul, thanks for the pointer, the artifact name has changed. It is: |
18. Neo4j Spring Data Graph Dependency: PagingAndSortingRepository forum.springsource.orgI'm getting this message when trying to use the Neo4j data graph. "The type org.springframework.data.repository.PagingAndSorti ngRepository cannot be resolved. It is indirectly referenced from required .class files" Is there another Jar ... |
19. Spring Data Graph (Neo4J) Queries forum.springsource.org |
20. partitioned repositories for multitenancy (Neo4j) forum.springsource.orgHello all, I'd like to implement multitenancy and start with a simple findAll() for a given entity type. One idea is to compare the tenant during running the repository methods e.g. ... |
21. neo4j - ant -aspectj - the method persist() is undefined forum.springsource.orgNov 12th, 2011, 02:40 AM #1 bootlaces View Profile View Forum Posts Private Message Member Join Date Feb 2008 Posts 30 neo4j - ant -aspectj - the method persist() is undefined ... |
22. spring-data-neo4j build issue forum.springsource.orgspring-data-neo4j build issue I'm trying to build from here: https://github.com/SpringSource/spring-data-neo4j.git and am running into this: [INFO] Compilation failure Neo4jEntityConverterImpl.java:[87,87] incompatible types; no instance(s) of type variable(s) E exist so that org.springframework.data.mapping.model.BeanWrapper ... |
23. Neo4j with Grails (Springsource grails-data-mapping) domain class for relationships? forum.springsource.orgNeo4j with Grails (Springsource grails-data-mapping) domain class for relationships? Hi, I've started to evaluate Neo4j for a grails project of mine. However, I am struggeling to find the right starting points ... |
24. Neo4j with Grails (Springsource grails-data-mapping) domain class for relationships? forum.springsource.orgNeo4j with Grails (Springsource grails-data-mapping) domain class for relationships? Hi, I've started to evaluate Neo4j for a grails project of mine. However, I am struggeling to find the right starting points ... |
25. Ambiguous type Java problem when using Neo4j graph database plugin forum.springsource.orgAmbiguous type Java problem when using Neo4j graph database plugin Hi, I'm trying to follow an example on how to use Neo4j with Grails using the neo4j-grails plugin. I'm using STS ... |