[jboss-cvs] jboss-profiler/examples/jboss-4.0/deploy ...

Takuro Okada t2-okada at nri.co.jp
Mon Feb 19 05:55:59 EST 2007


  User: tokada  
  Date: 07/02/19 05:55:59

  Added:       examples/jboss-4.0/deploy  Tag: JBossProfiler_Expansion
                        mysql-ds.xml
  Log:
  Modified some interfaces
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +42 -0     jboss-profiler/examples/jboss-4.0/deploy/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	19 Feb 2007 10:55:59 -0000	1.1.2.1
  @@ -0,0 +1,42 @@
  +<?xml version="1.0" encoding="UTF-8"?>
  +
  +<datasources>
  +
  +  <!-- SAMPLE: The data souce for the Spring Framework JPetStore -->
  +  <local-tx-datasource>
  +    <jndi-name>jpetstore</jndi-name>
  +    <connection-url>jdbc:mysql://localhost:3306/jpetstore</connection-url>
  +    <driver-class>org.jboss.profiler.exp.agent.interceptor.DriverWrapper</driver-class>
  +    <user-name>jpetstore</user-name>
  +    <password>jpetstore</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="WrappedDriverName">
  +      com.mysql.jdbc.Driver
  +    </connection-property>
  +    <connection-property name="Category">Data Access</connection-property>
  +    <connection-property name="CollectorFactoryName">
  +      org.jboss.profiler.exp.agent.collector.ThreadMetricCollectorFactory
  +    </connection-property>
  +    <connection-property name="Includes">
  +      java.sql.Connection.prepareStatement,
  +      java.sql.Connection.prepareCall,
  +      java.sql.Statement.execute,
  +      java.sql.Statement.executeQuery,
  +      java.sql.Statement.executeUpdate,
  +      java.sql.Statement.addBatch,
  +      java.sql.PreparedStatement.set,
  +      java.sql.CallableStatement.set,
  +      java.sql.CallableStatement.registerOutParameter
  +    </connection-property>
  +    <!--
  +    <connection-property name="CollectorPoolSize">1</connection-property>
  +    <connection-property name="CollectorQueueSize">10000</connection-property>
  +    -->
  +  </local-tx-datasource>
  +  
  +</datasources>
  
  
  



More information about the jboss-cvs-commits mailing list