I\'m trying to write a JUnit test for a Spring Roo project. If my test requires use of the entity classes, I get the following Exception:
java.lang.IllegalS
Your unit test class should have @MockStaticEntityMethods annotation.