[jboss-cvs] jboss-profiler/java/config/jboss ...

Takuro Okada t2-okada at nri.co.jp
Fri Mar 2 00:34:18 EST 2007


  User: tokada  
  Date: 07/03/02 00:34:18

  Added:       java/config/jboss  Tag: JBossProfiler_Expansion
                        collector-config.xml
  Log:
  Moved to another directory
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +44 -0     jboss-profiler/java/config/jboss/Attic/collector-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: collector-config.xml
  ===================================================================
  RCS file: collector-config.xml
  diff -N collector-config.xml
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ collector-config.xml	2 Mar 2007 05:34:18 -0000	1.1.2.1
  @@ -0,0 +1,44 @@
  +<?xml version="1.0" encoding="UTF-8"?>
  +<collector-config>
  +  
  +  <!-- ##### Agent Connection Setting ##### -->
  +  <!-- SAMPLE: The agent connection for the JBoss Application Server -->
  +  <agent>
  +    <service-name>jboss.profiler:service=ProfilerService</service-name>
  +    <jmx-connector-url>jnp:/localhost:1099</jmx-connector-url>
  +    <jmx-connector-jndi-name>jmx/invoker/RMIAdaptor</jmx-connector-jndi-name>
  +    <jmx-connector-jndi-context-factory>org.jnp.interfaces.NamingContextFactory</jmx-connector-jndi-context-factory>
  +  </agent>
  +  
  +  
  +  <!-- ##### JDBC Setting ##### -->
  +  <jdbc>
  +    
  +    <!-- SAMPLE: The implementation mapping set for the JBoss Application Server -->
  +    <impl-mapping impl="org.jboss.resource.adapter.jdbc.WrapperDataSource" interface="java.sql.DataSource"/>
  +    <impl-mapping impl="org.jboss.resource.adapter.jdbc.WrappedConnection" interface="java.sql.Connection"/>
  +    <impl-mapping impl="org.jboss.resource.adapter.jdbc.WrappedStatement" interface="java.sql.Statement"/>
  +    <impl-mapping impl="org.jboss.resource.adapter.jdbc.WrappedPreparedStatement" interface="java.sql.PreparedStatement"/>
  +    <impl-mapping impl="org.jboss.resource.adapter.jdbc.WrappedCallableStatement" interface="java.sql.CallableStatement"/>
  +    <impl-mapping impl="org.jboss.resource.adapter.jdbc.WrappedResultSet" interface="java.sql.ResultSet"/>
  +    
  +  </jdbc>
  +  
  +  
  +  <!-- ##### Application Framework Setting ##### -->
  +  <!-- Add the following setting when the profiling application runs on the framework. -->
  +  <framework>
  +    
  +    <!-- SAMPLE: The expression set for the Spring Framework (excluding JPetStore) -->
  +    <expression>org.springframework.aop</expression>
  +    <expression>org.springframework.web</expression>
  +    <expression>org.springframework.dao</expression>
  +    <expression>org.springframework.transaction</expression>
  +    <expression>org.springframework.orm</expression>
  +    
  +    <!-- SAMPLE: The expression set for the Apache iBATIS -->
  +    <expression>com.ibatis</expression>
  +    
  +  </framework>
  +  
  +</collector-config>
  
  
  



More information about the jboss-cvs-commits mailing list