public void testManagedConnectionFactoryPropertyMetaData()
throws Exception
{
ManagedConnectionFactoryDeploymentGroup mcf = initMCFDG();
ManagedObjectFactory mof = getMOF();
LocalDSInstanceClassFactory dsicf = new LocalDSInstanceClassFactory();
mof.addInstanceClassFactory(dsicf);
ManagedObject mcfMO = mof.initManagedObject(mcf, "ManagedConnectionFactoryDeploymentGroup", null);
ManagedProperty deployments = mcfMO.getProperty("deployments");
Object dvalue = deployments.getValue();
assertTrue(dvalue.getClass()+"", dvalue instanceof CollectionValue);