sorry, it was the maven-eclipse-plugin who didn't put aspectj in the classpath. I don't know why, but with version 2.5 it works.
Type: Posts; User: lassiege; Keyword(s):
sorry, it was the maven-eclipse-plugin who didn't put aspectj in the classpath. I don't know why, but with version 2.5 it works.
Hi,
I would like to try this workaround with AOP however I'm completely new to Aspect. I configured my pom with those dependencies :
<dependency>
<groupId>org.springframework</groupId>...
Just a little question, I tried to modify the sample XmlFunctionalTests in the spring batch package to make it work with my own xml files
So I modified :
<bean id="itemReader"...
Hi,
I'm currently trying to use the OXM framework with JaxbMarshaller to reproduce the test XmlFunctionalTests with another xml input.
However I always get the following error :
I have...