-
Type: Bug
-
Resolution: Cannot Reproduce
-
Priority: Major - P3
-
Affects Version/s: 2.2
-
Component/s: None
-
None
In the javadoc, it's explained that I can connect to MongoDB with a DBAddress, like this:
Mongo mongo3 = new Mongo( new DBAddress( "127.0.0.1:27017", "test" ) )
But, the IP address in the DBAddress is ignored, and the connection is always made to 127.0.0.1:27017.