Re: [appfuse-user] converting from mono tu multi-module project

2010-06-23 Thread Josep García
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

Re: [appfuse-user] converting from mono tu multi-module project

2010-06-23 Thread Josep García
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: ... -

Re: [appfuse-user] converting from mono tu multi-module project

2010-06-22 Thread Matt Raible
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