[transfer-dev] Cannot set properties on factory-bean result

2010-03-06 Thread Elliott Sprehn
I'm trying to set properties on a bean that's returned from a factory- bean. Here's a simple a test case: beans bean id=Factory class=testing.Factory /bean bean id=Child factory-bean=Factory factory-method=create property name=Property

Re: [transfer-dev] Cannot set properties on factory-bean result

2010-03-06 Thread Bob Silverberg
Did you mean to send this to the Coldspring list? Sent from my iPhone On 2010-03-06, at 7:06 PM, Elliott Sprehn espr...@gmail.com wrote: I'm trying to set properties on a bean that's returned from a factory- bean. Here's a simple a test case: beans bean id=Factory class=testing.Factory

[transfer-dev] Re: Cannot set properties on factory-bean result

2010-03-06 Thread Elliott Sprehn
On Mar 6, 8:18 pm, Bob Silverberg bob.silverb...@gmail.com wrote: Did you mean to send this to the Coldspring list? Sent from my iPhone Yes, yes I did. :( -- Before posting questions to the group please read: