We have a custom extension (custom_xyz) deployed in Mirth which is used in channels.
Since, the custom plugins are nothing but jars deployed in Mirth, the custom jar is not injected as part of the extension jar.
We are facing challenges to deploy a custom jar which is used in extension custom_xyz.
It throws an exception as - "Class not found exception" for the classes being used from the custom jar.
We tried deploying the custom jar in client-lib/server-lib/manager-lib/custom-lib but none of these helped us.
Any leads to resolve this issue would be helpful. Thank you in advance.
Since, the custom plugins are nothing but jars deployed in Mirth, the custom jar is not injected as part of the extension jar.
We are facing challenges to deploy a custom jar which is used in extension custom_xyz.
It throws an exception as - "Class not found exception" for the classes being used from the custom jar.
We tried deploying the custom jar in client-lib/server-lib/manager-lib/custom-lib but none of these helped us.
Any leads to resolve this issue would be helpful. Thank you in advance.
Comment