// JBossXB is very strict with xml content ordering. This
// is a workaround to prevent failures of testcase because
// of xml contents
System.setProperty("xb.builder.useUnorderedSequence", "true");
bootstrap = new UnitTestBootstrap();
bootstrap.deploy(getResource("instance/classloader.xml"));
bootstrap.deploy(getResource("instance/aop.xml"));
bootstrap.deploy(getResource("instance/deployers.xml"));
bootstrap.deploy(getResource("instance/pojo.xml"));
bootstrap.deploy(getResource("instance/beans.xml"));