I want create MongoDb data source in weblogic12.2.1 and use Connect to MongoDB from a Connection Pool in WebLogic but have a error to create this data source. my config is:
Driver Class Name: cdata.jdbc.mongodb.MongoDBDriver
URL: jdbc:mongodb:Server=localhost;Port=27017;Database=test;
I think my UserName or Password is in correct but when use another configuration like:
Driver Class Name: cdata.jdbc.mongodb.MongoDBDriver
URL: jdbc:mongodb
but have same error. So i think mongodb jdbc not known by weblogic. have some idea