Starsinic, Frank Wed, 05 Jun 2002 09:29:44 -0700
is this proper way to modify an object in jndi ....
Context ctx = new InitialContext(); ctx.rebind("name", "newvalue");
thanks,
frank