Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 54987 invoked from network); 22 Oct 2007 21:17:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Oct 2007 21:17:49 -0000 Received: (qmail 73372 invoked by uid 500); 22 Oct 2007 21:17:33 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 73330 invoked by uid 500); 22 Oct 2007 21:17:32 -0000 Mailing-List: contact cxf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-commits@incubator.apache.org Received: (qmail 73318 invoked by uid 99); 22 Oct 2007 21:17:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2007 14:17:32 -0700 X-ASF-Spam-Status: No, hits=-98.0 required=10.0 tests=ALL_TRUSTED,URIBL_BLACK 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; Mon, 22 Oct 2007 21:17:32 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 76BDC1A9832; Mon, 22 Oct 2007 14:17:12 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r587263 - in /incubator/cxf/branches/2.0.x-fixes: ./ rt/core/src/main/java/org/apache/cxf/endpoint/ServerImpl.java rt/ws/security/src/test/java/META-INF/cxf/request.xml rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/in_enc.xml Date: Mon, 22 Oct 2007 21:17:10 -0000 To: cxf-commits@incubator.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071022211712.76BDC1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Mon Oct 22 14:17:10 2007 New Revision: 587263 URL: http://svn.apache.org/viewvc?rev=587263&view=rev Log: Merged revisions 586999 via svnmerge from https://svn.apache.org/repos/asf/incubator/cxf/trunk ........ r586999 | ningjiang | 2007-10-22 01:18:56 -0400 (Mon, 22 Oct 2007) | 1 line Added the endpoint address information message in the ServerImpl and the ASF comments in the soap message's xml ........ Modified: incubator/cxf/branches/2.0.x-fixes/ (props changed) incubator/cxf/branches/2.0.x-fixes/rt/core/src/main/java/org/apache/cxf/endpoint/ServerImpl.java incubator/cxf/branches/2.0.x-fixes/rt/ws/security/src/test/java/META-INF/cxf/request.xml incubator/cxf/branches/2.0.x-fixes/rt/ws/security/src/test/java/org/apache/cxf/ws/security/wss4j/in_enc.xml Propchange: incubator/cxf/branches/2.0.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: incubator/cxf/branches/2.0.x-fixes/rt/core/src/main/java/org/apache/cxf/endpoint/ServerImpl.java URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/rt/core/src/main/java/org/apache/cxf/endpoint/ServerImpl.java?rev=587263&r1=587262&r2=587263&view=diff ============================================================================== --- incubator/cxf/branches/2.0.x-fixes/rt/core/src/main/java/org/apache/cxf/endpoint/ServerImpl.java (original) +++ incubator/cxf/branches/2.0.x-fixes/rt/core/src/main/java/org/apache/cxf/endpoint/ServerImpl.java Mon Oct 22 14:17:10 2007 @@ -88,6 +88,7 @@ } destination = destinationFactory.getDestination(ei); + LOG.info("Setting the server's publish address to be " + ei.getAddress()); serverRegistry = bus.getExtension(ServerRegistry.class); ManagedEndpoint mep = new ManagedEndpoint(bus, endpoint, this); Modified: incubator/cxf/branches/2.0.x-fixes/rt/ws/security/src/test/java/META-INF/cxf/request.xml URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/rt/ws/security/src/test/java/META-INF/cxf/request.xml?rev=587263&r1=587262&r2=587263&view=diff ============================================================================== --- incubator/cxf/branches/2.0.x-fixes/rt/ws/security/src/test/java/META-INF/cxf/request.xml (original) +++ incubator/cxf/branches/2.0.x-fixes/rt/ws/security/src/test/java/META-INF/cxf/request.xml Mon Oct 22 14:17:10 2007 @@ -1,4 +1,22 @@ + +