View Full Version : PropertyPlaceholderConfigurer + name value collection ?
Thibaut
11-03-2005, 01:26 PM
I'm trying to use the property place holder to replace items which are part of the Arguments property on a MethodInvokingFactoryObject.
snippet:
<property name="Arguments">
<name-values>
<add key="login" value="${login}"/>
</name-values>
</property>
I see this failing but can't determine if it's actually intented to work; can anyone confirm this is supported ?
regards,
Thibaut.
Rick Evans
11-03-2005, 07:44 PM
Hi Thibaut
This is a known bug (http://opensource2.atlassian.com/projects/spring/browse/SPRNET-192) (using IFactoryObject implementations in conjunction with PropertyPlaceholderConfigurer).
As you can see from the JIRA issue if you follow the link, this bug has just recently (this week) been fixed. It will be included as a part of the forthcoming 1.0.1 release (and its in the CVS HEAD now).
Please do accept my apologies for having caused this bug in the first place; like I said, it is resolved now though.
Ciao
Rick
Thibaut
11-04-2005, 10:21 AM
Hi Rick
thanks for your reply. This feature is indeed very useful to me, I appreciate your feedback.
Is it fixed in the interim build available at http://springnet.sourceforge.net/build/Spring.NET-20051025-2117.zip ?
I think I've heard about setting up a CruiseControl.Net setup (maybe on the dev list?), I'd love to be able to grab nightlies.
kind regards and keep up the good work
Thibaut
Mark Pollack
11-07-2005, 01:34 AM
Hi Thibaut
I was all set to "deploy" the Spring.NET cruise control web site this past Friday until I realized that the box was running Win XP and not Server 2003 which meant that IIS could only handle 10 (or maybe up to 40 if you hack it) connections. Not to meantion other goofy limitations of IIS 5.x with Win XP. The system admin at CodeStreet (hiya Menachem!) and I started rebuilding the box on Friday and should have it up by the middle of this week.
Cheers,
Mark
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.