User: starksm
Date: 01/04/26 00:50:51
Modified: src/main/org/jnp/interfaces NamingContext.java
Log:
Fix bug 419015 and rmiPort externalization.
Revision Changes Path
1.9 +9 -8 jnp/src/main/org/jnp/interfaces/NamingContext.java
Index: NamingContext.java
===================================================================
RCS file: /cvsroot/jboss/jnp/src/main/org/jnp/interfaces/NamingContext.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- NamingContext.java 2001/04/23 06:43:17 1.8
+++ NamingContext.java 2001/04/26 07:50:51 1.9
@@ -27,13 +27,17 @@
import javax.naming.spi.NamingManager;
import javax.naming.spi.ResolveResult;
-/**
- * <description>
- *
- * @see <related>
+/** This class provides the jnp provider Context implementation. It is a
+Context interface wrapper for a RMI Naming instance that is obtained from
+either the local server instance or by locating the server given by the
+Context.PROVIDER_URL value.
+
+This class also serves as the jnp url resolution context. jnp style urls
+passed to the
+
* @author oberg
* @author [EMAIL PROTECTED]
- * @version $Revision: 1.8 $
+ * @version $Revision: 1.9 $
*/
public class NamingContext
implements Context, java.io.Serializable
@@ -225,9 +229,6 @@
this.env = new Hashtable();
this.naming = server;
-
- // Check if server is available
- checkRef(env);
}
// Public --------------------------------------------------------
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development