[jboss-cvs] jboss-profiler/java/mbean ...
Takuro Okada
t2-okada at nri.co.jp
Tue Dec 12 04:02:13 EST 2006
User: tokada
Date: 06/12/12 04:02:13
Modified: java/mbean Tag: JBossProfiler_Expansion
collector-config.xml
Log:
Revision Changes Path
No revision
No revision
1.1.2.2 +8 -4 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.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- collector-config.xml 10 Nov 2006 09:19:54 -0000 1.1.2.1
+++ collector-config.xml 12 Dec 2006 09:02:13 -0000 1.1.2.2
@@ -3,7 +3,7 @@
<!-- ##### JDBC Setting ##### -->
<jdbc>
- <!-- ##### 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"/>
@@ -15,9 +15,13 @@
<!-- ##### Application Framework Setting ##### -->
<!-- Add the following setting when the profiling application runs on the framework. -->
<framework>
- <!-- ##### The expression set for the Spring Framework ##### -->
- <expression>org.springframework</expression>
- <!-- ##### The expression set for the iBATIS ##### -->
+ <!-- ##### 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 ##### -->
<expression>com.ibatis</expression>
</framework>
More information about the jboss-cvs-commits
mailing list