Closed ahennr closed 8 years ago
This PR fixes an error in the initialize-beans.xml.
initialize-beans.xml
The attribute of ref element must be bean (see Spring reference), not local.
ref
bean
local
:+1: good catch. And shame on me for not noticing this earlier.
Thanks, and please merge..
:+1: I'll merge now
This PR fixes an error in the
initialize-beans.xml
.The attribute of
ref
element must bebean
(see Spring reference), notlocal
.