gfk-ba / senbot

Cucumber / Selenium framework in Java
MIT License
10 stars 11 forks source link

Creating a child applicationContext #21

Closed dadamschi closed 9 years ago

dadamschi commented 10 years ago

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?