configurationContext.setProperty(JCR_USERNAME, properties.get(JCR_USERNAME));
String jcrUserName = (String)properties.get(JCR_PASSWORD);
String jcrPassword = (String) properties.get(JCR_USERNAME);
String jcrURL = (String) properties.get(JRC_URL);
String className = (String)properties.get(JCR_CLASS);
registry = new AiravataJCRRegistry(new URI(jcrURL),className,jcrUserName,jcrPassword,new HashMap<String,String>());
} catch (IOException e) {
e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
} catch (RepositoryException e) {
e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
} catch (URISyntaxException e) {