You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/11/04 20:26:44 UTC

svn commit: r330869 - in /directory/apacheds/trunk: server-main/project.xml server-unit/project.xml server/project.xml server/src/main/java/org/apache/ldap/server/jndi/ServerContextFactory.java

Author: akarasulu
Date: Fri Nov  4 11:26:39 2005
New Revision: 330869

URL: http://svn.apache.org/viewcvs?rev=330869&view=rev
Log:
fixed changes as a result of move to mina 0.9.0

Modified:
    directory/apacheds/trunk/server-main/project.xml
    directory/apacheds/trunk/server-unit/project.xml
    directory/apacheds/trunk/server/project.xml
    directory/apacheds/trunk/server/src/main/java/org/apache/ldap/server/jndi/ServerContextFactory.java

Modified: directory/apacheds/trunk/server-main/project.xml
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/server-main/project.xml?rev=330869&r1=330868&r2=330869&view=diff
==============================================================================
--- directory/apacheds/trunk/server-main/project.xml (original)
+++ directory/apacheds/trunk/server-main/project.xml Fri Nov  4 11:26:39 2005
@@ -148,7 +148,7 @@
     <dependency>
       <groupId>directory-network</groupId>
       <artifactId>mina</artifactId>
-      <version>0.8.0</version>
+      <version>0.9.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>

Modified: directory/apacheds/trunk/server-unit/project.xml
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/server-unit/project.xml?rev=330869&r1=330868&r2=330869&view=diff
==============================================================================
--- directory/apacheds/trunk/server-unit/project.xml (original)
+++ directory/apacheds/trunk/server-unit/project.xml Fri Nov  4 11:26:39 2005
@@ -136,7 +136,7 @@
     <dependency>
       <groupId>directory-network</groupId>
       <artifactId>mina</artifactId>
-      <version>0.8.0</version>
+      <version>0.9.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>

Modified: directory/apacheds/trunk/server/project.xml
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/server/project.xml?rev=330869&r1=330868&r2=330869&view=diff
==============================================================================
--- directory/apacheds/trunk/server/project.xml (original)
+++ directory/apacheds/trunk/server/project.xml Fri Nov  4 11:26:39 2005
@@ -136,7 +136,7 @@
     <dependency>
       <groupId>directory-network</groupId>
       <artifactId>mina</artifactId>
-      <version>0.8.0</version>
+      <version>0.9.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>

Modified: directory/apacheds/trunk/server/src/main/java/org/apache/ldap/server/jndi/ServerContextFactory.java
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/server/src/main/java/org/apache/ldap/server/jndi/ServerContextFactory.java?rev=330869&r1=330868&r2=330869&view=diff
==============================================================================
--- directory/apacheds/trunk/server/src/main/java/org/apache/ldap/server/jndi/ServerContextFactory.java (original)
+++ directory/apacheds/trunk/server/src/main/java/org/apache/ldap/server/jndi/ServerContextFactory.java Fri Nov  4 11:26:39 2005
@@ -373,7 +373,7 @@
         
         try
         {
-            minaRegistry.bind( service, protocolProvider );
+            minaRegistry.bind( service, protocolProvider.getHandler() );
             ldapService = service;
             
             if ( log.isInfoEnabled() )