In configuring an ejb stateless session bean proxy you can supply a jndiTemplate. This takes a provider url. I do not wish to hard code the URL here, but wish to obtain a JNDI env String specifying the provider url. Does spring offer any way to set a property value based on the result of a JNDI env lookup???
