MaxVanL00N
Oct 3rd, 2005, 05:24 AM
Hi gurus!! :D
I have found a way to generate applicationContext with an XDoclet ANT task:
<taskdef name="springdoclet" classname="xdoclet.modules.spring.SpringDocletTask" classpathref="xdoclet.class.path" />
But unfortunately it seems that hashmap beans properties types are not supported, in facts XDoclet documentation for @spring.property tag only support List type for a property, not HashMap.
And this is a problem for me, because a lot of my beans use properties of type java.util.HashMap.
Any workaround???
Thanks a lot
Max
I have found a way to generate applicationContext with an XDoclet ANT task:
<taskdef name="springdoclet" classname="xdoclet.modules.spring.SpringDocletTask" classpathref="xdoclet.class.path" />
But unfortunately it seems that hashmap beans properties types are not supported, in facts XDoclet documentation for @spring.property tag only support List type for a property, not HashMap.
And this is a problem for me, because a lot of my beans use properties of type java.util.HashMap.
Any workaround???
Thanks a lot
Max