* @throws org.jboss.portal.identity.IdentityException
*/
public static ProfileMetaData parseProfileConfiguration(String configFile) throws IdentityException
{
ClassLoader tcl = Thread.currentThread().getContextClassLoader();
ProfileMetaData meta;
try
{
log.info("Processing identity profile configuration");
if (log.isDebugEnabled())
{