[jboss-cvs] jboss-profiler/java/mbean ...
Takuro Okada
t2-okada at nri.co.jp
Thu Dec 14 01:38:17 EST 2006
User: tokada
Date: 06/12/14 01:38:17
Modified: java/mbean Tag: JBossProfiler_Expansion
collector-config.xml
Log:
Revision Changes Path
No revision
No revision
1.1.2.3 +9 -3 jboss-profiler/java/mbean/Attic/collector-config.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: collector-config.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-profiler/java/mbean/Attic/collector-config.xml,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- collector-config.xml 12 Dec 2006 09:02:13 -0000 1.1.2.2
+++ collector-config.xml 14 Dec 2006 06:38:17 -0000 1.1.2.3
@@ -3,26 +3,32 @@
<!-- ##### JDBC Setting ##### -->
<jdbc>
- <!-- ##### SAMPLE: The implementation mapping set for the JBoss Application Server ##### -->
+
+ <!-- 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 ##### -->
+
+ <!-- SAMPLE: The expression set for the Spring Framework -->
<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 iBATIS ##### -->
+
+ <!-- SAMPLE: The expression set for the iBATIS -->
<expression>com.ibatis</expression>
+
</framework>
</collector-config>
More information about the jboss-cvs-commits
mailing list