You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by az...@apache.org on 2008/05/21 18:31:53 UTC

svn commit: r658746 - /webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml

Author: azeez
Date: Wed May 21 09:31:52 2008
New Revision: 658746

URL: http://svn.apache.org/viewvc?rev=658746&view=rev
Log:
Fixing improper package name

Modified:
    webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml

Modified: webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml?rev=658746&r1=658745&r2=658746&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml (original)
+++ webservices/axis2/trunk/java/modules/kernel/conf/axis2.xml Wed May 21 09:31:52 2008
@@ -249,7 +249,7 @@
      corresponding to the "class" attribute of the "cluster" element. It is also responsible for
      getting this node to join the cluster.
      -->
-    <cluster class="org.apache.axis2.cluster.tribes.TribesClusterManager" enable="false">
+    <cluster class="org.apache.axis2.clustering.tribes.TribesClusterManager" enable="false">
 
         <!--
            This parameter indicates whther the cluster has to be automatically initalized
@@ -350,9 +350,9 @@
 
             The "enable" attribute indicates whether Configuration management has been enabled
         -->
-        <configurationManager class="org.apache.axis2.clustering.configuration.TribesConfigurationManager"
+        <configurationManager class="org.apache.axis2.clustering.configuration.DefaultConfigurationManager"
                               enable="true">
-    	    <listener class="org.apache.axis2.cluster.configuration.DefaultConfigurationManagerListener"/>
+    	    <listener class="org.apache.axis2.clustering.configuration.DefaultConfigurationManagerListener"/>
     	</configurationManager>
 
         <!--