You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by da...@apache.org on 2006/08/20 20:48:48 UTC

svn commit: r433006 - /webservices/muse/trunk/samples/wsrf/config/muse.xml

Author: danj
Date: Sun Aug 20 11:48:48 2006
New Revision: 433006

URL: http://svn.apache.org/viewvc?rev=433006&view=rev
Log:
Updated muse.xml to use the new use-router-persistence flag (MUSE-60) to load SG and factory types.

Modified:
    webservices/muse/trunk/samples/wsrf/config/muse.xml

Modified: webservices/muse/trunk/samples/wsrf/config/muse.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/samples/wsrf/config/muse.xml?rev=433006&r1=433005&r2=433006&view=diff
==============================================================================
--- webservices/muse/trunk/samples/wsrf/config/muse.xml (original)
+++ webservices/muse/trunk/samples/wsrf/config/muse.xml Sun Aug 20 11:48:48 2006
@@ -15,7 +15,7 @@
 			<persistence-location>router-entries</persistence-location>
 		</persistence>
 	</router>
-	<resource-type>
+	<resource-type use-router-persistence="true">
 		<context-path>WsResourceFactory</context-path>
 		<wsdl>
 			<wsdl-file>/wsdl/WsResourceFactory.wsdl</wsdl-file>
@@ -90,7 +90,7 @@
 			<param-value>false</param-value>
 		</init-param>
 	</resource-type>
-	<resource-type>
+	<resource-type use-router-persistence="true">
 		<context-path>ServiceGroup</context-path>
 		<wsdl>
 			<wsdl-file>/wsdl/WS-ServiceGroup-1_2.wsdl</wsdl-file>
@@ -113,10 +113,12 @@
 		<capability>
 			<capability-uri>http://docs.oasis-open.org/wsrf/sgw-2/ServiceGroup</capability-uri>
 			<java-capability-class>org.apache.muse.ws.resource.sg.impl.SimpleServiceGroup</java-capability-class>
+		<!-- 
 			<persistence>
 				<java-persistence-class>org.apache.muse.ws.resource.sg.impl.ServiceGroupFilePersistence</java-persistence-class>
 				<persistence-location>service-group-entries</persistence-location>
 			</persistence>
+		-->
 		</capability>
 	</resource-type>
 </muse>



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