protected void setManagedConnectionFactoryAttribute(String name, Class clazz, Object value, boolean mustExist)
{
try
{
getConfigPropertyHandler().handle(new ConfigProperty(name, clazz, value), mustExist);
}
catch (Exception e)
{
String error = "Unable to set property '" + name + "' " + "on object '" + mcf + "'";
if (e instanceof InvocationTargetException)