A follow-up in case anyone else stumbles across this issue. Turns out the only XML editor that complained about combining constructor-arg and property elements in the same bean element was a...
Type: Posts; User: bstansberry; Keyword(s):
A follow-up in case anyone else stumbles across this issue. Turns out the only XML editor that complained about combining constructor-arg and property elements in the same bean element was a...
The spring-beans.dtd does not allow the use of both constructor-based and setter-based injection in the same bean, i.e
Not knowing about this restriction, I created a couple beans that mixed...