Hi,I would like to define a property in a single point and be able to use it in the entire document, with no need to pass each time from the Java code.
i.e.
* sql-map-config.xml
<sqlMapConfig>
<properties resource="properties/ibatis.properties" />
...
</sqlMapConfig>
* ibatis.properties
[EMAIL PROTECTED]
* sql-map.xml
<statement ...>
select cl, tipo from VITATIPO${DBLINK}
order by CL
</statement>
or something like that...
Thank you very much,
Guido García Bernardo
