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
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
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
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
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
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
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
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
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