Search:

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

Search: Search took 0.03 seconds.

  1. It seems the problem was that it was missing this...

    It seems the problem was that it was missing this dependency:

    <dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-validator</artifactId>
    <version>4.2.0.Final</version>...
  2. This still seems broken... "mvn clean test" as...

    This still seems broken...

    "mvn clean test" as in the documentation gives me:

    Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

    When I try to run the unit tests from within STS, I get an...
Results 1 to 2 of 2