Injection injector = new Injection();
for (ConfigProperty cp : listConfProp)
{
if (!XsdString.isNull(cp.getConfigPropertyValue()))
{
injector.inject(mcf, cp.getConfigPropertyName().getValue(),
cp.getConfigPropertyValue().getValue(), cp.getConfigPropertyType().getValue());
}
}
mcClz = mcf.createManagedConnection(null, null);