Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
Can we move this discussion to the bug tracker? I thought I identified a potential issue in the codebase but I still cannot reproduce the issue. Would you mind simplifying the project a bit? Spring Data JPA is not really necessary and you should see the error if you just set up MongoDB, the repository and try to bootstrap that. Would you mind providing a stripped down version as sample project for an issue in our JIRA? – Oliver Gierke Nov 23 '12 at 8:01

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.