great !
thank you
Type: Posts; User: Quentin; Keyword(s):
great !
thank you
Thanks,
Enum are now working fine with the snapshot, no error.
yipee !
Thanks, it's working.
But do you know where is the xsd for the snapshot ?
Hello,
I'm trying to set up my application using the following spring data version :
<dependency>
<groupId>org.springframework.data</groupId>
...
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...
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...
Whoo perfect I think that's what I'm lloking for !
Thanks for your help !
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...