Archie Library

Hello everyone,

I’m working on a Spring Boot project that involves validating openEHR Operational Templates (OPTs) using the Archie library. I’m encountering persistent dependency resolution issues, particularly with the archie-all library and its transitive dependencies.

Here’s my current setup:

  • Spring Boot version: [Your Spring Boot version]
  • Archie library version: 3.13.1
  • Java version: [Your Java version]
  • build tool : Maven

I’ve been struggling to consistently resolve import errors and “class not found” exceptions, even after trying various combinations of Archie dependencies and cleaning/rebuilding my project.

Could anyone recommend a reliable set of dependencies for Spring Boot that work well with the Archie library for OPT validation? Also, are there any best practices or troubleshooting tips for resolving complex dependency issues in Spring Boot, especially when working with libraries that have evolving APIs?

Any help or guidance would be greatly appreciated. Thank you!"

I’m not a java developer but the ehrbase stack is built on Archie and Spring boot - perhaps you can find some ideas there e.g in the SDK GitHub - ehrbase/openEHR_SDK: A SDK to facilitate the development of openEHR applications

Thanks so much Mr Mcnicoll for your response, I will visit the link to obtain more information.
Best regards.