In my experience WicketTester works in a single thread only ... at
least when I tried load testing with it it did not work. Ended up
using HTTPUnit. Maybe that works for you too?

**
Martin

2009/6/25 Mathias Nilsson <wicket.program...@gmail.com>:
>
> I must add....
>
> I have managed to get it to work by loading the applicationContext but that
> initiates hibernate mapping etc and I do not want to do that
> every 10th second
>
> UploadApplication webApp = new UploadApplication(){
>                                //note in this case the application context is 
> in the default
> package
>                                ApplicationContext context = new 
> ClassPathXmlApplicationContext(
>                                        new String[] 
> {"applicationContext.xml"});
>                               �...@override
>                                public void init() {
>                                        addComponentInstantiationListener(new
> SpringComponentInjector(this, context));
>                                    }
>                        };
>
>                        WicketTester tester = new WicketTester( webApp );
> --
> View this message in context: 
> http://www.nabble.com/Html-mail-with-WicketTester-tp24196423p24196515.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to