[jboss-cvs] JBossAS SVN: r64475 - branches/Branch_4_2/server/src/main/org/jboss/naming.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 7 02:48:46 EDT 2007


Author: wolfc
Date: 2007-08-07 02:48:45 -0400 (Tue, 07 Aug 2007)
New Revision: 64475

Modified:
   branches/Branch_4_2/server/src/main/org/jboss/naming/HttpNamingContextFactory.java
Log:
JBAS-4595: expanded the exception message

Modified: branches/Branch_4_2/server/src/main/org/jboss/naming/HttpNamingContextFactory.java
===================================================================
--- branches/Branch_4_2/server/src/main/org/jboss/naming/HttpNamingContextFactory.java	2007-08-07 06:32:48 UTC (rev 64474)
+++ branches/Branch_4_2/server/src/main/org/jboss/naming/HttpNamingContextFactory.java	2007-08-07 06:48:45 UTC (rev 64475)
@@ -81,7 +81,7 @@
       }
       catch(Exception e)
       {
-         NamingException ex = new NamingException("Failed to retrieve Naming interface");
+         NamingException ex = new NamingException("Failed to retrieve Naming interface for provider " + provider);
          ex.setRootCause(e);
          throw ex;
       }




More information about the jboss-cvs-commits mailing list