You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2009/09/09 14:07:05 UTC

svn commit: r812912 - /james/server/trunk/smtpserver-function/src/main/java/org/apache/james/smtpserver/SMTPHandlerChain.java

Author: norman
Date: Wed Sep  9 12:07:05 2009
New Revision: 812912

URL: http://svn.apache.org/viewvc?rev=812912&view=rev
Log:
All handler not use avalon configuration anymore .. w0h00 (JAMES-918)

Modified:
    james/server/trunk/smtpserver-function/src/main/java/org/apache/james/smtpserver/SMTPHandlerChain.java

Modified: james/server/trunk/smtpserver-function/src/main/java/org/apache/james/smtpserver/SMTPHandlerChain.java
URL: http://svn.apache.org/viewvc/james/server/trunk/smtpserver-function/src/main/java/org/apache/james/smtpserver/SMTPHandlerChain.java?rev=812912&r1=812911&r2=812912&view=diff
==============================================================================
--- james/server/trunk/smtpserver-function/src/main/java/org/apache/james/smtpserver/SMTPHandlerChain.java (original)
+++ james/server/trunk/smtpserver-function/src/main/java/org/apache/james/smtpserver/SMTPHandlerChain.java Wed Sep  9 12:07:05 2009
@@ -208,10 +208,6 @@
         ContainerUtil.service(handler, serviceManager);
 
         // configure the handler
-        
-        // will get removed after removing of avalon for config is complete
-        ContainerUtil.configure(handler, config);
-        
         if (handler instanceof org.apache.james.smtpserver.Configurable) {
         	// Inject only the configuration part which is necessary for the handler
         	// we use xquery to get this, maybe the query should get tweaked for better perfomance..



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org