User: d_jencks
  Date: 01/09/08 09:57:05

  Added:       src/resources/jmx test-service.xml
  Log:
  Added tests for sar deployment, *-service.xml deployment, sar dependency management, 
and recursive .sar deployment
  
  Revision  Changes    Path
  1.1                  jbosstest/src/resources/jmx/test-service.xml
  
  Index: test-service.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!-- This is where you can add and configure your MBeans
    ATTENTION: The order of the listing here is the same order as
      the MBeans are loaded. Therefore if a MBean depends on another
      MBean to be loaded and started it has to be listed after all
      the MBeans it depends on.
  -->
  
  <server>
  
    <!--classpath archive="jbosscx.sar"</classpath-->
    
  
  <!--This ds goes with hypersonic, so will work with default installation-->
    <mbean code="org.jboss.resource.ConnectionFactoryLoader" 
name="TestDomain:service=ConnectionFactoryLoader,name=DeployTestDS">
      <attribute 
name="ManagedConnectionFactoryProperties">ConnectionURL=jdbc\:HypersonicSQL\:hsql\://localhost\:1476
    DriverClass=org.hsql.jdbcDriver</attribute>
      <attribute name="JndiName">DeployTestDS</attribute>
      <attribute name="TransactionManagerName">java:/TransactionManager</attribute>
      <attribute name="ResourceAdapterName">Minerva JDBC LocalTransaction 
ResourceAdapter</attribute>
      <attribute name="RARDeployerName">JCA:service=RARDeployer</attribute>
      <attribute 
name="ConnectionManagerFactoryName">MinervaSharedLocalCMFactory</attribute>
      <attribute name="ConnectionManagerProperties">#
        #Wed Aug 15 16:17:29 EDT 2001
        InvalidateOnError=false
        Blocking=true
        IdleTimeoutMillis=1800000
        MaxSize=10
        TimestampUsed=false
        IdleTimeoutEnabled=false
        CleanupIntervalMillis=120000
        MinSize=0
        GCMinIdleMillis=1200000
        CleanupEnabled=false
        MaxIdleTimeoutPercent=1.0
      </attribute>
      <attribute name="PrincipalMappingClass">
        org.jboss.resource.security.ManyToOnePrincipalMapping
     </attribute>
      <attribute name="PrincipalMappingProperties">userName=sa</attribute>
    </mbean>
  
  </server>
  
  
  

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

Reply via email to