--- Paul <[EMAIL PROTECTED]> wrote:
> Well thanks for the replies. Unfortunately I have no
> auto-wire configurations in my setup 

I believe the default is by-name.

> no matter what I change the name of the bean to
> (repositoryPassword to randomPassword) the value of
> the constructor keeps getting passed as an override
> method in the action re-direct.
> 
> Very odd indeed.
> 
> I switched from using Spring 2.0.2 to Spring 2.1 M2.
> Wonder if that has somehow made a difference having
> only changed my libraries? hmmm

Well, if that's really the only thing you changed it's
certainly *very* suspicious... that you can name that
particular bean anything you want... that's just
weird.

Do you have any actions defined in any of your Spring
context config files?

> <bean id="repositoryPassword" 
>       class="java.lang.String">
>   <constructor-arg index="0" value="pass" />
> </bean>

You're saying that even if you change the id attribute
of this it's being used as a !method invocation?! (And
you redeployed etc?) *That* is odd. You removed the
old versions of the Spring (and any deps) from the
deployment?

d.



      
____________________________________________________________________________________
Shape Yahoo! in your own image.  Join our Network Research Panel today!   
http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to