else
{
out.println("Managed-connection-factory:");
out.println("---------------------------");
ResourceAdapter10 ra10 = (ResourceAdapter10)ra;
out.println("Class: " + ra10.getManagedConnectionFactoryClass());
classname = ra10.getManagedConnectionFactoryClass().toString();
transSupport = ra10.getTransactionSupport();
Map<String, String> configProperty = null;
if (ra10.getConfigProperties() != null)
configProperty = new HashMap<String, String>();
Map<String, String> introspected =
getIntrospectedProperties(classname, rarFile, cps);
for (ConfigProperty cp : ra10.getConfigProperties())
{
configProperty.put(cp.getConfigPropertyName().toString(),
getValueString(cp.getConfigPropertyValue()));
removeIntrospectedValue(introspected, cp.getConfigPropertyName().toString());