Hi every body,
I want to execute DiffDatabaseTask with Ant but the problem is that I have three hibernate.cfg files each for one module in my application and I don’t know how to put them into diffChangeLog task, so I decided to get configuration from application context and send it to HibernateDatabase to continue with that instead of getting resource as stream.
can anyone help me?