Hello guys, i have a problem when filling a map property with two constant and using <util:constant>.
I'm using spring 2.5.
Below is my code that doesn't work, can anybody give me a hand on this?
Thanks a lot in advance!Code:<property name="declareParameters"> <map> <!-- key=paramName, value=type --> <entry> <key><util:constant static-field="com.test.DBConstants.P_RESPONDENT_PHONE"/></key> <value><util:constant static-field="java.sql.Types.VARCHAR"/></value> </entry> </map> <property/>
Regards


Reply With Quote
