Hi,
I create some mock tests for my entities.
If I run mvn clean test, it failed because
Now, if I build my project in STS and after that I run mvn test, all is good.Code:Entity manager has not been injected (is the Spring Aspects JAR configured as an AJC/AJDT aspects library?)
I try to run manually test-compile before test, but it failed, too.
Do you know what I can do to compile correctly my tests, without using STS?
Thank you,
Emmanuel.


Reply With Quote