Re: Wicket 1.4.5 : Spring integration problem?

2010-02-03 Thread vlk67
-- View this message in context: http://old.nabble.com/Wicket-1.4.5-%3A-Spring-integration-problem--tp27237445p27435266.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsu

Re: Wicket 1.4.5 : Spring integration problem?

2010-01-20 Thread Pierre Goupil
quot;>>>"+ > >>> ((NihonBareApplication)getApplication()).getCommonService()); > >>> return > >>> ((NihonBareApplication)getApplication()).getCommonService(); > >>> } > >>> } > >>> > >>> >

Re: Wicket 1.4.5 : Spring integration problem?

2010-01-20 Thread Alex Objelean
t; ((NihonBareApplication)getApplication()).getCommonService()); >>> return >>> ((NihonBareApplication)getApplication()).getCommonService(); >>> } >>> } >>> >>> >>> But eventhough the bean injected into 'NihonbareApplication' object, the >>> getCommonService(

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 : applicationFactoryClassName org.apache.wicket.spring.SpringWebApplicationFactory Now everything works fine. Pierre Goupil wrote: Maybe it comes from the web.xml : can

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. ( > http://cwiki.ap

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 CommonSe

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

2009-12-30 Thread Murat Yücel
;        }; > > Alec > > > On Mon, Dec 28, 2009 at 11:01 AM, Alec Swan 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 te

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 wrote: > I just upgraded from Wicket 1.4.2 to Wicket 1.4.5 and started receiving the > following exceptions from my Uni

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

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 e

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?

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