Hi folks, Just in case anyone does "ant run-tests" and sees the ScopeTest failing. We updated our JUnit dependency from 4.0 to 4.4 to get some Spring functionality; unfortunately if the JUnit 4.0 jar is sitting in your lib/ directory, that test will fail. To fix it, remove lib/junit-4.0.jar and all should be good. - Art