[jboss-cvs] jboss-profiler/exsamples ...

Takuro Okada t2-okada at nri.co.jp
Thu Oct 26 05:06:31 EDT 2006


  User: tokada  
  Date: 06/10/26 05:06:31

  Added:       exsamples  Tag: JBossProfiler_Expansion mysql-ds.xml
  Log:
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +22 -0     jboss-profiler/exsamples/Attic/mysql-ds.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: mysql-ds.xml
  ===================================================================
  RCS file: mysql-ds.xml
  diff -N mysql-ds.xml
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ mysql-ds.xml	26 Oct 2006 09:06:31 -0000	1.1.2.1
  @@ -0,0 +1,22 @@
  +<?xml version="1.0" encoding="UTF-8"?>
  +<datasources>
  +  <local-tx-datasource>
  +    <jndi-name>MySqlDS</jndi-name>
  +    <connection-url>jdbc:mysql://localhost:3306/test</connection-url>
  +    <driver-class>org.jboss.profiler.exp.agent.interceptor.DriverWrapper</driver-class>
  +    <user-name>test</user-name>
  +    <password>test</password>
  +    <exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter</exception-sorter-class-name>
  +    <metadata>
  +      <type-mapping>mySQL</type-mapping>
  +    </metadata>
  +    <connection-property name="jboss.profiler.WrappedDriverName">com.mysql.jdbc.Driver</connection-property>
  +    <connection-property name="jboss.profiler.Category">Data Access</connection-property>
  +    <connection-property name="jboss.profiler.ProfilerServiceName">jboss.profiler:service=ProfilerService</connection-property>
  +    <!--<connection-property name="jboss.profiler.ProfilerServiceAddress">jnp://192.168.0.1:1099</connection-property>-->
  +    <connection-property name="jboss.profiler.CollectorFactoryName">org.jboss.profiler.exp.agent.collector.ThreadMetricCollectorFactory</connection-property>
  +    <connection-property name="jboss.profiler.Async">true</connection-property>
  +    <connection-property name="jboss.profiler.CollectorPoolSize">10</connection-property>
  +    <connection-property name="jboss.profiler.Includes">java.sql.Statement,java.sql.PreparedStatement,java.sql.CallableStatement</connection-property>
  +  </local-tx-datasource>
  +</datasources>
  
  
  



More information about the jboss-cvs-commits mailing list