Re: [ApacheDS Embedded] Reusing a Connection Environment

2007-06-14 Thread Ole Ersoy
Emmanuel Lecharny wrote: Ole Ersoy a écrit : SNIP What about cloning the existing env, before reusing it ? I still need to try that. I tried creating a new Hashtable, passing it to the initialization routine, and then overriding Context.PROVIDER_URL, and that fails. If I do a "fresh"

Re: [ApacheDS Embedded] Reusing a Connection Environment

2007-06-13 Thread Emmanuel Lecharny
Ole Ersoy a écrit : Hey Guys, This is pretty minor, but I thought I'd mention it. While working on the testing archetype, I tried reusing a createEnvironment() method when creating the environment for the Embedded LdapContext. I get a NamingException when doing this. It says it can't pars

[ApacheDS Embedded] Reusing a Connection Environment

2007-06-13 Thread Ole Ersoy
Hey Guys, This is pretty minor, but I thought I'd mention it. While working on the testing archetype, I tried reusing a createEnvironment() method when creating the environment for the Embedded LdapContext. I get a NamingException when doing this. It says it can't parse "ou=system". If I d