Re: [appfuse-user] can only set expectations on mock objects failure

2008-09-03 Thread rfisk
I was having the same problem though my stacktrace did not include any references to the surefire libs. Somebody else on this thread had the right instincts I think in that they wondered about whether or not the setUp() method existed. I don't think it's being executed. I tried with two jdks, jro

[appfuse-user] Adding appfuse in 99transactions

2008-09-03 Thread Youssef Mohammed
http://99translations.com/ I like the idea behind the site ... just add your i18n files up there, translations should be done cooperatively. there is also ANT task to download them. neat idea , isn't ? -- Regards, Youssef

[appfuse-user] FREE Online Test at www.yfrindia.com

2008-09-03 Thread Prize
http://www.yfrindia.com/ Take FREE online TEST, read FREE articles, download FREE presentation, use FREE source code, useful links, competition updates, free ONLINE TEST TESTS, http://www.yfrindia.com/resources/Tests free APTITUDE TEST, English Test, Computer Test, Mechanical Test, Electronics Tes

Re: [appfuse-user] Setting session parameters

2008-09-03 Thread mannobug
Thanks a lot Luc for your answer. You're right it's not a good way to work.so finally i decided to convert my project to full-source thus i can change all things comprise app_user field and registration info. :-D Thanks again Ema Luc Russell wrote: > > Hi, > you can set a variable into the

Re: [appfuse-user] dbunit and single tables

2008-09-03 Thread Matt Raible
Yes, it should be possible. It is with Ant. http://mojo.codehaus.org/dbunit-maven-plugin/ Matt On Wed, Sep 3, 2008 at 8:15 AM, Martin Homik <[EMAIL PROTECTED]> wrote: > > Is it possible to import/export/drop/ (include/exclude) single tables with > dbunit? > Possibly via ? > > Scenario: In a nigh

[appfuse-user] dbunit and single tables

2008-09-03 Thread Martin Homik
Is it possible to import/export/drop/ (include/exclude) single tables with dbunit? Possibly via ? Scenario: In a nightly process I drop the tables, get data from another application, create a flat xml default-data.xml file and repopulate the database. Since I do not want to loose users/roles, I'

Re: [appfuse-user] Setting session parameters

2008-09-03 Thread Luc Russell
Hi, you can set a variable into the session like this: (more examples here: http://www.java2s.com/Tutorial/Java/0380__JSTL/SetVariableasSessionScope.htm ) This may not be the best way to do what you're trying to do though; maybe you want to post the user form to a different location? HTH, Luc

[appfuse-user] Setting session parameters

2008-09-03 Thread mannobug
Hi all i'm trying to override userForm.jsp because i'd like to redirect saveUser "success" in another jsp. I need all varibles set during registration like username, password and so on in userForm.jsp to trig another table. I though to insert all varibles in session using (for example) but this d