Re: Wicket 1.4.5 : Spring integration problem?

2010-02-03 Thread vlk67
property name=serviceNameService ref=serviceNameService/ property name=logRecordService ref=logRecordService/ /bean Pls, have you got any idea what is wrong? thx vlk67 -- View this message in context: http://old.nabble.com/Wicket-1.4.5-%3A-Spring-integration-problem

Re: Wicket 1.4.5 : Spring integration problem?

2010-01-20 Thread Alex Objelean
commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://old.nabble.com/Wicket-1.4.5-%3A-Spring-integration-problem--tp27237445p27238481.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Wicket 1.4.5 : Spring integration problem?

2010-01-20 Thread Pierre Goupil
://old.nabble.com/Wicket-1.4.5-%3A-Spring-integration-problem--tp27237445p27238481.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands

Wicket 1.4.5 : Spring integration problem?

2010-01-19 Thread Ashika Umanga Umagiliya
Greetings all, I followed the easy 'Application Object Approach' to integrate Spring with my Wicket app. (http://cwiki.apache.org/WICKET/spring.html#Spring-ApplicationObjectApproach ) In my application class : public class NihonBareApplication extends WebApplication { private

Re: Wicket 1.4.5 : Spring integration problem?

2010-01-19 Thread Pierre Goupil
Maybe it comes from the web.xml : can we ses it, please? Regards, Pierre On Wed, Jan 20, 2010 at 7:41 AM, Ashika Umanga Umagiliya auma...@biggjapan.com wrote: Greetings all, I followed the easy 'Application Object Approach' to integrate Spring with my Wicket app. (

Re: Wicket 1.4.5 : Spring integration problem?

2010-01-19 Thread Ashika Umanga Umagiliya
Thanks Pierre, yes,that was a problem with web.xml , I forgot to change the filter setting : init-param param-nameapplicationFactoryClassName/param-name param-valueorg.apache.wicket.spring.SpringWebApplicationFactory/param-value /init-param Now everything works

Re: SOLVED: Is AnnotApplicationContextMock() broken in Wicket 1.4.5? @l

2009-12-30 Thread Murat YĆ¼cel
, Dec 28, 2009 at 11:01 AM, Alec Swan alecs...@gmail.com wrote: I just upgraded from Wicket 1.4.2 to Wicket 1.4.5 and started receiving the following exceptions from my Unit test. Is this a known issue or do I need to change my test? Thanks. org.apache.wicket.WicketRuntimeException

Is AnnotApplicationContextMock() broken in Wicket 1.4.5?

2009-12-28 Thread Alec Swan
I just upgraded from Wicket 1.4.2 to Wicket 1.4.5 and started receiving the following exceptions from my Unit test. Is this a known issue or do I need to change my test? Thanks. org.apache.wicket.WicketRuntimeException: *There is no application attached to current thread main

SOLVED: Is AnnotApplicationContextMock() broken in Wicket 1.4.5? @l

2009-12-28 Thread Alec Swan
() { addComponentInstantiationListener(new SpringComponentInjector(this, new AnnotApplicationContextMock(), false)); } }; Alec On Mon, Dec 28, 2009 at 11:01 AM, Alec Swan alecs...@gmail.com wrote: I just upgraded from Wicket 1.4.2 to Wicket 1.4.5 and started receiving the following exceptions from

wicket 1.4.5

2009-12-26 Thread tubin gen
I am currently using wicket 1.4 also I use Wicket stuff, wicket extensions.Moving to wicket 1.4.5 will it cause any problems with wicket-stuff and extensions?

Re: wicket 1.4.5

2009-12-26 Thread Martin Grigorov
regressions are always possible but they should work fine On Sat, 2009-12-26 at 14:21 -0500, tubin gen wrote: I am currently using wicket 1.4 also I use Wicket stuff, wicket extensions.Moving to wicket 1.4.5 will it cause any problems with wicket-stuff and extensions

[announce] wicket 1.4.5 released

2009-12-20 Thread Igor Vaynberg
The Apache Wicket project is proud to announce the fifth maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4.5 -- You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.5 Or use this in your Maven pom's