You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by be...@apache.org on 2010/09/15 07:32:47 UTC

svn commit: r997188 - /mina/vysper/trunk/server/core/src/main/config/spring-config.xml

Author: berndf
Date: Wed Sep 15 05:32:47 2010
New Revision: 997188

URL: http://svn.apache.org/viewvc?rev=997188&view=rev
Log:
VYSPER-250: BoshEndpoint has no "handlers" setter (only SharedBoshEndpoint has)  

Modified:
    mina/vysper/trunk/server/core/src/main/config/spring-config.xml

Modified: mina/vysper/trunk/server/core/src/main/config/spring-config.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/server/core/src/main/config/spring-config.xml?rev=997188&r1=997187&r2=997188&view=diff
==============================================================================
--- mina/vysper/trunk/server/core/src/main/config/spring-config.xml (original)
+++ mina/vysper/trunk/server/core/src/main/config/spring-config.xml Wed Sep 15 05:32:47 2010
@@ -48,11 +48,6 @@
     -->
     <!--
     <bean id="boshEndpoint" class="org.apache.vysper.xmpp.extension.xep0124.BoshEndpoint">
-        <property name="handlers">
-            <list>
-                <ref bean="chatApplicationContextHandler" />
-            </list>
-        </property>
         <property name="accessControlAllowOrigin">
             <list><value>*</value></list>
         </property>