java - Spring-Data-Mongo 1.7: org.springframework.data.mongodb.LazyLoadingException Unable to lazily resolve DBRef -


i using spring-data-mongo 1.7 last 6 months in our project @dbref lazy loading technique. mongo version 2.6. every thing works fine, today got org.springframework.data.mongodb.lazyloadingexception: unable lazily resolve dbref! exception, when fetch data using lazy loading. not able figure out actual problem is, because there no changes in our code.

i encountered similar problem today. fortunately upgrading spring data mongo , mongo driver newest version fixed problem.


Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

javascript - Linking from page A to a specific iframe on page B -

java - Two interface have same method name with different return type -