Re[7]: [appfuse-user] Error while running integration-test

2007-06-04 Thread bUg.
ike.   On 6/2/07, bUg. <[EMAIL PROTECTED]> wrote:  Can anybody help me? > Yes I can. I think there is error in web-test config, because start > page title is Login | AppFuse but canoo search .*Main Menu.*.  >> If you run "mvn integration-test -Dcargo.wait=true" and wai

Re[5]: [appfuse-user] Error while running integration-test

2007-06-02 Thread bUg.
to >> http://localhost:8081/yourappname-1.0-SNAPSHOT? >> Matt >> On 6/1/07, bUg. <[EMAIL PROTECTED]> wrote: >>> No. I've got same error. >>> "Wrong document title found! Expected ".*Main Menu.*" but got "Login | >>> AppFus

Re[4]: [appfuse-user] Error while running integration-test

2007-06-01 Thread bUg.
0-SNAPSHOT? > Matt > On 6/1/07, bUg. <[EMAIL PROTECTED]> wrote: >> No. I've got same error. >> "Wrong document title found! Expected ".*Main Menu.*" but got "Login | >> AppFuse"" >> >> > If you try "mvn -o install

Re[2]: [appfuse-user] Error while running integration-test

2007-06-01 Thread bUg.
No. I've got same error. "Wrong document title found! Expected ".*Main Menu.*" but got "Login | AppFuse"" > If you try "mvn -o install", does it work? > On 6/1/07, bUg. <[EMAIL PROTECTED]> wrote: >> I don't use proxy, but i&

Re[8]: [appfuse-user] Error while running integration-test

2007-06-01 Thread bUg.
t; test to fail. > 2) Now run maven with the -o switch, e.g. mvn -o install, and see if > the tests pass. > Mike. > > You could try modifying pom.xml (or web-tests.xml) to specify your > proxy settings for Ant. > Matt > On 6/1/07, bUg. <[EMAIL PROTECTED]>

Re[6]: [appfuse-user] Error while running integration-test

2007-06-01 Thread bUg.
ck Selenium integration (notice the "fix for" version > #). > http://issues.appfuse.org/browse/APF-479 > Matt > On 5/31/07, bUg. <[EMAIL PROTECTED]> wrote: >> How I can switch project to Selenium? I use appfuse-rc1. >> >> > You could use Cygwin and s

Re[4]: [appfuse-user] Error while running integration-test

2007-05-31 Thread bUg.
duce on my >> machine at work, which connects to the internet via a proxy. In my case I >> found it is Maven related, and can be solved by running in offline mode. >> Warning: it takes a few iterations to get everything working.: >> > > >> > > 1) Run the norm

Re[2]: [appfuse-user] Error while running integration-test

2007-05-24 Thread bUg.
I have the same problem. look attachment. [INFO] Scanning for projects... [INFO] [INFO] Building AppFuse Spring MVC Application [INFO]task-segment: [integration-test] [INFO] -

[appfuse-user] SMTP auth in appfuse 2.0 M5

2007-05-23 Thread bUg.
Hi, all. I wrote in mail.properties mail.username mail.password but authorization doesn't work. How i can do it? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[appfuse-user] appfuse.org down???

2007-05-21 Thread bUg.
appfuse down or not? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [appfuse-user] Overwriting User core class?

2007-05-12 Thread bUg.
ep (for basic archetype). > Any suggestion how to force Maven to refer to the correct class? > Thanks! > Philip try it http://appfuse.org/display/APF/AppFuse+Core+Classes -- С уважением, bUg. mailto:[EMAIL PROTECTED] ---

[appfuse-user] fmt:message and fmt:setLocale problem

2007-04-26 Thread bUg.
I have some problems with fmt tags. I want to display message in current locale and in english. I wrote: Current locale is de, for example. I got two messages in de locale. Can you help me? P.S. My message source resolves messages from database. -

[appfuse-user] getRemoteAddr() returns IPv6 instead of IPv4

2007-04-18 Thread bUg.
In IE7 and windows vista i call request.getRemoteAddr() and get ipv6 but i want to get ip4v. how i can do it? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[appfuse-user] Migrating from jsp to velocity

2007-04-18 Thread bUg.
I want to migrate from jsp to velocity and i want to know how replace some lines. For example: and ${sessionScope.var} - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [appfuse-user] Changing User.java

2007-04-10 Thread bUg. -=[R0CK]=-
Thank you for help. 2007/4/11, Matt Raible <[EMAIL PROTECTED]>: You have to use the same package, but you can alter it using the following instructions: http://appfuse.org/display/APF/AppFuse+Core+Classes Matt On 4/10/07, bUg. -=[R0CK]=- <[EMAIL PROTECTED]> wrote: > I

[appfuse-user] Changing User.java

2007-04-10 Thread bUg. -=[R0CK]=-
I want to replcae org.appfuse.model.User with my class User. How I can do it?