[appfuse-user] Unable to load bean: type: class:com.opensymphony.xwork2.ObjectFactory

2008-04-13 Thread Alex Worden
Hi, I'm trying to get up and running with AppFuse for the first time. I've followed the directions described at: http://appfuse.org/display/APF/AppFuse+QuickStart and can get the application running from the war. I used the archetypeArtifactId=appfuse-modular-struts. However I can't imagine under

Re: [appfuse-user] Appfuse2.0M3 locale 'zh' unsupported

2008-04-13 Thread luxas
I have tried it. when I pass -Duser.language=en, it report the error below: \web\src\test\resources\web-tests.xml:175: Wrong document title found!. Expected value ".*Main Menu.*" but got "Doh! | AppFuse" [INFO] [I

[appfuse-user] New user with problems

2008-04-13 Thread Mauri Ferreyra
Hi, I'm a new user in appfuse, I have one problem when I execute step 2 in "Run aplicattion" of AppFuse QuickStart. When I run mvn in the console I get the following error: [INFO] Scanning for projects... [INFO] [INFO] Buildi

Re: [appfuse-user] acegi and jsf

2008-04-13 Thread Matt Raible
On Sun, Apr 13, 2008 at 2:28 PM, kace <[EMAIL PROTECTED]> wrote: > > Changing the security.xml to value="/j_acegi_security_check.html"/> gives same problem. > > the following setup gives the same error message > faces.cong... > > /login.xhtml > > login > /j_acegi_securit

Re: [appfuse-user] acegi and jsf

2008-04-13 Thread kace
Changing the security.xml to gives same problem. the following setup gives the same error message faces.cong... /login.xhtml login /j_acegi_security_check security.xml ... the following gives me this url http://localhost:8084/login.html?loginStatus=1 wi

Re: [appfuse-user] BeanDefinitionStoreException: Unexpected exception parsing XML ... applicationContext-service.xml

2008-04-13 Thread Matt Raible
On Sun, Apr 13, 2008 at 10:49 AM, jackalista <[EMAIL PROTECTED]> wrote: > > Hi, > > I am getting a strange error creating a new project that I suspect may have > something to do with dependencies after reading about other occurrences of > this exception but they are all old posts. I'm followin

[appfuse-user] BeanDefinitionStoreException: Unexpected exception parsing XML ... applicationContext-service.xml

2008-04-13 Thread jackalista
Hi, I am getting a strange error creating a new project that I suspect may have something to do with dependencies after reading about other occurrences of this exception but they are all old posts. I'm following the quick start steps, running this for a struts modular archetype: 1. mvn archetyp

[appfuse-user] BeanDefinitionStoreException: Unexpected exception parsing XML ... applicationContext-service.xml

2008-04-13 Thread jackalista
Hi, I am getting a strange error creating a new project that I suspect may have something to do with dependencies after reading about other occurrences of this exception but they are all old posts. I'm following the quick start steps, running this for a struts modular archetype: 1. mvn archetyp

Re: [appfuse-user] acegi and jsf

2008-04-13 Thread Matt Raible
I would suggest using j_security_check as the Action on your form (if this is possible). Either that, or changing your security.xml to use the j_acegi_security_check.html URL instead of j_security_check. Matt On Sat, Apr 12, 2008 at 1:19 PM, kace <[EMAIL PROTECTED]> wrote: > > Hi guys, > > I am