From cf9cb02abde68e2a52c4078b7ac0766341c84771 Mon Sep 17 00:00:00 2001 From: Ramesh Reddy Date: Tue, 31 Jan 2017 14:10:24 -0500 Subject: [PATCH] TEIID-4731: Unable to connect to MongoDB pod from JBoss Data Virtualization (on OpenShift) (changing the default of authentication scheme used for MongoDB to SCRAM_SHA_1 as MongoDB >= 3.0 uses this auth scheme) --- .../jboss-as7/overlay/docs/teiid/teiid-releasenotes.html | 8 ++++++++ .../adapter/mongodb/MongoDBManagedConnectionFactory.java | 2 +- connectors/connector-mongodb/src/main/rar/META-INF/ra.xml | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/build/kits/jboss-as7/overlay/docs/teiid/teiid-releasenotes.html b/build/kits/jboss-as7/overlay/docs/teiid/teiid-releasenotes.html index 9ff3e066b8..a2e02e9820 100644 --- a/build/kits/jboss-as7/overlay/docs/teiid/teiid-releasenotes.html +++ b/build/kits/jboss-as7/overlay/docs/teiid/teiid-releasenotes.html @@ -224,6 +224,14 @@

Compatibility Issues

from ${project.version}

+ +

from 8.12.15.6_4

+