Randy Motluck wrote:

How can make the unit tests and integration tests use my changed server.xml. I have some alternate backend components that I am trying to write/test. It does not seem clear to me how the integration tests work. I know how to run them, just not get them to work with my specifc backend components.

The integration tests do not use the server.xml configuration (Spring Framework). The server runs embedded and is configured programatically.

One option would be to add your custom components programatically to the configuration as well.

Greetings,
    Stefan

Reply via email to