You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2015/01/08 01:44:50 UTC

[7/8] juddi git commit: JUDDI-241 fixing several issues with publisher assertions JUDDI-256 updating the tck to fire up two nodes, setup synchronization, then perform a custody transfer JUDDI-905 done for now, reports transactions/second for a number of

http://git-wip-us.apache.org/repos/asf/juddi/blob/d7195270/uddi-tck-runner/uddi.xml
----------------------------------------------------------------------
diff --git a/uddi-tck-runner/uddi.xml b/uddi-tck-runner/uddi.xml
index 1d74e72..628cbe4 100644
--- a/uddi-tck-runner/uddi.xml
+++ b/uddi-tck-runner/uddi.xml
@@ -30,6 +30,34 @@
 						<subscriptionUrl>http://${serverName}:${serverPort}/juddiv3/services/subscription</subscriptionUrl>
 						<subscriptionListenerUrl>http://${serverName}:${serverPort}/juddiv3/services/subscription-listener</subscriptionListenerUrl>
 						<juddiApiUrl>http://${serverName}:${serverPort}/juddiv3/services/juddi-api</juddiApiUrl>
+						<replicationUrl>http://${serverName}:${serverPort}/juddiv3/services/replication</replicationUrl>
+						<!-- this is just for juddi gui tests -->
+						<juddigui>http://${serverName}:${serverPort}/juddi-gui/</juddigui>
+				</node>
+				<node isHomeJUDDI="false">
+						<!-- required 'default' node -->
+						<name>uddiv3-2</name> 
+						<description>Secondary jUDDI node</description>
+						<properties>
+								<property name="serverName" value="localhost" />
+								<property name="serverPort" value="9080" />
+								<!-- for UDDI nodes that use HTTP u/p, using the following 
+								<property name="basicAuthUsername" value="root" />
+								<property name="basicAuthPassword" value="password" />
+								<property name="basicAuthPasswordIsEncrypted" value="false" />
+								<property name="basicAuthPasswordCryptoProvider" value="org.apache.juddi.v3.client.crypto.AES128Cryptor (an example)" />-->
+						</properties>
+						<!-- JAX-WS Transport -->
+						<proxyTransport>org.apache.juddi.v3.client.transport.JAXWSTransport</proxyTransport>
+						<custodyTransferUrl>http://${serverName}:${serverPort}/juddiv3/services/custody-transfer</custodyTransferUrl>
+						<inquiryUrl>http://${serverName}:${serverPort}/juddiv3/services/inquiry</inquiryUrl>
+						<inquiryRESTUrl>http://${serverName}:${serverPort}/juddiv3/services/inquiryRest/XML/getDetail</inquiryRESTUrl>
+						<publishUrl>http://${serverName}:${serverPort}/juddiv3/services/publish</publishUrl>
+						<securityUrl>http://${serverName}:${serverPort}/juddiv3/services/security</securityUrl>
+						<subscriptionUrl>http://${serverName}:${serverPort}/juddiv3/services/subscription</subscriptionUrl>
+						<subscriptionListenerUrl>http://${serverName}:${serverPort}/juddiv3/services/subscription-listener</subscriptionListenerUrl>
+						<juddiApiUrl>http://${serverName}:${serverPort}/juddiv3/services/juddi-api</juddiApiUrl>
+						<replicationUrl>http://${serverName}:${serverPort}/juddiv3/services/replication</replicationUrl>
 						<!-- this is just for juddi gui tests -->
 						<juddigui>http://${serverName}:${serverPort}/juddi-gui/</juddigui>
 				</node>

http://git-wip-us.apache.org/repos/asf/juddi/blob/d7195270/uddi-tck/context.xml
----------------------------------------------------------------------
diff --git a/uddi-tck/context.xml b/uddi-tck/context.xml
new file mode 100644
index 0000000..aee55e6
--- /dev/null
+++ b/uddi-tck/context.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<Context>
+    <WatchedResource>WEB-INF/web.xml</WatchedResource>
+    <!--  -->
+    <Resource name="jdbc/JuddiDS" auth="Container"
+            type="javax.sql.DataSource" username="" password=""
+            driverClassName="org.apache.derby.jdbc.EmbeddedDriver" 
+            url="jdbc:derby:target/node2/juddi-derby-test-db;create=true"
+            maxActive="8" 
+            />
+    
+    <!-- mysql 
+    <Resource name="jdbc/JuddiDS" auth="Container"
+            type="javax.sql.DataSource" username="root" password=""
+            driverClassName="com.mysql.jdbc.Driver" 
+            url="jdbc:mysql://localhost:3306/juddiv3"
+            maxActive="8" 
+            />
+    -->
+    <!-- postgresql 
+    <Resource name="jdbc/JuddiDS" auth="Container"
+            type="javax.sql.DataSource" username="juddi" password="juddi"
+            driverClassName="org.postgresql.Driver" 
+            url="jdbc:postgresql://localhost:5432/juddi"
+            maxActive="8" 
+            />
+     -->  
+</Context>
+

http://git-wip-us.apache.org/repos/asf/juddi/blob/d7195270/uddi-tck/juddi_install_data_node2/UDDI_Publisher.xml
----------------------------------------------------------------------
diff --git a/uddi-tck/juddi_install_data_node2/UDDI_Publisher.xml b/uddi-tck/juddi_install_data_node2/UDDI_Publisher.xml
new file mode 100644
index 0000000..0bfd815
--- /dev/null
+++ b/uddi-tck/juddi_install_data_node2/UDDI_Publisher.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */ -->
+<publisher xmlns="urn:juddi-apache-org:api_v3" authorizedName="uddi">
+  <publisherName>UDDI publisher</publisherName>
+  <isAdmin>false</isAdmin>
+</publisher>
+


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org