Results 1 to 3 of 3

Thread: Spring Data Neo4j 2: Cross-store configuration

  1. #1

    Default Spring Data Neo4j 2: Cross-store configuration

    It appears the documentation may not be up to date on the cross-store configuration. It says:

    Code:
    <neo4j:config storeDirectory="target/config-test"
            entityManagerFactory="entityManagerFactory"/>
    Which is exactly the same as it was in the 1.x line. However, it appears the entityManagerFactory attribute has disappeared.

    What's the new way to configure this?

    Thanks.

  2. #2
    Join Date
    Jan 2011
    Location
    Dresden, Germany
    Posts
    525

    Default

    It shouldn't have disappeared. What exactly fails in your setup?

    This code is from the test-case that tests the cross-store setup/configuration:
    Code:
        <neo4j:config storeDirectory="target/config-test" entityManagerFactory="entityManagerFactory"/>
    Thanks a lot

    Michael

  3. #3

    Default

    Ignore this. Eclipse was telling me the entityManagerFactory attribute wasn't recognized. It was the end of the day and I was burnt out messing with things

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •