Hi all, Is there a way to have a testing scenario, where the testing environment overrides a service implementation coming from the normal environment. I am using maven2 and my normal classpath (target/classes) holds a hivemodule.xml that has a service-implementation. In my test-classpaht (target/test-classes) I want to specify a different implementation for the same service that does sth different (in my case obtain a connection to a test db instead of the real db).
Is that possible? And no, I am not able to inject the connection information into the service differently in the test scenario. Greetings, Christian. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
