Author: rareddy
Date: 2010-08-29 10:03:30 -0400 (Sun, 29 Aug 2010)
New Revision: 2500
Modified:
branches/7.1.x/connectors/connector-ldap/src/main/rar/META-INF/ra.xml
Log:
TEIID-1232: the class definition in the ra.xml was defined wrong. This was defined for
previous package structure.
Modified: branches/7.1.x/connectors/connector-ldap/src/main/rar/META-INF/ra.xml
===================================================================
--- branches/7.1.x/connectors/connector-ldap/src/main/rar/META-INF/ra.xml 2010-08-27
21:20:51 UTC (rev 2499)
+++ branches/7.1.x/connectors/connector-ldap/src/main/rar/META-INF/ra.xml 2010-08-29
14:03:30 UTC (rev 2500)
@@ -38,7 +38,7 @@
<outbound-resourceadapter>
<connection-definition>
-
<managedconnectionfactory-class>org.teiid.resource.cci.ldap.LDAPManagedConnectionFactory</managedconnectionfactory-class>
+
<managedconnectionfactory-class>org.teiid.resource.adapter.ldap.LDAPManagedConnectionFactory</managedconnectionfactory-class>
<config-property>
<description>{$display:"Ldap Admin User
DN",$description:"User DN for the LDAP admin
account.",$required:"true"}</description>
Show replies by date