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

HL7 transport sender generates exception with hapi orbit version: 2.4.0.wso2.v1 #3338

Open
sameeragunarathne opened this issue May 16, 2024 · 0 comments
Labels

Comments

@sameeragunarathne
Copy link
Contributor

HL7 transport sender generates following exception with latest hapi orbit version: 2.4.0.wso2.v1 when generating MLLP format. This seems to happed due to the two versions of compiled interfaces referred from the transport.

Exception in thread "Axis2 Task" java.lang.IncompatibleClassChangeError: Found interface ca.uhn.hl7v2.app.Connection, but class was expected at org.wso2.micro.integrator.business.messaging.hl7.transport.HL7TransportSender.sendUsingEPR(HL7TransportSender.java:150) at org.wso2.micro.integrator.business.messaging.hl7.transport.HL7TransportSender.sendMessage(HL7TransportSender.java:66) at org.apache.axis2.transport.base.AbstractTransportSender.invoke(AbstractTransportSender.java:112) at org.apache.axis2.engine.AxisEngine$TransportNonBlockingInvocationWorker.run(AxisEngine.java:626) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829)

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

2 participants