Solved!
I had a core/src/test/resources/applicationContext-resources.xml with a
SessionFactory bean definition, and somehow this was causing the problem,
but don't understand why.
2010/6/23 Josep García
> Jesus!
> I sort of reorganize folders, poms, etc but I am locked with an error in
> the p
Jesus!
I sort of reorganize folders, poms, etc but I am locked with an error in the
packaging of the core module!
After:
[INFO] [dbunit:operation {execution: default}]
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: ...
-
It shouldn't be too difficult if you know Maven well. Just move all your
services and DAOs into a "core" module and then create a pom.xml to go with it
that contains the dependencies used by those classes. Make it a JAR project and
add it as a dependency to your WAR project. Then create a parent