I want to create a child applicationContext. In that context, I want to add a MySQL jdbc connection. Other modules may use a different database connection type.
When trying to create a child application context (e.g. base-senbot-demo-beans.xml), That xml file is not found in the classpath.
Any suggestions on how to add the application context so the Runner context will pick it up?
I want to create a child applicationContext. In that context, I want to add a MySQL jdbc connection. Other modules may use a different database connection type.
When trying to create a child application context (e.g. base-senbot-demo-beans.xml), That xml file is not found in the classpath.
Any suggestions on how to add the application context so the Runner context will pick it up?