[JBoss-user] [JNDI/Naming/Network] - lookup UUIDKeyGeneratorFactory in standalone client

2005-07-18 Thread sharpe_lee
Could anyone tell me how to settle this problem please. This is my code: public class test { public static void main(String [] args) { try { Properties props = new Properties(); props.put(InitialCont

[JBoss-user] [JNDI/Naming/Network] - UUIDKeyGeneratorFactory lookup fail

2005-06-28 Thread sharpe_lee
This is my code to lookup the UUIDKeyGeneratorFactory in JBoss4.0.2 public static String getInitKeyGenerator() { String key = null; try { Context initial_context = new InitialContext(); KeyGeneratorFa