Hi
I'm using Spring 3.0 M2 maven artifacts in my project. In my DAO layer, I am using AspectJ load time weaving. To make it work when running unit tests, I need to specify -javaagent:spring-agent.jar as VM arg. However, the latest I found is spring-agent-2.5.6.jar. Any reason why spring 3.0 M2 doesn't have it's own version of this lib?
I am looking here:
http://s3browse.com/explore/reposito...pringframework
Thanks.


Reply With Quote