/* 58 */ log.trace("Create ActivationSpec rar=" + rarName + " messagingType=" + messagingType + " activationConfig=" + activationConfig + " messageListner=" + mlmd);
/* */ }
/* */
/* 62 */ for (Iterator i = mlmd.getRequiredConfigProperties().iterator(); i.hasNext(); )
/* */ {
/* 64 */ RequiredConfigPropertyMetaData rcpmd = (RequiredConfigPropertyMetaData)i.next();
/* */
/* 66 */ String rcp = rcpmd.getName();
/* 67 */ String rcpName = rcp.substring(0, 1).toUpperCase();
/* 68 */ if (rcp.length() > 1)
/* 69 */ rcpName = rcpName.concat(rcp.substring(1));
/* 70 */ if (trace) {
/* 71 */ log.trace("Checking required config " + rcpName);