Author: eric
Date: Sun Dec 26 15:22:09 2010
New Revision: 1052895

URL: http://svn.apache.org/viewvc?rev=1052895&view=rev
Log:
Fix beans defintion in comment - Tks Sylvain Vieujot (JAMES-1105)

Modified:
    
james/server/trunk/container-spring/src/main/config/examples/smtpserver-ssl.xml

Modified: 
james/server/trunk/container-spring/src/main/config/examples/smtpserver-ssl.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/container-spring/src/main/config/examples/smtpserver-ssl.xml?rev=1052895&r1=1052894&r2=1052895&view=diff
==============================================================================
--- 
james/server/trunk/container-spring/src/main/config/examples/smtpserver-ssl.xml 
(original)
+++ 
james/server/trunk/container-spring/src/main/config/examples/smtpserver-ssl.xml 
Sun Dec 26 15:22:09 2010
@@ -21,10 +21,10 @@
      <bean id="smtpserver-ssl" 
class="org.apache.james.smtpserver.netty.SMTPServer">
          <property name="protocolHandlerChain" 
ref="smtpProtocolHandlerChain-ssl"/>
      </bean>
-     <bean id="smtpserver-ssl" 
class="org.apache.james.protocols.spring.BeanFactoryProtocolHandlerChain">
-        <property name="coreHandlersPackage" 
value="org.apache.james.lmtpserver.CoreCmdHandlerLoader"/>
-        <property name="beanName" value="smtpserver-ssl"/>
-     </bean>
+     <bean id="smtpProtocolHandlerChain-ssl" 
class="org.apache.james.container.spring.bean.postprocessor.ProtocolHandlerChainPostProcessor">
+       <property name="coreHandlersPackage" 
value="org.apache.james.lmtpserver.CoreCmdHandlerLoader"/>
+       <property name="beanName" value="smtpserver-ssl"/>
+     </bean> 
    You also need to define another jmxName (see 
https://issues.apache.org/jira/browse/JAMES-1105)
  -->
  <smtpserver enabled="true">



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to