[jbosscache-commits] JBoss Cache SVN: r5074 - benchmarks/CacheTests/trunk/src/perf.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Jan 8 12:43:06 EST 2008


Author: bela at jboss.com
Date: 2008-01-08 12:43:05 -0500 (Tue, 08 Jan 2008)
New Revision: 5074

Modified:
   benchmarks/CacheTests/trunk/src/perf/SessionTest.java
Log:
ns

Modified: benchmarks/CacheTests/trunk/src/perf/SessionTest.java
===================================================================
--- benchmarks/CacheTests/trunk/src/perf/SessionTest.java	2008-01-08 17:35:42 UTC (rev 5073)
+++ benchmarks/CacheTests/trunk/src/perf/SessionTest.java	2008-01-08 17:43:05 UTC (rev 5074)
@@ -60,6 +60,9 @@
             loop(session, session_id, num_requests, num_attrs, size);
             input("Press enter to stop");
         }
+        catch(Exception ex) {
+            ex.printStackTrace();
+        }
         finally {
             if(factory != null) {
                 factory.destroySession(session);




More information about the jbosscache-commits mailing list