Search:

Type: Posts; User: Quentin; Keyword(s):

Search: Search took 0.03 seconds.

  1. great ! thank you

    great !
    thank you
  2. Replies
    15
    Views
    3,997

    Thanks, Enum are now working fine with the...

    Thanks,
    Enum are now working fine with the snapshot, no error.
  3. yipee ! Thanks, it's working. But do you know...

    yipee !
    Thanks, it's working.
    But do you know where is the xsd for the snapshot ?
  4. No bean named 'mongoDbFactory' is defined - 1.0.0.build-snapshot

    Hello,
    I'm trying to set up my application using the following spring data version :

    <dependency>
    <groupId>org.springframework.data</groupId>
    ...
  5. Replies
    15
    Views
    3,997

    Thanks for the answer, I didn't saw this issue....

    Thanks for the answer, I didn't saw this issue.
    I was using version 1.0.0.M2.
    I'm now trying with 1.0.0.BUILD-SNAPSHOT, but i'm probably missing something in my configuration with the new version...
  6. Replies
    15
    Views
    3,997

    Hi, I'm facing the same problem, trying to save...

    Hi,
    I'm facing the same problem, trying to save a a new object with an embbed enum and using a simple repository :


    @Document(collection="adjective")
    public class Adjective {
    @Id
    @NotNull...
  7. Whoo perfect I think that's what I'm lloking for...

    Whoo perfect I think that's what I'm lloking for !
    Thanks for your help !
  8. Getting the name of the method I'm calling

    Hello,
    I would like to create an interceptor which will log the name of the method I'm calling.

    For exemple, calling Test.sample() will automatically log "sample"
    Is there any solution with...
Results 1 to 8 of 8