From: "Henri Yandell" <[EMAIL PROTECTED]> > I noticed in YAPoolman that a basic jndi implementation was added. > I've been working on a private project recently, mainly to give myself > JNDI accessible DataSources in any location. > > http://www.generationjava.com/docs/simple-jndi/ > > It has some functionality clash with Jakarta Commons Configuration, but is > also useful in DB code [I originally planned it for DBUtils]. > > If it's thought to have db.apache.org scope, then I'm happy to submit it.
Henri, why don't you try using the full JNDI implementation thats been heavily used & part of Tomcat? org.apache.naming.* package. It would be nice to refactor this into a Jakarta Commons project :) http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-4.0/catalina/src/share/org/ apache/naming/ James ------- http://radio.weblogs.com/0112098/ __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com
