play-jongo icon indicating copy to clipboard operation
play-jongo copied to clipboard

Play Module for Jongo http://jongo.org/

Results 7 play-jongo issues
Sort by recently updated
recently updated
newest added

The play 2.8.2 was out for a while now. It would be really great, if you can add support of play-jongo for play 2.8.2. I really like jongo, but without...

The Mongo Java driver used by https://mvnrepository.com/artifact/uk.co.panaxiom/play-jongo_2.12/2.1.0-jongo1.3 is https://mvnrepository.com/artifact/org.mongodb/mongo-java-driver/3.4.2. However, I have to use at least MongoDB 3.6, if not 4.0. Looking at https://docs.mongodb.com/ecosystem/drivers/driver-compatibility-reference/#java-driver-compatibility, it seems I need a version...

I am getting below error for db connection. com.typesafe.config.ConfigException$Missing: No configuration setting found for key 'dbname' at com.typesafe.config.impl.SimpleConfig.findKeyOrNull(SimpleConfig.java:156) at com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:174) at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:188) at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:193) at com.typesafe.config.impl.SimpleConfig.getString(SimpleConfig.java:250) at controllers.mongoConfiguration.MyMongoClientFactory.getDBName(MyMongoClientFactory.java:27)

# I have created a MyMongoCientFactory.java under app->db->MyMongoClientFactory.java (db is a subfolder under app folder) As suggested i have declared in my application.conf playjongo.mongoClientFactory="db.MyMongoClientFactory" But i got an error [error]...

Hi, I set up everything as described in readme. As I understand I should I just should put this to db section of my application.conf playjongo.uri="mongodb://127.0.0.1:32768/play" playjongo.gridfs.enabled=false now I got...

Hi, I am quite new to the play framework and jongo. My question is how to design your code with Play 2.5. As play uses dependency injection now and therefore...