[jboss-cvs] JBossAS SVN: r64476 - trunk/server/src/main/org/jboss/naming.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 7 02:51:06 EDT 2007


Author: wolfc
Date: 2007-08-07 02:51:06 -0400 (Tue, 07 Aug 2007)
New Revision: 64476

Modified:
   trunk/server/src/main/org/jboss/naming/HttpNamingContextFactory.java
Log:
JBAS-4595: merged from Branch_4_2

Modified: trunk/server/src/main/org/jboss/naming/HttpNamingContextFactory.java
===================================================================
--- trunk/server/src/main/org/jboss/naming/HttpNamingContextFactory.java	2007-08-07 06:48:45 UTC (rev 64475)
+++ trunk/server/src/main/org/jboss/naming/HttpNamingContextFactory.java	2007-08-07 06:51:06 UTC (rev 64476)
@@ -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