This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
JNDI Patches
- To: java-patches at sources dot redhat dot com
- Subject: JNDI Patches
- From: Anthony Green <green at cygnus dot com>
- Date: Sun, 26 Nov 2000 19:15:44 -0800 (PST)
- Reply-to: green at cygnus dot com
I've slowly started implementing the JNDI infrastructure. It's pretty
big, and help would be nice!
I'm going to check in what I have so far, but not add it to the build
system quite yet.
2000-11-26 Anthony Green <green@redhat.com>
* javax/naming/spi/NamingManager.java,
javax/naming/spi/ObjectFactory.java,
javax/naming/spi/InitialContextFactory.java,
javax/naming/spi/InitialContextFactoryBuilder.java,
javax/naming/RefAddr.java, javax/naming/Reference.java,
javax/naming/NamingException.java, javax/naming/Context.java,
javax/naming/Referenceable.java,
javax/naming/directory/InitialDirContext.java,
javax/naming/directory/DirContext.java,
javax/naming/directory/Attributes.java,
javax/naming/directory/Attribute.java,
javax/naming/StringRefAddr.java,
javax/naming/NamingEnumeration.java, javax/naming/Name.java,
javax/naming/InitialContext.java,
javax/naming/NoInitialContextException.java: New files.
AG