Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fresh mvn clean install fails #3

Closed
mwhavens opened this issue Aug 22, 2017 · 1 comment
Closed

fresh mvn clean install fails #3

mwhavens opened this issue Aug 22, 2017 · 1 comment

Comments

@mwhavens
Copy link

It appears there is an issue with the default configuration for this project. If you do a fresh clone, and try mvn clean install there will be errors.

The issue appears to be in ValidatorTest.java:158. The bundle will most likely never equal null. Instead changing this line to:
if(bundle != null && bundle.getId().getIdPartAsLong() != null ) {
appears to work.

Also for the project to build without issue the Config.java should also have "http://ontoserver.csiro.au/stu3-latest/" added to VALIDATOR_TERMINOLOGY_SERVER_URLS.

@msfyuksel
Copy link
Member

Thanks. I have updated the terminology server list and relevant error handling in case of no access. We cannot use STU3 terminology servers for DSTU2 resources, the HL7 Validator does not work with them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants