Hello, is it possible to use constant properties (${}) in the main configuration file, e.g.: <sqlMapConfig> <properties resource="pl/psnc/progress/szd/rad/common.properties"/> <sqlMap resource="${core}" /> </sqlMapConfig>
I want to use it to manage files for different db engines. The best would be to use just the prefix/suffix,: <sqlMap resource="pl/.../file${suffix}.xml" /> Can we do something like this in ibatis? Michał Małecki