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

XDS error handling: accumulation of errors #77

Open
unixoid opened this issue Aug 19, 2011 · 0 comments
Open

XDS error handling: accumulation of errors #77

unixoid opened this issue Aug 19, 2011 · 0 comments
Labels

Comments

@unixoid
Copy link
Collaborator

unixoid commented Aug 19, 2011

XDS validators should not throw exception after the very first found error, but try to discover all other errors as well (when possible), and report them all to the user in a single "package". In other words, they should follow the same approach as HL7v2 validators, whose execution result is a list of error messages, from which an org.openehealth.ipf.modules.hl7.CompositeHL7v2Exception instance is then created.

This will be very helpful when it should be discovered why a particular message is not accepted by an XDS endpoint --- it will not be neccessary to resend the message multiple times.

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

No branches or pull requests

1 participant