[Swift-commit] r2712 - trunk/src/org/griphyn/vdl/mapping

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Fri Mar 20 14:39:41 CDT 2009


Author: benc
Date: 2009-03-20 14:39:40 -0500 (Fri, 20 Mar 2009)
New Revision: 2712

Modified:
   trunk/src/org/griphyn/vdl/mapping/RootDataNode.java
Log:
Sometimes the use of a mapper in the message for this exception was causing
an infinite loop, so remove use of mapper in the message.

Modified: trunk/src/org/griphyn/vdl/mapping/RootDataNode.java
===================================================================
--- trunk/src/org/griphyn/vdl/mapping/RootDataNode.java	2009-03-20 19:38:24 UTC (rev 2711)
+++ trunk/src/org/griphyn/vdl/mapping/RootDataNode.java	2009-03-20 19:39:40 UTC (rev 2712)
@@ -173,8 +173,7 @@
 				}
 				catch (InvalidPathException e) {
 					throw new RuntimeException("Data set initialization failed for " + handle
-							+ ". Missing required field: " + fieldName + " mapped to "
-							+ handle.getMapper().map(fieldPath));
+							+ ". Missing required field: " + fieldName);
 				}
 			}
 




More information about the Swift-commit mailing list