User: fleury
Date: 00/09/26 12:07:34
Modified: src/main/org/jboss/naming/java javaURLContextFactory.java
Log:
Comments on the implementation of the java: namespace
Revision Changes Path
1.2 +5 -2 jboss/src/main/org/jboss/naming/java/javaURLContextFactory.java
Index: javaURLContextFactory.java
===================================================================
RCS file:
/products/cvs/ejboss/jboss/src/main/org/jboss/naming/java/javaURLContextFactory.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- javaURLContextFactory.java 2000/04/22 14:30:13 1.1
+++ javaURLContextFactory.java 2000/09/26 19:07:34 1.2
@@ -18,10 +18,13 @@
/**
* Implementation of "java:" namespace factory. The context is associated
* with the thread, so the root context must be set before this is used in a
thread
- *
+ *
+ * SA FIXME: the java: namespace should be global. the java:comp/env subcontext
should
+ * be threadlocal
+ *
* @see <related>
* @author Rickard �berg ([EMAIL PROTECTED])
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
public class javaURLContextFactory
implements ObjectFactory