Im currently using flyway 1.7 and jBoss 7. When flyway migrations are running if the time to fully migrate takes more than 5 minutes jBoss shows that it timeouts the transaction, but even after that flyway keeps on migrating and eventually i end up with a fully migrated DB but a failed deployment because of the transaction timeout. I also recently realised that if i try to shut down jBoss while the migrations are running, migrations are not affected and they keep on executing. Is this a desirable behaviour? Is flyway running the migrations under some sort of her own blocked transaction that i cant do anything about it?
Regards, D