Indeed the problem comes from a corrupt Spring application context. One of the early tests is dirtying the context and causing the following tests to error out.
One difficulty is trying to control...
Type: Posts; User: MojoLA; Keyword(s):
Indeed the problem comes from a corrupt Spring application context. One of the early tests is dirtying the context and causing the following tests to error out.
One difficulty is trying to control...
We're using Maven/Surefire and Spring/Hibernate transactional tests for a fairly large web application. There are 138 Test* classes, running a total of 1178 tests.
A straightforward "mvn test"...
Joshua, thanks for your attention. Let me see if I can make the point clearer ...
If I don't use a command object, and I want to bind a form field to an Integer, then I have no opportunity to...
Everyone tells me that I shouldn't need to use Command form objects, that I should just let Spring bind and validate to my business object POJOs, and use custom binders to map the form posts to...
This is a great workaround.
One thing I had to deal with -- mvn test complains that there are no tests to run in BaseTransactionalTest. The workaround I applied immediately was to add a...