Context testContext = me.createSubcontext("test");
testContext.bind("key", "jndivalue");
testContext.bind("key2","jndivalue2");
testContext.bind("short","1");
testContext.bind("boolean","true");
testContext.bind("byte","10");
testContext.bind("double","10.25");
testContext.bind("float","20.25");
testContext.bind("integer","10");
testContext.bind("long","1000000");
testContext.bind("onlyinjndi","true");