neo4j « Database « Spring Q&A





1. Spring Configuration Settings For Neo4j    stackoverflow.com

Hi 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:

<bean id="graphDbService" class="org.neo4j.kernel.EmbeddedGraphDatabase"
   ...

2. Populating a spring bean using a constructor-arg field    stackoverflow.com

How 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.com

Can 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.com

Reading this documentation, I tryed to apply to my code in this way: Triple

@Entity
@Table(name = "triple")
@NodeEntity
public class TripleDBMoldelNeoImpl implements TripleDBModel{
    protected List<Annotation> annotations;

    ...

5. Where can I find Spring Graph DB Tutorial Step-by-Step?    stackoverflow.com

I'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.com

I'm investigating Neo4j and have a question with regards to object eager/lazy loading. Lets say I have class Trolley with has Set<Item> (with getters/setters). If I do the following:

Trolley t = ...

7. Neo4j in the cloud    stackoverflow.com

Is 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.com

Lets 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.com

When I run the code below, a new User with the expected properties is created. (I confirm with Neoclipse after running the test). However, findByPropertyValue fails to retrieve the user. It ...





10. Spring framework version with Spring Data Neo4j    stackoverflow.com

Is 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.com

Is it possible to fetch Page results when using Spring Data Graph (Neo4J) as the data store? The findAll(Pageable) seems to be the only Pageable query availalble when using the GraphRepository. What ...

12. Cypher query to get nodes with given property values    stackoverflow.com

Being 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.com

The 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.com

Is it possible to use the WrappingNeoServerBootstrapper with spring-data-neo4j? When using an embedded database without spring-data-neo4j, one can use a WrappingNeoServerBootstrapper to enable the REST-interface and the Webadmin. I use spring-data-neo4j and ...

15. Fetch annotation in SDG 2.0, fetching strategy questions    stackoverflow.com

Hi 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.org

unable 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.org

Paul, thanks for the pointer, the artifact name has changed. It is: org.springframework.data spring-data-neo4j 1.0.0.M3 Please have a look at the readme of the github page, while we update ...

18. Neo4j Spring Data Graph Dependency: PagingAndSortingRepository    forum.springsource.org

I'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.org

Hello 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.org

Nov 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.org

spring-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.org

Neo4j 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.org

Neo4j 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.org

Ambiguous 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 ...