You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by tc...@apache.org on 2010/07/09 07:12:50 UTC

svn commit: r962409 - in /webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher: ./ businessEntity.xml publisher.xml tModel01.xml tModel02.xml tModelKeyGen.xml

Author: tcunning
Date: Fri Jul  9 05:12:50 2010
New Revision: 962409

URL: http://svn.apache.org/viewvc?rev=962409&view=rev
Log:
JUDDI-398
Adding XML data for a test case representing JUDDI-398.

Added:
    webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/
    webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/businessEntity.xml
    webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/publisher.xml
    webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/tModel01.xml
    webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/tModel02.xml
    webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/tModelKeyGen.xml

Added: webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/businessEntity.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/businessEntity.xml?rev=962409&view=auto
==============================================================================
--- webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/businessEntity.xml (added)
+++ webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/businessEntity.xml Fri Jul  9 05:12:50 2010
@@ -0,0 +1,46 @@
+<?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.
+ *
+ */ -->
+<businessEntity xmlns="urn:uddi-org:api_v3" xmlns:xml="http://www.w3.org/XML/1998/namespace" businessKey="uddi:uddi.tompublisher.com:businesstest01">
+        <name>businesstest01</name>
+        <businessServices>
+            <businessService serviceKey="uddi:uddi.tompublisher.com:servicetest01">
+                <name>servicetest01</name>
+                <bindingTemplates>
+                    <bindingTemplate bindingKey="uddi:uddi.tompublisher.com:bindingtest01">
+                        <accessPoint>http://genericaccesspoint.com</accessPoint>
+                        <tModelInstanceDetails>
+                            <tModelInstanceInfo tModelKey="uddi:uddi.tompublisher.com:tmodeltest01">
+                            </tModelInstanceInfo>
+                        </tModelInstanceDetails>
+                    </bindingTemplate>
+                </bindingTemplates>
+            </businessService>
+            <businessService serviceKey="uddi:uddi.tompublisher.com:servicetest02">
+                <name>servicetest02</name>
+                <bindingTemplates>
+                    <bindingTemplate bindingKey="uddi:uddi.tompublisher.com:bindingtest02">
+                        <accessPoint>http://genericaccesspoint2.com</accessPoint>
+                        <tModelInstanceDetails>
+                            <tModelInstanceInfo tModelKey="uddi:uddi.tompublisher.com:tmodeltest02">
+                            </tModelInstanceInfo>
+                        </tModelInstanceDetails>
+                    </bindingTemplate>
+               </bindingTemplates>
+            </businessService>
+        </businessServices>
+</businessEntity>

Added: webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/publisher.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/publisher.xml?rev=962409&view=auto
==============================================================================
--- webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/publisher.xml (added)
+++ webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/publisher.xml Fri Jul  9 05:12:50 2010
@@ -0,0 +1,27 @@
+<?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="tompublisher">
+  <publisherName>Tom Publisher</publisherName>
+  <emailAddress>tpublisher@business.com</emailAddress>
+  <isAdmin>true</isAdmin>
+  <isEnabled>True</isEnabled>
+  <maxBindingsPerService>199</maxBindingsPerService>
+  <maxBusinesses>100</maxBusinesses>
+  <maxServicePerBusiness>100</maxServicePerBusiness>
+  <maxTModels>100</maxTModels>
+</publisher>

Added: webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/tModel01.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/tModel01.xml?rev=962409&view=auto
==============================================================================
--- webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/tModel01.xml (added)
+++ webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/tModel01.xml Fri Jul  9 05:12:50 2010
@@ -0,0 +1,25 @@
+<?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.
+ *
+ */ -->
+<tModel tModelKey="uddi:uddi.tompublisher.com:tmodeltest01" xmlns="urn:uddi-org:api_v3">
+  <name>tmodeltest01</name>
+  <description>This is the key generator for Tom Publisher's UDDI entities!</description>
+  <overviewDoc>
+    <overviewURL useType="text">
+      http://uddi.org/pubs/uddi_v3.htm#keyGen</overviewURL>
+  </overviewDoc>
+</tModel>

Added: webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/tModel02.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/tModel02.xml?rev=962409&view=auto
==============================================================================
--- webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/tModel02.xml (added)
+++ webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/tModel02.xml Fri Jul  9 05:12:50 2010
@@ -0,0 +1,25 @@
+<?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.
+ *
+ */ -->
+<tModel tModelKey="uddi:uddi.tompublisher.com:tmodeltest02" xmlns="urn:uddi-org:api_v3">
+  <name>tmodeltest02</name>
+  <description>This is the key generator for Tom Publisher's UDDI entities!</description>
+  <overviewDoc>
+    <overviewURL useType="text">
+      http://uddi.org/pubs/uddi_v3.htm#keyGen</overviewURL>
+  </overviewDoc>
+</tModel>

Added: webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/tModelKeyGen.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/tModelKeyGen.xml?rev=962409&view=auto
==============================================================================
--- webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/tModelKeyGen.xml (added)
+++ webservices/juddi/trunk/uddi-tck-base/src/main/resources/uddi_data/tompublisher/tModelKeyGen.xml Fri Jul  9 05:12:50 2010
@@ -0,0 +1,29 @@
+<?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.
+ *
+ */ -->
+<tModel tModelKey="uddi:uddi.tompublisher.com:keygenerator" xmlns="urn:uddi-org:api_v3">
+  <name>Tom Publisher's Key Generator</name>
+  <description>This is the key generator for Tom Publisher's UDDI entities!</description>
+  <overviewDoc>
+    <overviewURL useType="text">
+      http://uddi.org/pubs/uddi_v3.htm#keyGen</overviewURL>
+  </overviewDoc>
+  <categoryBag>
+    <keyedReference tModelKey="uddi:uddi.org:categorization:types" keyName="uddi-org:types:keyGenerator"
+      keyValue="keyGenerator" />
+  </categoryBag>
+</tModel>



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