<context id="file"> <transactionManager type="EXTERNAL"> <property name="file" value="myfile.dat"/> </transactionManager> <dao interface="ZonePolyDAO" implementation="FileZonePolyDao"/> </context>
In FileZonePolyDao how do I read the file property?