User: cgjung  
  Date: 02/04/03 08:11:22

  Added:       jboss.net/testsuite/src/resources/jmx/client
                        client-config.xml
  Log:
  On behalf of Peter Braswell who needs his rw back -
  made MBeanProvider JMX1.1 and hence JBossJMX compatible.
  
  Added additional testcase that is not yet completed in the
  testsuite/build.xml
  
  Revision  Changes    Path
  1.1                  
contrib/jboss.net/testsuite/src/resources/jmx/client/client-config.xml
  
  Index: client-config.xml
  ===================================================================
  <!-- Use this file to deploy some handlers/chains and services   -->
  <!-- Two ways to do this:                                        -->
  <!--   java org.apache.axis.utils.Admin deploy.wsdd              -->
  <!--      from the same directory that the Axis engine runs      -->
  <!-- or                                                          -->
  <!--   java org.apache.axis.client.AdminClient deploy.wsdd       -->
  <!--      after the axis server is running                       -->
  
  <deployment
      xmlns="http://xml.apache.org/axis/wsdd/";
      xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
  
    <transport name="http" pivot="java:org.apache.axis.transport.http.HTTPSender">
    </transport>
  
    <!-- Services from AddressBookService WSDL service -->
  
  </deployment>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to