+ The HAPI-FHIR library depends on other libraries to provide specific functionality. + Some of those libraries are listed here: +
+ ++ XML processing (for resource marshalling and unmarshalling) uses the + Java StAX API, which is a fast and efficient API for XML processing. + HAPI bundles (for release archives) and depends on (for Maven builds) + the Woodstox library, which + is a good implementation of StAX. +
++ Upon starting up, HAPI will emit a log line indicating which StAX implementation + is being used, e.g: +
+ ++ If a different implementation is being used, you may want to consider using + Woodstox instead by setting the following system properties: +
+ + +