public void testAdd() throws Exception
{
// Add the component mapper
addComponentMapper(new TestComponentMapper(getPersistenceFactory()));
TestComponent addComponent = createComponentMetaData("component3",
new ObjectName("org.jboss:type=testComponent3"),
createCompositeMetaData("composite3", 'c', new Integer(3)));
ManagedObject temp = getMOF().initManagedObject(addComponent, null);
ManagedComponent component = new TestMgtComponentImpl(temp);