Posted http://opensource.atlassian.com/projects/spring/browse/SPR-2086. I also fixed the converted to config snippet in the bug to:
<bean id="foo">
<property name="ecorePackages">
<list>
...
Type: Posts; User: esp; Keyword(s):
Posted http://opensource.atlassian.com/projects/spring/browse/SPR-2086. I also fixed the converted to config snippet in the bug to:
<bean id="foo">
<property name="ecorePackages">
<list>
...
Hi,
I've been trying out the new Spring 2.0M4 XSD stuff, and I'm running into a problem. I tried converting a bean from the old-style FieldRetrievingFactoryBean to the new util:constant and it...