In geronimo 2.0 there is a global read-write jndi context under "ger:". I think there is one in geronimo 1.1 also but I'm not sure if its under "ger:" or "geronimo:". There's no way to bind stuff into it through configuration, you would have to write some code to do that... perhaps a gbean that read a property file?

Are you definitely fixed on geronimo 1.1? I think we can find you more options in geronimo 2.x

thanks
david jencks


On Sep 19, 2007, at 2:45 PM, Dieter Moroff wrote:


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.


Reply via email to