[jboss-cvs] JBossAS SVN: r107097 - projects/cluster/ha-server-ispn/trunk/src/main/java/org/jboss/ha/ispn.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 26 20:52:46 EDT 2010


Author: pferraro
Date: 2010-07-26 20:52:46 -0400 (Mon, 26 Jul 2010)
New Revision: 107097

Modified:
   projects/cluster/ha-server-ispn/trunk/src/main/java/org/jboss/ha/ispn/DefaultCacheContainerRegistry.java
Log:
Informative ISE

Modified: projects/cluster/ha-server-ispn/trunk/src/main/java/org/jboss/ha/ispn/DefaultCacheContainerRegistry.java
===================================================================
--- projects/cluster/ha-server-ispn/trunk/src/main/java/org/jboss/ha/ispn/DefaultCacheContainerRegistry.java	2010-07-27 00:46:29 UTC (rev 107096)
+++ projects/cluster/ha-server-ispn/trunk/src/main/java/org/jboss/ha/ispn/DefaultCacheContainerRegistry.java	2010-07-27 00:52:46 UTC (rev 107097)
@@ -55,7 +55,7 @@
    public static CacheContainerRegistry getInstance()
    {
       CacheContainerRegistry registry = singleton.get();
-      if (registry == null) throw new IllegalStateException("");
+      if (registry == null) throw new IllegalStateException("Cache container registry not configured.");
       return registry;
    }
    



More information about the jboss-cvs-commits mailing list