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
Post a Comment