Return-Path: X-Original-To: apmail-juddi-commits-archive@www.apache.org Delivered-To: apmail-juddi-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6A648102D3 for ; Thu, 27 Nov 2014 02:23:38 +0000 (UTC) Received: (qmail 68511 invoked by uid 500); 27 Nov 2014 02:23:38 -0000 Delivered-To: apmail-juddi-commits-archive@juddi.apache.org Received: (qmail 68435 invoked by uid 500); 27 Nov 2014 02:23:38 -0000 Mailing-List: contact commits-help@juddi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@juddi.apache.org Received: (qmail 68346 invoked by uid 99); 27 Nov 2014 02:23:38 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2014 02:23:38 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E8653948339; Thu, 27 Nov 2014 02:23:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: alexoree@apache.org To: commits@juddi.apache.org Date: Thu, 27 Nov 2014 02:23:45 -0000 Message-Id: <1784d2004be641a79e70c6d3c92b0f96@git.apache.org> In-Reply-To: <59f673130e1f4feca7121ecb8a4ade9a@git.apache.org> References: <59f673130e1f4feca7121ecb8a4ade9a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [9/9] juddi git commit: JUDDI-891 done JUDDI-891 done Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/20d9dff5 Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/20d9dff5 Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/20d9dff5 Branch: refs/heads/JUDDI-241 Commit: 20d9dff566b3a79bcfafbdf4b6f72728f85cbbd6 Parents: 22a846d Author: Alex Authored: Mon Nov 24 22:13:29 2014 -0500 Committer: Alex Committed: Mon Nov 24 22:13:29 2014 -0500 ---------------------------------------------------------------------- .../juddi_install_data/root_BusinessEntity.xml | 28 ++++++++++---------- .../impl/API_150_ValueSetValidationTest.java | 6 ++--- .../api/impl/rest/UDDIInquiryJAXRSTest.java | 2 +- .../src/main/webapp/WEB-INF/classes/juddiv3.xml | 2 +- 4 files changed, 19 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/20d9dff5/juddi-core/src/main/resources/juddi_install_data/root_BusinessEntity.xml ---------------------------------------------------------------------- diff --git a/juddi-core/src/main/resources/juddi_install_data/root_BusinessEntity.xml b/juddi-core/src/main/resources/juddi_install_data/root_BusinessEntity.xml index 2682dc5..74cdbb6 100644 --- a/juddi-core/src/main/resources/juddi_install_data/root_BusinessEntity.xml +++ b/juddi-core/src/main/resources/juddi_install_data/root_BusinessEntity.xml @@ -38,7 +38,7 @@ See below for other fields that you may want to edit... --> - + An Apache jUDDI Node @@ -54,7 +54,7 @@ See below for other fields that you may want to edit... - + UDDI Inquiry Service Web Service supporting UDDI Inquiry API @@ -124,7 +124,7 @@ See below for other fields that you may want to edit... - + UDDIv2 Inquiry Service Web Service supporting UDDIv2 Inquiry API @@ -165,7 +165,7 @@ See below for other fields that you may want to edit... - + UDDI Inquiry REST Service Web Service supporting UDDI Inquiry API via HTTP GET @@ -200,7 +200,7 @@ See below for other fields that you may want to edit... - + UDDI Publish Service Web Service supporting UDDI Publish API @@ -265,7 +265,7 @@ See below for other fields that you may want to edit... - + UDDIv2 Publish Service Web Service supporting UDDIv2 Publish API @@ -302,7 +302,7 @@ See below for other fields that you may want to edit... - + UDDI Security Service Web Service supporting UDDI Security API @@ -342,7 +342,7 @@ See below for other fields that you may want to edit... - + UDDI Custody and Ownership Transfer Service Web Service supporting UDDI Custody and Ownership Transfer API @@ -411,7 +411,7 @@ See below for other fields that you may want to edit... - + UDDI Subscription Service Web Service supporting UDDI Subscription API @@ -477,7 +477,7 @@ See below for other fields that you may want to edit... - + UDDI Subscription Listener Service Web Service supporting UDDI Subscription Listener API @@ -520,7 +520,7 @@ See below for other fields that you may want to edit... - + UDDI Value Set API Service Web Service supporting UDDI Value Set Validation service. This service provides tModel value validation and is configured using the jUDDI Publisher Service @@ -562,7 +562,7 @@ See below for other fields that you may want to edit... - + UDDI Value Set Caching API Service Web Service supporting UDDI Value Set Caching service. This service provides tModel value validation and is configured using the jUDDI Publisher Service @@ -601,7 +601,7 @@ See below for other fields that you may want to edit... - + UDDI Replication API Version 3 UDDI Replication API Version 3 @@ -625,7 +625,7 @@ See below for other fields that you may want to edit... - + jUDDI Publisher Service Web Service supporting jUDDI specific API http://git-wip-us.apache.org/repos/asf/juddi/blob/20d9dff5/juddi-core/src/test/java/org/apache/juddi/api/impl/API_150_ValueSetValidationTest.java ---------------------------------------------------------------------- diff --git a/juddi-core/src/test/java/org/apache/juddi/api/impl/API_150_ValueSetValidationTest.java b/juddi-core/src/test/java/org/apache/juddi/api/impl/API_150_ValueSetValidationTest.java index b797aaa..2e63c35 100644 --- a/juddi-core/src/test/java/org/apache/juddi/api/impl/API_150_ValueSetValidationTest.java +++ b/juddi-core/src/test/java/org/apache/juddi/api/impl/API_150_ValueSetValidationTest.java @@ -104,7 +104,7 @@ public class API_150_ValueSetValidationTest { Assert.fail("Could not obtain authInfo token."); } } - final static String VSV_KEY = "uddi:juddi.apache.org:businesses-asf"; + static String VSV_KEY = "uddi:juddi.apache.org:node1"; //VIA InVM transport final static String VSV_BT_KEY = "uddi:juddi.apache.org:servicebindings-valueset-cp"; //VIA JAXWS Transport "uddi:juddi.apache.org:servicebindings-valueset-ws"; @@ -341,7 +341,7 @@ public class API_150_ValueSetValidationTest { tm.setCategoryBag(new CategoryBag()); tm.setName(new Name("My Custom validated key", "en")); tm.getDescription().add(new Description("valid values include 'one', 'two', 'three'", "en")); - tm.getCategoryBag().getKeyedReference().add(new KeyedReference(UDDIConstants.OWNING_BUSINESS, "", "uddi:juddi.apache.org:businesses-asf")); + tm.getCategoryBag().getKeyedReference().add(new KeyedReference(UDDIConstants.OWNING_BUSINESS, "",VSV_KEY)); SaveTModel stm = new SaveTModel(); stm.setAuthInfo(authInfoJoe); stm.getTModel().add(tm); @@ -632,7 +632,7 @@ public class API_150_ValueSetValidationTest { tm.setName(new Name("My new tmodel", "en")); tm.getDescription().add(new Description("valid values include 'one', 'two', 'three'", "en")); tm.setCategoryBag(new CategoryBag()); - tm.getCategoryBag().getKeyedReference().add(new KeyedReference(UDDIConstants.IS_REPLACED_BY, "", "uddi:juddi.apache.org:businesses-asf")); + tm.getCategoryBag().getKeyedReference().add(new KeyedReference(UDDIConstants.IS_REPLACED_BY, "",VSV_KEY)); SaveTModel stm = new SaveTModel(); stm.setAuthInfo(authInfoJoe); stm.getTModel().add(tm); http://git-wip-us.apache.org/repos/asf/juddi/blob/20d9dff5/juddi-rest-cxf/src/test/java/org/apache/juddi/api/impl/rest/UDDIInquiryJAXRSTest.java ---------------------------------------------------------------------- diff --git a/juddi-rest-cxf/src/test/java/org/apache/juddi/api/impl/rest/UDDIInquiryJAXRSTest.java b/juddi-rest-cxf/src/test/java/org/apache/juddi/api/impl/rest/UDDIInquiryJAXRSTest.java index 61d066a..c62d288 100644 --- a/juddi-rest-cxf/src/test/java/org/apache/juddi/api/impl/rest/UDDIInquiryJAXRSTest.java +++ b/juddi-rest-cxf/src/test/java/org/apache/juddi/api/impl/rest/UDDIInquiryJAXRSTest.java @@ -56,7 +56,7 @@ import org.uddi.sub_v3.KeyBag; public class UDDIInquiryJAXRSTest extends Assert { private final static String ENDPOINT_ADDRESS = "http://localhost:8080/rest"; - private final static String JUDDI_BIZ = "uddi:juddi.apache.org:businesses-asf"; + private final static String JUDDI_BIZ ="uddi:juddi.apache.org:node1"; private final static String JUDDI_SVC = "uddi:juddi.apache.org:services-inquiry"; private final static String JUDDI_BT = "uddi:juddi.apache.org:servicebindings-inquiry-ws"; private final static String JUDDI_TMODEL = "uddi:uddi.org:transport:smtp"; http://git-wip-us.apache.org/repos/asf/juddi/blob/20d9dff5/juddiv3-war/src/main/webapp/WEB-INF/classes/juddiv3.xml ---------------------------------------------------------------------- diff --git a/juddiv3-war/src/main/webapp/WEB-INF/classes/juddiv3.xml b/juddiv3-war/src/main/webapp/WEB-INF/classes/juddiv3.xml index 788fdf1..f7c5555 100644 --- a/juddiv3-war/src/main/webapp/WEB-INF/classes/juddiv3.xml +++ b/juddiv3-war/src/main/webapp/WEB-INF/classes/juddiv3.xml @@ -26,7 +26,7 @@ root - uddi:juddi.apache.org:businesses-asf + uddi:juddi.apache.org:node1 uddi:juddi.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org For additional commands, e-mail: commits-help@juddi.apache.org