// todo: how to set the specific domain?
//ApplicationManagedSecurityMetaData secDomain = new ApplicationManagedSecurityMetaData();
//props.get("security-domain").setValue(secDomain);
createComponentTest("TxConnectionFactoryTemplate", propValues, "testTxXACf",
new ComponentType("ConnectionFactory", "Tx"), jndiName);
// Query the interleaving
ManagementView mgtView = getManagementView();
ComponentType type = new ComponentType("ConnectionFactory", "Tx");
ManagedComponent txcf = mgtView.getComponent(jndiName, type);
assertNotNull(txcf);
ManagedProperty interleaving = txcf.getProperty("interleaving");
assertNotNull("interleaving", interleaving);
MetaValue interleavingMV = interleaving.getValue();