On Mon, 2006-09-11 at 13:35 -0700, Reuben Firmin wrote: > The sqlmap config has a <properties> attribute, which can be used to > load common properties. Is there a way I can configure this to point > at a jndi key? > > Alternatively, where does the properties object get built out in the > sqlmap object tree, so that I can push values in from jndi?
If you're using Spring and the Spring SqlMapClientFactoryBean, you could wire up something from JNDI against the SqlMapClientFactoryBean. Cheers, topher