The distribution zips which overlay on an existing EAP 6.1 Alpha or GA install contain resource definitions in standalone-full.xml from tests that have run in our release build : arquillian-service in deployments and a bunch of jms destinations registered, e.g.
<jms-queue name="policyQSTransacted">
<entry name="policyQSTransacted"/>
<entry name="java:jboss/exported/jms/policyQSTransacted"/>
</jms-queue>
Is it possible to either capture the standalone-full.xml before the tests run or filter these out? The filter option seems a bit dicey as the filter will have to be updated any time we change something new in standalone-full.xml.
|