[appfuse-user] UserActionTest testSaveConflictingUser testcase failing

2009-12-10 Thread rocksjj
I am getting the following test failure in the TestCase. I am a new user started today. Want to have running application. I am running it on Oracle XE database. How should I make the testcase pass. --- Test set: com.strut

Re: [appfuse-user] UserActionTest testSaveConflictingUser testcase failing

2009-12-10 Thread rocksjj
I am attaching the testcase code as well. public void testSaveConflictingUser() throws Exception { UserManager userManager = (UserManager) applicationContext.getBean("userManager"); User user = userManager.getUserByUsername("user"); user.setPassword("user"); user.s

Re: [appfuse-user] UserActionTest testSaveConflictingUser testcase failing

2009-12-10 Thread rocksjj
I straightaway tried the application on Oracle XE. I commented out the two testcases and compiled it fully and deployed the app on Tomcat Server. Integration doesn't seem to be smooth. I am able to see the updates in the Oracle database when I add a user but the testcase fails if rerun after uncom

[appfuse-user] Failing build

2009-12-11 Thread rocksjj
I am able to run this command succesfully mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-modular-struts-archetype -DarchetypeVersion=2.1.0-M1 -DgroupId=com.mycompany -DartifactId=appfuse_struts After that when I try to try the command 'mvn appfu

[appfuse-user] required artifacts are missing for build

2009-12-11 Thread rocksjj
I am able to run this command succesfully mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-modular-struts-archetype -DarchetypeVersion=2.1.0-M1 -DgroupId=com.mycompany -DartifactId=appfuse_struts After that when I try to try the command 'mvn appfu

Re: [appfuse-user] UserActionTest testSaveConflictingUser testcase failing

2009-12-11 Thread rocksjj
The Oracle XE is a free download. Its the developer's version. I change the pom.xml to select the oracle plugin configuration and then integrate with installed tomcat. That's where I ran into this issue. Is there any document to get this working. I am trying the Struts version of Appfuse (multiple