On Saturday 09 October 2004 01:33, Philip DONAGHY wrote: > Hi all, > > I have a requirement to create an JNDI Context that can store a JDBC > DataSource. I was looking for factories that implement the > InitialContextFactory and I came upon Avalon. The class > org.apache.avalon.repository.main.DefaultInitialContextFactory > implements InitialContentFactory but methods such as bind(String, > Object) do not exist. What do you suggest I do?
Well, this may come as a surprise, but the InitialContext of Avalon's Repository system has nothing to do with the JNDI InitialContext. AFAIK, and this is outside of Avalon's scope, the default JNDI implementations from Sun can store JDBC DataSources both in the local context as well as in LDAP directories. If you are looking for LDAP/JNDI at Apache, and not too much in a hurry, you should check out the Eve Directory project, http://incubator.apache.org/directory/ Cheers Niclas -- +------//-------------------+ / http://www.bali.ac / / http://niclas.hedhman.org / +------//-------------------+ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]