JNDI and XML Config change scriptfor svc layer config code
Find some way to enable the JNDI APIs to run without requiring a
full blown JNDI service to be installed. Maybe there is someway to
run a stub applciation that mimics the JNDI APIs, but just reads a
properties file or if there is some light weight jndi service that
we can run when we start the datafeed. This way we wouldn't have to
change the file.
or
2. Write an applciation that parses the XMLs files and for a given
<Connection> tag in the application.xml, that it would change the
Connection preferred paramter to "URL" and replace the url tag with
one present in a config file. This program would need to be able to
map specific jndi names to specific database connection urls. Ie
there are multiple jndi names that would need to have their own
connection URLs specified in a lookup file.

