From 89c88ac43fae02ff527fd252cee058a9523b78e9 Mon Sep 17 00:00:00 2001 From: erik Date: Mon, 12 May 2008 23:20:21 +0000 Subject: [PATCH] Now the HibernateUserTest is uses components to connect the different parts together and to obtain the test objects. Next step is to create a component for the current functionality of SpringTestCase and to use that instead of SpringTestCase. --- .../main/java/org/wamblee/system/spring/SpringComponent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/spring/src/main/java/org/wamblee/system/spring/SpringComponent.java b/system/spring/src/main/java/org/wamblee/system/spring/SpringComponent.java index 657d11e4..1da30a32 100644 --- a/system/spring/src/main/java/org/wamblee/system/spring/SpringComponent.java +++ b/system/spring/src/main/java/org/wamblee/system/spring/SpringComponent.java @@ -124,7 +124,7 @@ public class SpringComponent extends AbstractComponent { return scope; } catch (Exception e) { throw new SystemAssemblyException( - "Failed to assemble spring system", e); + "Failed to assemble spring system " + getName(), e); } finally { THIS.set(old); SCOPE.set(oldScope); -- 2.31.1