Search:

Type: Posts; User: MojoLA; Keyword(s):

Search: Search took 0.02 seconds.

  1. Indeed the problem comes from a corrupt Spring...

    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...
  2. Maven Spring tests fail when run together, but succeed individually

    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"...
  3. Replies
    3
    Views
    1,387

    Joshua, thanks for your attention. Let me see if...

    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...
  4. Replies
    3
    Views
    1,387

    Noob confused on bind / validate

    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...
  5. Thread: Junit4

    by MojoLA
    Replies
    34
    Views
    17,611

    This is a great workaround. One thing I had 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...
Results 1 to 5 of 5