[ https://issues.apache.org/jira/browse/CTAKES-545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17271936#comment-17271936 ]
Jaime Zelada commented on CTAKES-545: ------------------------------------- Hi guys I'm currently using this object to initialize my pipeline; {code:java} // static AnalysisEngine pipeline; public void init() throws ServletException { LOGGER.info("Initilizing Pipeline..."); AggregateBuilder aggregateBuilder; try { aggregateBuilder = Pipeline.getAggregateBuilder(); pipeline = aggregateBuilder.createAggregate(); } catch (Exception e) { throw new ServletException(e); } }{code} {{and then to start the process using the pipeline object:}} {code:java} // code placeholder JCas jcas = pipeline.newJCas(); jcas.setDocumentText(text); pipeline.process(jcas); String result = formatResults(jcas, format, response); {code} {{How can I pass the _UMLS API Key to the jcas object._}} {{If is not passed that way how should I setup the variable?}} {{Thanks}} > New Authentication Mechanism for UMLS > ------------------------------------- > > Key: CTAKES-545 > URL: https://issues.apache.org/jira/browse/CTAKES-545 > Project: cTAKES > Issue Type: Task > Components: ctakes-dictionary-lookup-fast > Affects Versions: 4.0.0, 4.0.1 > Environment: All > Reporter: Peter Abramowitsch > Priority: Blocker > Fix For: 4.0.0.1 > > Attachments: Readme_for_UMLS_auth.txt > > Original Estimate: 168h > Remaining Estimate: 168h > > The UMLS has changed from a vendor/user/password/ paradigm to an API key > paradigm -- This message was sent by Atlassian Jira (v8.3.4#803005)