Quantcast
Browsing all 128 articles
Browse latest View live

Get instance of MongoDB really slow

Hi, I am developing an application which use Spring Data - Mongo as main DB back end. My server acts like a REST API provider, so the resources are protected by Spring oAuth. My main problem is, every...

View Article


Capturing/Returning JSON to MongoDB without binding to a model?

Hello, We have a particular API our developers have been using here for years that they use to store arbitrary metadata about our users. We recently converted it over to a JSON data structure, but,...

View Article


Spring Data MongoDB - mappingConverter mapKeyDotReplacement config problem

I want to set mapKeyDotReplacement property for mappingConverter bean, but I cannot find a working solution for that. I don't need custom converters. This is what I have: Code:     <mongo:db-factory...

View Article

MongoDb compare two fields (Aggregation)

Hi everyone, I am trying to compare two fields from the same document. In MongoDb you can deal with that using two methods: 1) db.T.find( { $where: function() { return this.Grade1 > this.Grade2 } }...

View Article

Problems with the connection pool?

I am facing some issues since I deployed my app a couple of weeks ago! I found that Spring Data gets Mongo down after some time of use and printed this message: "desc": "can't call something :...

View Article


spring-data-mongodb-1.2.0.RELEASE BUG!!! about Criteria $in

when I debug query of criteria $in, i find a bug in the jar: [spring-data-mongodb-1.2.0.RELEASE-sources.jar ] file path: org.springframework.data.mongodb.core.query.Criter ia my paramter is a list,...

View Article

spring-data-mongodb-1.2.0.RELEASE BUG!!! about Criteria $in

when I debug query of criteria $in, i find a bug in the jar: [spring-data-mongodb-1.2.0.RELEASE-sources.jar ] file path: org.springframework.data.mongodb.core.query.Criter ia the expect result is :{...

View Article

spring-data-mongodb-1.2.0.RELEASE BUG!!!

when I debug query of criteria $in, i find a bug in the jar: [spring-data-mongodb-1.2.0.RELEASE-sources.jar ] file path: org.springframework.data.mongodb.core.query.Criter ia my paramter is a list,...

View Article

Browsing all 128 articles
Browse latest View live