Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
mongo-jackson-mapper
Conversations
About
mongo-jackson-mapper
Contact owners and managers
1–30 of 100
Mark all as read
Report group
0 selected
Tom Gregory
,
James Roper
4
6/23/20
Mapping For Composite Primary Key
Hey James, thanks for the follow-up. Yes, composite primary keys are used extensively by us in mongo.
unread,
Mapping For Composite Primary Key
Hey James, thanks for the follow-up. Yes, composite primary keys are used extensively by us in mongo.
6/23/20
bader salmeen
,
sami a
3
5/20/18
Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع
YouTube videos of US Congress money laundering hearing of Saudi Billionaire " Maan Al sanea
unread,
Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع
YouTube videos of US Congress money laundering hearing of Saudi Billionaire " Maan Al sanea
5/20/18
sudarshan kakumanu
,
James Roper
2
5/14/18
cursor.toArray() is too slow
Your best bet would be to profile it to see if there are any hotspots in the code, or to see if it is
unread,
cursor.toArray() is too slow
Your best bet would be to profile it to see if there are any hotspots in the code, or to see if it is
5/14/18
Ming Luo
,
shiyin...@motorolasolutions.com
3
5/2/18
Mongo java driver 3.2.2 and Mongojack 2.6.0 do not work together
Hi, I have a similar error. Can you share how your issue is fixed? If MyClass contains anotherClass
unread,
Mongo java driver 3.2.2 and Mongojack 2.6.0 do not work together
Hi, I have a similar error. Can you share how your issue is fixed? If MyClass contains anotherClass
5/2/18
bader salmeen
7/24/17
Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع
YouTube videos of US Congress money laundering hearing of Saudi Billionaire " Maan Al sanea
unread,
Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع
YouTube videos of US Congress money laundering hearing of Saudi Billionaire " Maan Al sanea
7/24/17
hephey
7/14/17
Query used to work with mongodb 3.2 after upgrade to 3.4 does not work anymore
Simple query with and $or, $gte and $lt used to work perfectly? { "$or" : [ { "$and
unread,
Query used to work with mongodb 3.2 after upgrade to 3.4 does not work anymore
Simple query with and $or, $gte and $lt used to work perfectly? { "$or" : [ { "$and
7/14/17
Christian F
2/6/17
Using mongojackson only for Object Mapping
Hello, I am using the official java mongodb driver with some minimalistic inhouse framework. Sadly I
unread,
Using mongojackson only for Object Mapping
Hello, I am using the official java mongodb driver with some minimalistic inhouse framework. Sadly I
2/6/17
Gabriel Perez Abreu
6/15/16
Q&A
[Play 2.3.9] Support to many mongo connections
Hello everybody, It is possible to set up two or more mongo connection? In play framework application
unread,
Q&A
[Play 2.3.9] Support to many mongo connections
Hello everybody, It is possible to set up two or more mongo connection? In play framework application
6/15/16
Andreas Lundblad
,
Jochen Schalanda
2
3/17/16
StackOverflowError when serializing ObjectId with custom mapper
Hi, I've been running in the exactly same problem using Mongojack 2.6.0 and Jackson 2.7.3.
unread,
StackOverflowError when serializing ObjectId with custom mapper
Hi, I've been running in the exactly same problem using Mongojack 2.6.0 and Jackson 2.7.3.
3/17/16
Ming Luo
3/10/16
Mongojack cannot deserialize empty string to ArrayList
I have a class with member: public List<Tag> tags; I want to fill the class from JacksonDB. If
unread,
Mongojack cannot deserialize empty string to ArrayList
I have a class with member: public List<Tag> tags; I want to fill the class from JacksonDB. If
3/10/16
Ming Luo
2
3/10/16
Authentication fail
After updating to mongo java driver 3.2.2 and change code to MongoCredential.
unread,
Authentication fail
After updating to mongo java driver 3.2.2 and change code to MongoCredential.
3/10/16
oliv.g...@gmail.com
9/29/15
Abstract types can only be instantiated with additional type information
Dear All, I am using MongoJack on a OSGI Stack. Below is the exception I am getting: set 29, 2015 3:
unread,
Abstract types can only be instantiated with additional type information
Dear All, I am using MongoJack on a OSGI Stack. Below is the exception I am getting: set 29, 2015 3:
9/29/15
ChengYi Lin
9/28/15
How to convert jsr310 to ISODate?
With jackson-datatype-jsr310, I get the following result ZonedDateTime: "2015-09-28T15:16:02.153
unread,
How to convert jsr310 to ISODate?
With jackson-datatype-jsr310, I get the following result ZonedDateTime: "2015-09-28T15:16:02.153
9/28/15
Erik Torres
8/19/15
Q&A
Any plans for the new release (and support for mongoDB 3.x)?
There is a note in GitHub about the new release that will add support for mongoDB 3.x, but no date
unread,
Q&A
Any plans for the new release (and support for mongoDB 3.x)?
There is a note in GitHub about the new release that will add support for mongoDB 3.x, but no date
8/19/15
A. Jain
5/27/15
How to use slice function in mongojack
I have a use case in which i need the latest 2 sub-documents within a document. Had I be doing this
unread,
How to use slice function in mongojack
I have a use case in which i need the latest 2 sub-documents within a document. Had I be doing this
5/27/15
Neil Michael Namoro
4/23/15
Setting up connectionsPerHost and threadsAllowedToBlockForConnectionMultiplier
good day! i am working on a project using Play! Framework and we are using play-mongo-jackson-mapper
unread,
Setting up connectionsPerHost and threadsAllowedToBlockForConnectionMultiplier
good day! i am working on a project using Play! Framework and we are using play-mongo-jackson-mapper
4/23/15
Simone Hinterseher
, …
Arif hosain
3
3/23/15
MongoJsonMappingException: Error mapping BSON to POJOs
To recover from this error you need to write a statement. @Id @ObjectId; public String id; done......
unread,
MongoJsonMappingException: Error mapping BSON to POJOs
To recover from this error you need to write a statement. @Id @ObjectId; public String id; done......
3/23/15
Dušan Chromý
,
James Roper
2
2/5/15
Site Disable: http://mongojack.org
Hi all, I've updated my domain name server, so it should be fixed within 24 hours. Regards, James
unread,
Site Disable: http://mongojack.org
Hi all, I've updated my domain name server, so it should be fixed within 24 hours. Regards, James
2/5/15
paweł kamiński
, …
Shervin Asgari
4
1/13/15
removing rows doesnt work
Indeed. That is a killer. The project should really just be moved and maintained by someone else
unread,
removing rows doesnt work
Indeed. That is a killer. The project should really just be moved and maintained by someone else
1/13/15
Chris Rimmer
,
mkr...@trialfire.com
2
1/12/15
How to send Aggregation Queries
It was marked as deprecated because the internals of the method used to call a deprecated mongo APIs
unread,
How to send Aggregation Queries
It was marked as deprecated because the internals of the method used to call a deprecated mongo APIs
1/12/15
Raichu
, …
James Roper
6
11/2/14
Composite Primary Key
Yes we were able to make it work like this private static JacksonDBCollection<Test, TestKey>
unread,
Composite Primary Key
Yes we were able to make it work like this private static JacksonDBCollection<Test, TestKey>
11/2/14
Shervin Asgari
10/14/14
Query help
Hi. I am quite new to MongoDB and MongoJack. I have the follwing collection (test example) pdf [ -id
unread,
Query help
Hi. I am quite new to MongoDB and MongoJack. I have the follwing collection (test example) pdf [ -id
10/14/14
shrike71
,
D G
2
10/9/14
Q&A
[Play Java 2.2.3 - Mongo] Is is possible to switch database name at runtime?
Hello, Did you find any solutions about this i have exactly the same need. Thanks On Monday, August
unread,
Q&A
[Play Java 2.2.3 - Mongo] Is is possible to switch database name at runtime?
Hello, Did you find any solutions about this i have exactly the same need. Thanks On Monday, August
10/9/14
Moshe Recanati
9/22/14
Full text search using MongoJack
Hi, I'm new to MongoJack and would like to know how to run full text search query. Please share
unread,
Full text search using MongoJack
Hi, I'm new to MongoJack and would like to know how to run full text search query. Please share
9/22/14
Don Gately
2
9/2/14
deserializing ISODate objects from Mongo
I was able to solve this as follows: 1) add maven dependency: <dependency> <groupId>com.
unread,
deserializing ISODate objects from Mongo
I was able to solve this as follows: 1) add maven dependency: <dependency> <groupId>com.
9/2/14
Bartosz Janota
, …
saeid abbaspour
4
7/30/14
cannot add MongoDB Jackson Mapper Plugin (Java) to Play 2.3.0
Thanks for the correct answer Am Mittwoch, 9. Juli 2014 15:46:40 UTC+2 schrieb Andrew Brampton: I don
unread,
cannot add MongoDB Jackson Mapper Plugin (Java) to Play 2.3.0
Thanks for the correct answer Am Mittwoch, 9. Juli 2014 15:46:40 UTC+2 schrieb Andrew Brampton: I don
7/30/14
Luke Palmer
, …
Adi Lavi
5
7/20/14
Is mongojack abandoned?
Sounds good, thanks Luke On Saturday, July 19, 2014 12:52:04 PM UTC+3, Luke Palmer wrote: Adi, I don
unread,
Is mongojack abandoned?
Sounds good, thanks Luke On Saturday, July 19, 2014 12:52:04 PM UTC+3, Luke Palmer wrote: Adi, I don
7/20/14
Luke Palmer
,
SL
2
6/13/14
2.1 static version
Hello, Any idea when 2.1 will be available on Maven? Right now the latest I can find on Maven or via
unread,
2.1 static version
Hello, Any idea when 2.1 will be available on Maven? Right now the latest I can find on Maven or via
6/13/14
nilesh thete
, …
wilby yang
4
5/20/14
Aggregation framework.
is there is a way to execute raw mongodb query using mongojack? On Wednesday, April 30, 2014 1:14:47
unread,
Aggregation framework.
is there is a way to execute raw mongodb query using mongojack? On Wednesday, April 30, 2014 1:14:47
5/20/14
Andreas Lundblad
,
Luke Palmer
5
4/28/14
ClassCastException on result.getSavedId()
On Monday, April 28, 2014 2:24:48 PM UTC+2, Luke Palmer wrote: Just use a field "String _id
unread,
ClassCastException on result.getSavedId()
On Monday, April 28, 2014 2:24:48 PM UTC+2, Luke Palmer wrote: Just use a field "String _id
4/28/14