Re: [Wicket-user] Strange problem, very puzzle for spring in wicket 2.0

2007-01-08 Thread tooy li(Gmail)
igor I will send you project late, which mail box i should take? my spring is the latest version. On 1/7/07, tooy li(Gmail) [EMAIL PROTECTED] wrote: Hi,igor I make sure there is only one class named this. I also change the name of class to find something, but get nothing. it's very strange.

Re: [Wicket-user] Strange problem, very puzzle for spring in wicket 2.0

2007-01-08 Thread Igor Vaynberg
this one is fine or just attach it to the list -igor On 1/8/07, tooy li(Gmail) [EMAIL PROTECTED] wrote: igor I will send you project late, which mail box i should take? my spring is the latest version. On 1/7/07, tooy li(Gmail) [EMAIL PROTECTED] wrote: Hi,igor I make sure there is only

[Wicket-user] Strange problem, very puzzle for spring in wicket 2.0

2007-01-07 Thread tooy li(Gmail)
I use spring to find some dao service in system. it can work well. but in some situation, some strange things happen. MyPage @SpringBean(id=systemservice) SystemManagerService systemservice; so, when i new one MyPage object, or create it in ut environment, i can get the right bean. but when i

Re: [Wicket-user] Strange problem, very puzzle for spring in wicket 2.0

2007-01-07 Thread Igor Vaynberg
i dont get it, do you have two different SystemManagerService objects? this doesnt make sense org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'SystemManagerService' must be of type [xx.SystemManagerService], but was actually of type [xx.SystemManagerService] -igor

Re: [Wicket-user] Strange problem, very puzzle for spring in wicket 2.0

2007-01-07 Thread tooy li(Gmail)
: [Wicket-user] Strange problem, very puzzle for spring in wicket 2.0 To: wicket-user@lists.sourceforge.net Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=iso-8859-1 i dont get it, do you have two different SystemManagerService objects? this doesnt make sense

Re: [Wicket-user] Strange problem, very puzzle for spring in wicket 2.0

2007-01-07 Thread Igor Vaynberg
Message: 2 Date: Sun, 7 Jan 2007 06:40:34 -0800 From: Igor Vaynberg [EMAIL PROTECTED] Subject: Re: [Wicket-user] Strange problem, very puzzle for spring in wicket 2.0 To: wicket-user@lists.sourceforge.net Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=iso-8859-1 i dont