env.setProperty(JNP_DISABLE_DISCOVERY_JNP_INIT_PROP, String.valueOf(JNP_DISABLE_DISCOVERY));
log.debug("Connecting to Profile Service via remote JNDI using env [" + env + "]...");
this.initialContext = createInitialContext(env);
ProfileService profileService = (ProfileService) lookup(this.initialContext, PROFILE_SERVICE_JNDI_NAME);
ManagementView managementView = (ManagementView) lookup(this.initialContext, MANAGEMENT_VIEW_JNDI_NAME);
DeploymentManager deploymentManager = (DeploymentManager) lookup(this.initialContext,
DEPLOYMENT_MANAGER_JNDI_NAME);
AbstractProfileServiceConnection profileServiceConnection;