public void testComponentNameAndSetValue() throws Exception
{
DeployerClient main = getMainDeployer();
MockProfileService ps = new MockProfileService(main);
ManagedObjectFactory mof = ManagedObjectFactory.getInstance();
TestServiceMetaDataICF tsicf = new TestServiceMetaDataICF();
mof.setInstanceClassFactory(TestServiceMetaData.class, tsicf);
// Deploy a datasource with local and xa factories
Deployment ctx1 = createSimpleDeployment("deployment1");
MutableAttachments a1 = (MutableAttachments) ctx1.getPredeterminedManagedObjects();