Search:

Type: Posts; User: stefano.cancedda; Keyword(s):

Search: Search took 0.01 seconds.

  1. Oliver: need to open a jira issue?

    Oliver: need to open a jira issue?
  2. Any help? I'm stucked here. It's seems strange...

    Any help?
    I'm stucked here. It's seems strange that cross-store persistence is working bad in that way :-(
  3. Spring JPA + MongoDB cross-store is not persisting properties of the document part

    Hi,

    Still trying to integrate Spring data JPA and mongo with crossstore functionalities, but without success until now :(

    My simplest case is to save a map of String/String in a Object (very...
  4. Hi Oliver, I'm using SNAPSHOTs because of...

    Hi Oliver,

    I'm using SNAPSHOTs because of Spring Data-JPA compatibility


    spring-data-commons-core-1.3.0.BUILD-20120401.083328-106.jar
    spring-data-jpa-1.1.0.BUILD-20120401.083329-267.jar
    ...
  5. Using @RelatedDocument on a list like these ...

    Using @RelatedDocument on a list like these



    @Entity
    public class Product extends AbstractPersistentEntity {

    @NotEmpty
    private String code;
  6. I've noticed that the entity (in this case...

    I've noticed that the entity (in this case Address) has been weaved with DocumentBacked interface and not the @Document bean itself (SpatialInfo), but probably it's correct while document must be...
  7. Spring data cross-store: nullpointer when check the existence of a @RelatedDocument

    Accessing an "hibrid" entity (part JPA e part mongoDB) obtained from a persistence context throw a null pointer exception when i try to read its mongoDb field using accessor method:


    ...
  8. Solution (very simple ... ): JPA entity mapping...

    Solution (very simple ... ):
    JPA entity mapping annotations were on getter methods while Spring data mongo were on fields. Moving jpa's on fields too solved my problem.
  9. Spring data cross-store support not work if entities are builded from another project

    Hi all,

    I'm integrating mongoDb in my project that still use JPA persistence. The entities are in another project that my business layer project import as a maven dependency. The "data project"...
Results 1 to 9 of 9