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:28:58 UTC

svn commit: r374654 - /webservices/muse/trunk/wsdm-jmx/README.txt

Author: hideharu
Date: Fri Feb  3 04:28:55 2006
New Revision: 374654

URL: http://svn.apache.org/viewcvs?rev=374654&view=rev
Log:
modified README

Modified:
    webservices/muse/trunk/wsdm-jmx/README.txt

Modified: webservices/muse/trunk/wsdm-jmx/README.txt
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/wsdm-jmx/README.txt?rev=374654&r1=374653&r2=374654&view=diff
==============================================================================
--- webservices/muse/trunk/wsdm-jmx/README.txt (original)
+++ webservices/muse/trunk/wsdm-jmx/README.txt Fri Feb  3 04:28:55 2006
@@ -2,13 +2,13 @@
 The WSDM-JMX adapter features enable JMX MBeans to be accessed via WSDM interface.
 
 
-Prerequisites
+1. Prerequisites
 ---------------
 - muse 1.0 and required jars for it
 - JMX implementation (e.g. MX4J  http://mx4j.sourceforge.net/)
 
 
-Building WSDM-JMX
+2. Building WSDM-JMX
 ---------------
 (1) Run the command: ant all
 (This assumes you have the Muse webapp installed in Tomcat and that the CATALINA_HOME environment variable is set in your environment.)
@@ -46,13 +46,14 @@
 ------------------------------------------------------------
 
 It seemes to me that the released wsrf-1.0 doesn't allow us to add any expression evaluator class,
-so, wsrf should be fixed, in particular QuryEngineImpl class. 
-QUERY_EVALUATOR_CONTEXT defined as "wsrf/query/eval" should be changed to "global/query/eval".
+so, wsrf should be fixed, in particular QueryEngineImpl class. 
+QUERY_EVALUATOR_CONTEXT defined as JndiConstants.CONTEXT_NAME_WSRF + "/query/eval"
+should be changed to JndiConstants.CONTEXT_NAME_GLOBAL + "/query/eval".
 And, if you add MonitorDialectEvaluator to jndi-config.xml, the default expression evaluator cannot be used any more.
 So, you should register XalanXPathExpressionEvaluator too if you would like to use it.
 
 
-4. Building and Running the example (RequestCounter)
+3. Building and Running the example (RequestCounter)
 ---------------
 (1) change directory to ./src/examples/requestcounter
 (2) Run the command: ant generate_xmlbeans compile deploy
@@ -74,7 +75,7 @@
 (In these cases, the target endpoint url is set in build.properties)
 
 
-5. Developing your manageability AP (Manageability Web Service)
+4. Developing your manageability AP (Manageability Web Service)
 ---------------
 (1) Prepare MBean
 (Currently the type of MBean attributes are restricted to primitive type, primitive wrapper class, String, Date)