You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by wi...@apache.org on 2004/12/21 23:30:49 UTC

svn commit: r123011 - /incubator/muse/trunk/client/src/test/discovery-agent-registry.xml

Author: wire
Date: Tue Dec 21 14:30:48 2004
New Revision: 123011

URL: http://svn.apache.org/viewcvs?view=rev&rev=123011
Log:
Needed for disk tests so this resource gets discovered
Added:
   incubator/muse/trunk/client/src/test/discovery-agent-registry.xml

Added: incubator/muse/trunk/client/src/test/discovery-agent-registry.xml
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/client/src/test/discovery-agent-registry.xml?view=auto&rev=123011
==============================================================================
--- (empty file)
+++ incubator/muse/trunk/client/src/test/discovery-agent-registry.xml	Tue Dec 21 14:30:48 2004
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<discovery-config xmlns='http://apache.org/ws/resource/discovery/xml' >
+    <agent-list> 
+	    <agent>
+	        <name>Disk Resource Discovery Agent 1</name>
+	        <class>org.apache.ws.resource.example.discovery.DiskDiscoveryAgent</class>
+	        <properties>
+	            <property id="ResourceID">1234</property>
+	            <property id="ResourceID">5678</property>
+	        </properties>
+	    </agent>
+	    <agent>
+	        <name>Disk Resource Discovery Agent 2</name>
+	        <class>org.apache.ws.resource.example.discovery.DiskDiscoveryAgent</class>
+	        <properties>
+	            <property id="ResourceID">4321</property>
+	            <property id="ResourceID">8765</property>
+	        </properties>
+	    </agent>
+	</agent-list>
+</discovery-config>
\ No newline at end of file

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