Hello, this is the first time I am developing a test using Arquillian Spring extension. Everything works so well until I try to use with Spring Warp extension. In that case I try to inject the ModelAndView object using @ArquillianResource, but I had no luck and the instance is null.
The example is a simple Greetings application and using Drone works, so it seems that or I am missing something or maybe in case of web app which only uses Java-based configuration classes does not work.
The project can be found here https://github.com/lordofthejars/greetings-spring-wrap
I will continue making some research, just in case anybody has found the same problem and can help on this would be perfect.
Alex