X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=system%2Fspring%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fsystem%2Fspring%2FSpringComponent.java;h=1da30a324ed53c4c9812306669e2adc287b5b6a8;hb=d67a117843d23eaf7b44f5c048d3fdee9310b2a1;hp=657d11e4f8bd31bfb54341bc7462d4c285c5c62d;hpb=8f71d2976eee4419a62bde486b8f21931654c0b0;p=utils 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);