|
From: <ha...@us...> - 2006-12-30 17:48:13
|
Revision: 1513
http://svn.sourceforge.net/cogkit/?rev=1513&view=rev
Author: hategan
Date: 2006-12-30 09:48:12 -0800 (Sat, 30 Dec 2006)
Log Message:
-----------
Modified Paths:
--------------
trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/scheduler/LateBindingScheduler.java
Modified: trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/scheduler/LateBindingScheduler.java
===================================================================
--- trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/scheduler/LateBindingScheduler.java 2006-12-30 17:47:45 UTC (rev 1512)
+++ trunk/current/src/cog/modules/karajan/src/org/globus/cog/karajan/scheduler/LateBindingScheduler.java 2006-12-30 17:48:12 UTC (rev 1513)
@@ -564,7 +564,7 @@
}
catch (ActiveTaskException e1) {
e1.printStackTrace();
- Throwable t = new RuntimeException("Something is wrong here");
+ Throwable t = new RuntimeException("Something is wrong here", e1);
t.printStackTrace();
}
finally {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|