Hi, I've been trying to use Struts2 version of appfuse modular in full-source mode, but it doesn't seem like it'll will work.
This is what I do: 1. mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes-DarchetypeArtifactId=appfuse-modular-struts -DremoteRepositories= http://static.appfuse.org/releases -DarchetypeVersion=2.0.1 -DgroupId= com.mycompany.app -DartifactId=myproject - I change the groupId and artifactId to values that makes sense for my POC 2. mvn - Everything builds and tests fine 3. mvn clean 4. mvn appfuse:full-source - This fails with a lot of errors, mostly the one I've copied in below. Tests that fail: > Tests in error: > testCancel(com.edb.b2b.webapp.action.UserActionTest) > testEdit(com.edb.b2b.webapp.action.UserActionTest) > testSave(com.edb.b2b.webapp.action.UserActionTest) > testSaveConflictingUser(com.edb.b2b.webapp.action.UserActionTest) > testSearch(com.edb.b2b.webapp.action.UserActionTest) > testRemove(com.edb.b2b.webapp.action.UserActionTest) > testExecute(com.edb.b2b.webapp.action.PasswordHintActionTest) > testExecute(com.edb.b2b.webapp.action.SignupActionTest) > testDisplayForm(com.edb.b2b.webapp.action.SignupActionTest) > Tests run: 18, Failures: 0, Errors: 9, Skipped: 0 > Example exception I get from a failed tests: "org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource" "nested exception is java.lang.AbstractMethodError" Specifically it's isBeanNameInUse that's it can't find. I'm going to use Appfuse in embedded mode then, since that works fine. Just thought I'd drop in this one incase it's something new. I'll follow up later with more details if I get this POC up, and get more time to dig into this. Cheers, -- Arnljot Arntsen www.arnljot.com