I've been having a Null Pointer Exception when upgrading from spring-data-mongo 1.0.0.RELEASE to 1.1.1.RELEASE . because i have a part of my project using JPA as well, i have spring-data-commons-core and spring-data-jpa in my build path as shown here on pastie . when i use the old versions commented out, it runs just that i seem not to be able to use QueryDslMongoRepository with the old version. when i upgrade, i run into a nullpointerexception.
Can anyone advise? thanks very much