I have a running Mule application I am using in my project. What I would like to do is add some component that would clear some database table everytime the Mule server is started up.
What would be the component to use in this matter? Preferably I'd like it to happen from XML and not some Java component I have to write (JDBC and such)
Thanks!