Hi,
I'm attempting to parse/validate a C-CDA document using the 20220126 updates and I'm encountering issues. The CDAUtil.load method always throws a MissingResourceException when it is looking for the string resource 'cdaSchema'.
Suggestions on how to solve this? Is there an extra configuration file needed to locate the XML schema for C-CDA documents? I would have expected the mdht-model JARS to contain the necessary schemas and other runtime-required definitions.
I'm not able to find any documentation on line, as the cdatools.com domain is apparently up for sale, and the openhealthtools.org site seems to be 'hijacked'.
As a separate issue, I'm not able to run the maven example in this (mdht-models) project because the mdixinc.net artifactory isn't available.
Hi,
I'm attempting to parse/validate a C-CDA document using the 20220126 updates and I'm encountering issues. The CDAUtil.load method always throws a MissingResourceException when it is looking for the string resource 'cdaSchema'.
Suggestions on how to solve this? Is there an extra configuration file needed to locate the XML schema for C-CDA documents? I would have expected the mdht-model JARS to contain the necessary schemas and other runtime-required definitions.
I'm not able to find any documentation on line, as the cdatools.com domain is apparently up for sale, and the openhealthtools.org site seems to be 'hijacked'.
As a separate issue, I'm not able to run the maven example in this (mdht-models) project because the mdixinc.net artifactory isn't available.