Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 64740 invoked from network); 30 May 2007 13:48:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 May 2007 13:48:11 -0000 Received: (qmail 69358 invoked by uid 500); 30 May 2007 13:48:14 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 69268 invoked by uid 500); 30 May 2007 13:48:14 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 69257 invoked by uid 500); 30 May 2007 13:48:14 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 69254 invoked by uid 99); 30 May 2007 13:48:14 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 May 2007 06:48:14 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 May 2007 06:48:09 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id B09491A981A; Wed, 30 May 2007 06:47:49 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r542820 - in /webservices/axis2/branches/java/jaxws21/modules: adb/ clustering/src/org/apache/axis2/clustering/control/ kernel/src/org/apache/axis2/util/ tool/axis2-eclipse-codegen-plugin/ tool/axis2-eclipse-service-plugin/ Date: Wed, 30 May 2007 13:47:49 -0000 To: axis2-cvs@ws.apache.org From: pradine@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070530134749.B09491A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pradine Date: Wed May 30 06:47:48 2007 New Revision: 542820 URL: http://svn.apache.org/viewvc?view=rev&rev=542820 Log: Sync with the trunk to revision 542222. Added: webservices/axis2/branches/java/jaxws21/modules/kernel/src/org/apache/axis2/util/AxisPolicyLocator.java - copied unchanged from r542222, webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/util/AxisPolicyLocator.java Modified: webservices/axis2/branches/java/jaxws21/modules/adb/pom.xml webservices/axis2/branches/java/jaxws21/modules/clustering/src/org/apache/axis2/clustering/control/GetStateCommand.java webservices/axis2/branches/java/jaxws21/modules/tool/axis2-eclipse-codegen-plugin/pom.xml webservices/axis2/branches/java/jaxws21/modules/tool/axis2-eclipse-service-plugin/pom.xml Modified: webservices/axis2/branches/java/jaxws21/modules/adb/pom.xml URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/jaxws21/modules/adb/pom.xml?view=diff&rev=542820&r1=542819&r2=542820 ============================================================================== --- webservices/axis2/branches/java/jaxws21/modules/adb/pom.xml (original) +++ webservices/axis2/branches/java/jaxws21/modules/adb/pom.xml Wed May 30 06:47:48 2007 @@ -15,86 +15,6 @@ ! See the License for the specific language governing permissions and ! limitations under the License. !--> -<<<<<<< .mine - - 4.0.0 - - org.apache.axis2 - axis2-parent - SNAPSHOT - ../parent/pom.xml - - axis2-adb - Apache Axis 2.0 - Data Binding - Axis2 Data Binding module - - - ${project.groupId} - axis2-kernel - ${version} - - - org.apache.ws.commons.axiom - axiom-api - - - org.apache.ws.commons.axiom - axiom-impl - - - xmlunit - xmlunit - test - - - - src - test - - - conf - - **/*.properties - - false - - - src - - **/*.java - - - - - - maven-surefire-plugin - true - - false - - **/*Abstract*.java - **/*Util*.java - **/*PhaseResolvingTest.java - - - **/*Test.java - - - - - - - - - - - - - - - - -======= ${project.groupId} axis2-kernel + ${version} org.apache.ws.commons.axiom @@ -131,6 +52,15 @@ axiom-impl + org.apache.ws.commons.axiom + axiom-dom + + + junit + junit + test + + xmlunit xmlunit test @@ -173,5 +103,4 @@ ->>>>>>> .theirs Modified: webservices/axis2/branches/java/jaxws21/modules/clustering/src/org/apache/axis2/clustering/control/GetStateCommand.java URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/jaxws21/modules/clustering/src/org/apache/axis2/clustering/control/GetStateCommand.java?view=diff&rev=542820&r1=542819&r2=542820 ============================================================================== --- webservices/axis2/branches/java/jaxws21/modules/clustering/src/org/apache/axis2/clustering/control/GetStateCommand.java (original) +++ webservices/axis2/branches/java/jaxws21/modules/clustering/src/org/apache/axis2/clustering/control/GetStateCommand.java Wed May 30 06:47:48 2007 @@ -16,6 +16,7 @@ package org.apache.axis2.clustering.control; import org.apache.axis2.clustering.ClusteringFault; +import org.apache.axis2.clustering.ClusterManager; import org.apache.axis2.clustering.context.ContextClusteringCommand; import org.apache.axis2.clustering.context.ContextClusteringCommandFactory; import org.apache.axis2.clustering.context.ContextManager; @@ -36,13 +37,11 @@ private ContextClusteringCommand[] commands; public void execute(ConfigurationContext configCtx) throws ClusteringFault { - - //TODO: Method implementation - System.err.println("####### Going to send state to Member"); - - - ContextManager contextManager = - configCtx.getAxisConfiguration().getClusterManager().getContextManager(); + ClusterManager clusterManager = configCtx.getAxisConfiguration().getClusterManager(); + if(clusterManager == null){ + return; + } + ContextManager contextManager = clusterManager.getContextManager(); if (contextManager != null) { Map excludedPropPatterns = contextManager.getReplicationExcludePatterns(); List cmdList = new ArrayList(); Modified: webservices/axis2/branches/java/jaxws21/modules/tool/axis2-eclipse-codegen-plugin/pom.xml URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/jaxws21/modules/tool/axis2-eclipse-codegen-plugin/pom.xml?view=diff&rev=542820&r1=542819&r2=542820 ============================================================================== --- webservices/axis2/branches/java/jaxws21/modules/tool/axis2-eclipse-codegen-plugin/pom.xml (original) +++ webservices/axis2/branches/java/jaxws21/modules/tool/axis2-eclipse-codegen-plugin/pom.xml Wed May 30 06:47:48 2007 @@ -20,7 +20,7 @@ org.apache.axis2 axis2-parent - 1.2-SNAPSHOT + SNAPSHOT ../../parent/pom.xml axis2.eclipse.codegen.plugin @@ -139,6 +139,7 @@ javax.mail mail + ${javamail.version} annogen @@ -298,7 +299,7 @@ - + Modified: webservices/axis2/branches/java/jaxws21/modules/tool/axis2-eclipse-service-plugin/pom.xml URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/jaxws21/modules/tool/axis2-eclipse-service-plugin/pom.xml?view=diff&rev=542820&r1=542819&r2=542820 ============================================================================== --- webservices/axis2/branches/java/jaxws21/modules/tool/axis2-eclipse-service-plugin/pom.xml (original) +++ webservices/axis2/branches/java/jaxws21/modules/tool/axis2-eclipse-service-plugin/pom.xml Wed May 30 06:47:48 2007 @@ -20,7 +20,7 @@ org.apache.axis2 axis2-parent - 1.2-SNAPSHOT + SNAPSHOT ../../parent/pom.xml axis2.eclipse.service.plugin --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org