Menu

#54 Consolidate global HAPI configuration

2.1
closed-fixed
None
5
2013-01-20
2012-04-08
No

There is a number of system properties used for globally configuring various parts of HAPI. Consolidate and document them properly and offer a way to configure them in one place (e.g. a properties file).

Probably after HAPI 2.0

Discussion

  • James Agnew

    James Agnew - 2012-06-20

    This is long overdue, I agree. Let's try and tackle it for the next release after 2.0. Ideally nothing should be required to be configured by system property, since they are scattered around the library, and obviously are problematic in any environment where multiple applications are deployed to a single JVM.

    For things related to message parsing, a few of these properties can already be set at the individual parser level in ParserConfiguration: http://hl7api.sourceforge.net/base/apidocs/ca/uhn/hl7v2/parser/ParserConfiguration.html

    I really need to get that documented properly, there's a commented-out start to it in changes.xml :)

     
  • Christian Ohr

    Christian Ohr - 2013-01-20
    • assigned_to: Christian Ohr
    • milestone: --> 2.1
     
  • Christian Ohr

    Christian Ohr - 2013-01-20

    Introduced HapiContext. A few systemproperties remain for backwards-compatibility reasons.

     
  • Christian Ohr

    Christian Ohr - 2013-01-20
    • status: open --> closed-fixed
     

Log in to post a comment.