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 hi...@apache.org on 2006/02/03 13:36:49 UTC

svn commit: r374659 - /webservices/muse/trunk/wsdm-jmx/src/examples/requestcounter/config/properties-map-rc.xml

Author: hideharu
Date: Fri Feb  3 04:36:44 2006
New Revision: 374659

URL: http://svn.apache.org/viewcvs?rev=374659&view=rev
Log:
added SinceCreated RP to the sample WSDL

Modified:
    webservices/muse/trunk/wsdm-jmx/src/examples/requestcounter/config/properties-map-rc.xml

Modified: webservices/muse/trunk/wsdm-jmx/src/examples/requestcounter/config/properties-map-rc.xml
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/wsdm-jmx/src/examples/requestcounter/config/properties-map-rc.xml?rev=374659&r1=374658&r2=374659&view=diff
==============================================================================
--- webservices/muse/trunk/wsdm-jmx/src/examples/requestcounter/config/properties-map-rc.xml (original)
+++ webservices/muse/trunk/wsdm-jmx/src/examples/requestcounter/config/properties-map-rc.xml Fri Feb  3 04:36:44 2006
@@ -23,6 +23,10 @@
 		<pm:MBeanAttribute name="Temperature"/>
 	</pm:WsdmResourceProperty>
 
+	<pm:WsdmResourceProperty name="rc:SinceCreated">
+		<pm:MBeanAttribute name="SinceCreated"/>
+	</pm:WsdmResourceProperty>
+
 	<pm:WsdmResourceProperty name="rc:RequestCount">
 		<pm:MBeanAttribute name="Count">
 			<pm:LocationPath>.</pm:LocationPath>