Title: [JBoss-user] Modifying jndi objects

is this proper way to modify an object in jndi ....

Context ctx = new InitialContext();
ctx.rebind("name", "newvalue");


thanks,


frank

Reply via email to