Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 8756 invoked from network); 6 Apr 2009 13:30:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Apr 2009 13:30:43 -0000 Received: (qmail 86678 invoked by uid 500); 6 Apr 2009 13:30:43 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 86582 invoked by uid 500); 6 Apr 2009 13:30:43 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 86568 invoked by uid 99); 6 Apr 2009 13:30:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Apr 2009 13:30:43 +0000 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Apr 2009 13:30:33 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4F7652388A23; Mon, 6 Apr 2009 13:30:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r762332 - in /cxf/dosgi/trunk: discovery/local/src/test/resources/ dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/ dsw/cxf-dsw/src/main/java/org/osgi/service/distribution/ dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/ dsw... Date: Mon, 06 Apr 2009 13:30:11 -0000 To: commits@cxf.apache.org From: davidb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090406133012.4F7652388A23@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: davidb Date: Mon Apr 6 13:30:11 2009 New Revision: 762332 URL: http://svn.apache.org/viewvc?rev=762332&view=rev Log: Renamed service.intents to deployment.intents as per latest RFC 119 design. Modified: cxf/dosgi/trunk/discovery/local/src/test/resources/rs2.xml cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/Constants.java cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/osgi/service/distribution/DistributionProvider.java cxf/dosgi/trunk/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/HttpServiceConfigurationTypeHandlerTest.java cxf/dosgi/trunk/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/PojoConfigurationTypeHandlerTest.java cxf/dosgi/trunk/dsw/cxf-dsw/src/test/resources/test-resources/rs2.xml cxf/dosgi/trunk/samples/spring_dm/client/src/main/resources/OSGI-INF/remote-service/remote-services.xml Modified: cxf/dosgi/trunk/discovery/local/src/test/resources/rs2.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/discovery/local/src/test/resources/rs2.xml?rev=762332&r1=762331&r2=762332&view=diff ============================================================================== --- cxf/dosgi/trunk/discovery/local/src/test/resources/rs2.xml (original) +++ cxf/dosgi/trunk/discovery/local/src/test/resources/rs2.xml Mon Apr 6 13:30:11 2009 @@ -22,7 +22,7 @@ - confidentiality.message integrity + confidentiality.message integrity * Modified: cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/Constants.java URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/Constants.java?rev=762332&r1=762331&r2=762332&view=diff ============================================================================== --- cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/Constants.java (original) +++ cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/Constants.java Mon Apr 6 13:30:11 2009 @@ -19,7 +19,7 @@ package org.apache.cxf.dosgi.dsw; public class Constants { - public static final String INTENTS_PROPERTY = "service.intents"; + public static final String INTENTS_PROPERTY = "deployment.intents"; public static final String REMOTE_PROPERTY_PREFIX = "osgi.remote"; Modified: cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/osgi/service/distribution/DistributionProvider.java URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/osgi/service/distribution/DistributionProvider.java?rev=762332&r1=762331&r2=762332&view=diff ============================================================================== --- cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/osgi/service/distribution/DistributionProvider.java (original) +++ cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/osgi/service/distribution/DistributionProvider.java Mon Apr 6 13:30:11 2009 @@ -84,7 +84,7 @@ * side. * E.g. a service is exposed remotely, the distribution software is configured * to add transactionality to the remote service. Because of this, on the - * client-side proxy the property service.intents=”transactionality” is set. + * client-side proxy the property deployment.intents=”transactionality” is set. * However, these intents are *not* always set on the original * ServiceRegistration on the server-side since on the server side the service * object is a local pojo which doesn’t provide transactionality by itself. Modified: cxf/dosgi/trunk/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/HttpServiceConfigurationTypeHandlerTest.java URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/HttpServiceConfigurationTypeHandlerTest.java?rev=762332&r1=762331&r2=762332&view=diff ============================================================================== --- cxf/dosgi/trunk/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/HttpServiceConfigurationTypeHandlerTest.java (original) +++ cxf/dosgi/trunk/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/HttpServiceConfigurationTypeHandlerTest.java Mon Apr 6 13:30:11 2009 @@ -85,7 +85,7 @@ Map expected = new HashMap(); expected.put("osgi.remote.configuration.type", "pojo"); expected.put("osgi.remote.configuration.pojo.address", "http://" + hostName + ":1327/myRunnable"); - expected.put("service.intents", "a.b.c"); + expected.put("deployment.intents", "a.b.c"); assertEquals(expected, dp.getExposedProperties(sr)); } Modified: cxf/dosgi/trunk/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/PojoConfigurationTypeHandlerTest.java URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/PojoConfigurationTypeHandlerTest.java?rev=762332&r1=762331&r2=762332&view=diff ============================================================================== --- cxf/dosgi/trunk/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/PojoConfigurationTypeHandlerTest.java (original) +++ cxf/dosgi/trunk/dsw/cxf-dsw/src/test/java/org/apache/cxf/dosgi/dsw/handlers/PojoConfigurationTypeHandlerTest.java Mon Apr 6 13:30:11 2009 @@ -141,7 +141,7 @@ Map expected = new HashMap(); expected.put("osgi.remote.configuration.type", "pojo"); expected.put("osgi.remote.configuration.pojo.address", "http://somehost:54321/java/lang/String"); - expected.put("service.intents", "A B"); + expected.put("deployment.intents", "A B"); assertEquals(expected, dp.getExposedProperties(sr)); } Modified: cxf/dosgi/trunk/dsw/cxf-dsw/src/test/resources/test-resources/rs2.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/dsw/cxf-dsw/src/test/resources/test-resources/rs2.xml?rev=762332&r1=762331&r2=762332&view=diff ============================================================================== --- cxf/dosgi/trunk/dsw/cxf-dsw/src/test/resources/test-resources/rs2.xml (original) +++ cxf/dosgi/trunk/dsw/cxf-dsw/src/test/resources/test-resources/rs2.xml Mon Apr 6 13:30:11 2009 @@ -22,7 +22,7 @@ - confidentiality.message integrity + confidentiality.message integrity * Modified: cxf/dosgi/trunk/samples/spring_dm/client/src/main/resources/OSGI-INF/remote-service/remote-services.xml URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/samples/spring_dm/client/src/main/resources/OSGI-INF/remote-service/remote-services.xml?rev=762332&r1=762331&r2=762332&view=diff ============================================================================== --- cxf/dosgi/trunk/samples/spring_dm/client/src/main/resources/OSGI-INF/remote-service/remote-services.xml (original) +++ cxf/dosgi/trunk/samples/spring_dm/client/src/main/resources/OSGI-INF/remote-service/remote-services.xml Mon Apr 6 13:30:11 2009 @@ -20,7 +20,7 @@ * - SOAP HTTP + SOAP HTTP pojo http://localhost:9000/org/apache/cxf/dosgi/samples/springdm/DinnerService