Add event launch when loading file resource during configuration ----------------------------------------------------------------
Key: IBATISNET-276 URL: https://issues.apache.org/jira/browse/IBATISNET-276 Project: iBatis for .NET Issue Type: New Feature Components: DataMapper Affects Versions: DataMapper 3.0 Reporter: Gilles Bayon Assignee: Gilles Bayon Fix For: DataMapper 3.0 Can be used in to implement a solution to monitor file configuration change. iBATIS will no more incorporated a build in solution to reset the datamappper on file configuration change. IConfigurationEngine engine = new DefaultConfigurationEngine(); engine.FileResourceLoad += FileResourceEventHandler; private void FileResourceEventHandler(object sender, FileResourceEventArgs evnt) { ... } -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.