|
From: nicolas de l. <nic...@gm...> - 2007-02-13 08:16:36
|
Hello,
I'd like to suggest to define an alternative value for
BeanFactory.FACTORY_BEAN_PREFIX as "&" is the XML entity prefix.
To use this prefix in a spring XML context it is required to setup something
like :
<property name="" ref="&ID" />
Doesn't look very nice.
Having a second prefix supported by spring XML-based applicationcontext
would make this cleaner.
Nico.
|