Results 1 to 2 of 2

Thread: Spring MongoDB 1.0.0.M3 with Spring Data JPA???

Hybrid View

  1. #1
    Join Date
    May 2008
    Location
    Boston, MA
    Posts
    63

    Default Spring MongoDB 1.0.0.M3 with Spring Data JPA???

    I am trying to use the latest MongoDB release, 1.0.0.M3 along with the Spring Data JPA project, but I am getting error on deployment due to what looks like some project incompatibilities (renamed classes).

    The Spring Data JPA 1.0.0.M2 relies on spring-data-commons-core 1.0.0.M5 release which the MongoDB 1.0.0.M3 is expecting the 1.1.0.M1 release of the data-commons-core project.

    Is there an combination of the two that I can use???

  2. #2
    Join Date
    Aug 2004
    Posts
    1,110

    Default

    These two projects are developed in parallel and share some code in the spring-data-commons project. The releases aren't coordinated but typically the snapshot builds should be compatible. Try using the new Spring Data JPA 1.0.0.RC1 release which depends on spring-data-commons-core 1.1.0.M2. The latter should be compatible with the latest spring-data-mongo snapshot release since there aren't any significant changes in the spring-data-commons project yet.

    As we move towards RC releases for both we will try to coordinate them.
    Thomas Risberg
    SpringSource by Pivotal
    http://www.springsource.org

Posting Permissions

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