[jboss-svn-commits] JBL Code SVN: r29717 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Oct 21 08:50:23 EDT 2009


Author: whitingjr
Date: 2009-10-21 08:50:22 -0400 (Wed, 21 Oct 2009)
New Revision: 29717

Removed:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/default.persistence.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/jboss-aop.xml
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-ant-demo.properties
Log:
Removed.

Deleted: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/default.persistence.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/default.persistence.properties	2009-10-21 12:49:43 UTC (rev 29716)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/default.persistence.properties	2009-10-21 12:50:22 UTC (rev 29717)
@@ -1,2 +0,0 @@
-hibernate.transaction.manager_lookup_class=org.hibernate.transaction.JBossTransactionManagerLookup
-hibernate.cache.provider_class=org.hibernate.cache.NoCacheProvider

Deleted: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/jboss-aop.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/jboss-aop.xml	2009-10-21 12:49:43 UTC (rev 29716)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/jboss-aop.xml	2009-10-21 12:50:22 UTC (rev 29717)
@@ -1,78 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE aop PUBLIC
-   "-//JBoss//DTD JBOSS AOP 1.0//EN"
-   "http://labs.jboss.com/portal/jbossaop/dtd/jboss-aop_1_0.dtd">
-
-<aop>
-
-
-	<!-- TRANSACTIONS -->
-	<interceptor class="org.jboss.aspects.tx.TxPropagationInterceptor"
-		scope="PER_VM" />
-	<interceptor factory="org.jboss.aspects.tx.TxInterceptorFactory"
-		scope="PER_CLASS_JOINPOINT" />
-
-	<bind pointcut="all(@transaction)">
-		<interceptor-ref name="org.jboss.aspects.tx.TxInterceptorFactory" />
-	</bind>
-
-	<interceptor name="class-txsynchronized"
-		factory="org.jboss.aspects.txlock.TxLockInterceptorFactory" scope="PER_CLASS" />
-	<interceptor name="instance-txsynchronized"
-		factory="org.jboss.aspects.txlock.TxLockInterceptorFactory" scope="PER_INSTANCE" />
-
-	<bind
-		pointcut="execution(static * *->@TxSynchronized(..)) OR execution(*->@TxSynchronized(..))">
-		<interceptor-ref name="class-txsynchronized" />
-	</bind>
-
-	<bind pointcut="execution(!static * *->@TxSynchronized(..))">
-		<interceptor-ref name="instance-txsynchronized" />
-	</bind>
-
-	<bind pointcut="all(@org.jboss.aspects.tx.Tx)">
-		<interceptor-ref name="org.jboss.aspects.tx.TxInterceptorFactory" />
-	</bind>
-
-	<bind
-		pointcut="execution(static * *->@org.jboss.aspects.txlock.TxSynchronized(..)) OR execution(*->@org.jboss.aspects.txlock.TxSynchronized(..))">
-		<interceptor-ref name="class-txsynchronized" />
-	</bind>
-
-	<bind
-		pointcut="execution(!static * *->@org.jboss.aspects.txlock.TxSynchronized(..))">
-		<interceptor-ref name="instance-txsynchronized" />
-	</bind>
-
-	<!-- injection -->
-	<aspect class="org.jboss.aspects.tx.TransactionInjector" />
-	<aspect class="org.jboss.aspects.tx.TransactionManagerInjector" />
-
-	<bind
-		pointcut="field(javax.transaction.Transaction *->@org.jboss.aspects.Current)">
-		<advice name="access" aspect="org.jboss.aspects.tx.TransactionInjector" />
-	</bind>
-
-	<bind
-		pointcut="field(javax.transaction.TransactionManager *->@org.jboss.aspects.Injected)">
-		<advice name="access" aspect="org.jboss.aspects.tx.TransactionManagerInjector" />
-	</bind>
-
-	<bind
-		pointcut="execution(*->new(..)) AND hasfield(javax.transaction.TransactionManager *->@org.jboss.aspects.Injected)">
-		<advice name="allocation" aspect="org.jboss.aspects.tx.TransactionManagerInjector" />
-	</bind>
-
-	<!-- special types -->
-	<aspect class="org.jboss.aspects.ThreadbasedAspect" scope="PER_JOINPOINT" />
-	<bind pointcut="field(* *->@org.jboss.aspects.Threadbased)">
-		<advice name="access" aspect="org.jboss.aspects.ThreadbasedAspect" />
-	</bind>
-
-	<aspect class="org.jboss.aspects.tx.TransactionLocalAspect"
-		scope="PER_JOINPOINT" />
-	<bind pointcut="field(* *->@org.jboss.aspects.tx.TxLocal)">
-		<advice name="access" aspect="org.jboss.aspects.tx.TransactionLocalAspect" />
-	</bind>
-
-</aop>
\ No newline at end of file

Deleted: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-ant-demo.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-ant-demo.properties	2009-10-21 12:49:43 UTC (rev 29716)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/profile-ant-demo.properties	2009-10-21 12:50:22 UTC (rev 29717)
@@ -1,74 +0,0 @@
-#
-# Is the profiler on or off when the app starts?
-# (on | off)
-# default = on
-#
-profiler=off
-#
-# Can the profiler be controlled remotely ?
-# (on | off)
-# default = off
-#
-remote=on
-#
-# TCP listen port for remote control
-# default =15599
-#
-port=15599
-#
-#
-ClassLoaderFilter.1=com.mentorgen.tools.profile.instrument.clfilter.StandardClassLoaderFilter
-#accept-class-loaders=sun.misc.Launcher$AppClassLoader
-#
-# What is the maximum depth for thread dumps
-# (-1 means no limit)
-# default = -1
-# (you may also use 'compact')
-#
-thread-depth=compact
-#
-# When compacting thread dumps, what in the minimum total time you want
-# to show 
-# default = 10 (ms)
-#
-thread.compact.threshold.ms=1
-#
-# What is the maximum number of methods to show in the method dump
-# (-1 means no limit)
-# default = -1
-# (you may also use 'compact')
-#
-max-method-count=compact
-#
-# defaults to 10
-#
-method.compact.threshold.ms=1
-#
-# What is the default file name for the profile information
-# default=./profile.txt
-#
-#file=/tmp/profile.txt
-#
-# specify a directory and jip will create uniquely named files.
-file=/home/whitingjr/eclipse/v3.5-galileo/workspaces/performance/performance/logs
-#
-# What packages are excluded from the display
-# (comma separated)
-# Note: com.mentorgen.tools.profile is always excluded
-#
-exclude=org.apache.lo4j.*
-include=org.jboss.application.Demo
-#
-# Track Object Allocation (very expensive)
-# values: on, off
-# default = off
-#
-track.object.alloc=off
-#
-#output=text 
-output=xml	
-#output-method-signatures=yes
-#profiler-class=net.sourceforge.jiprof.timeline.TimeLineProfiler
-#clock-resolution=ms
-
-debug=off
\ No newline at end of file



More information about the jboss-svn-commits mailing list