NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

LexEVS 6.5.3 Release Highlights Include:

LexEVS Migration from 6.5.4

(Not available for Remote Client – do not add configuration values or new dependencies as these will break the Distributed Client)

Configuration (Local LexEVS only)

  • Add Graph Database Connection Attributes to lbconfig.props file
  • Example

    #graph-db config
    
    ############# Graph Database Configuration
    
    GRAPH_DB_USER=root
    
    GRAPH_DB_PWD=lexgrid
    
    GRAPH_DB_URL=localhost
    
    GRAPH_DB_PORT=8529
    
    GRAPH_DB_MAX_CONNECTIONS=200
    
    GRAPH_DB_CONNECTION_TIMEOUT_LENGTH=60000
    
    STRICT_ARANGO_REQUIREMENT=false




Dependencies

<dependency org="com.arangodb" name="velocypack" rev="1.4.2" conf="default"/>

  <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->

  <dependency org="com.fasterxml.jackson.core" name="jackson-core" rev="2.10.0.pr2" conf="default"/>

+ <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->

+ <dependency org="com.fasterxml.jackson.core" name="jackson-databind" rev="2.10.0.pr2" conf="default"/>

+ <!-- https://mvnrepository.com/artifact/org.codehaus.jackson/jackson-core-asl -->

+ <dependency org="org.codehaus.jackson" name="jackson-core-asl" rev="1.9.13" conf="default"/>

+ <!-- https://mvnrepository.com/artifact/org.codehaus.jackson/jackson-mapper-asl -->

+ <dependency org="org.codehaus.jackson" name="jackson-mapper-asl" rev="1.9.13" conf="default"/>

Issues Fixed in this Release

LexEVS 6.5.3 - Features Implemented


  • No labels