Pulling out into a separate discussion from: https://community.jboss.org/message/777483
The Arquillian Persistence Extension (APE) has a facility for specifying what the DB should look like before and after a particular @Test is ran. My understanding is that the DB is setup and matched in seperate transactions to that which the @Test runs. This has the following issues/implications:
We pull out the general behavior into the ATE and then refactor APE and a potential "arquillian-extension-jms" to use this support.
The "UsingDataSet/ShouldMatchData" API is very specific to APE. This is good as it's very usable for APE users. Any generic support would need to somehow provide an equally usable API whilst being generic. I've not really thought this through much yet.