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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to