To have a JBoss and WebSphere compatible behaviour, I try to find a solution to put objects of the type java.lang.String or java.net.URL into the JNDI, to make it accessable to users of the InitialContext. First I tried to modify the Context but this fails because it's read only :-((.
I thought of a solution to create GBeans for every entry. But I can't find a sample how the GBean attributes are mapped to JNDI context entries. Thanks Dieter P.S.: Should work with Geronimo 1.1 -- View this message in context: http://www.nabble.com/Binding-Strings-and-URL-to-JNDI-tf4482908s134.html#a12783740 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
