Hi Everyone,
I've got a custom method that uses SBO. When I execute the method using composer it works fine.
The issue it's when I package the method into a jar file. It gives me the below error.
2021-04-19 09:14:15,446 ERROR [stderr] (default task-6) java.lang.ClassCastException: class com.uti.dms.bof.sbo.impl.JMSService cannot be cast to class com.uti.dms.bof.sbo.impl.JMSService (com.uti.dms.bof.sbo.impl.JMSService is in unnamed module of loader com.documentum.fc.client.impl.bof.classmgmt.URLClassLoaderEx @3527f3b9; com.uti.dms.bof.sbo.impl.JMSService is in unnamed module of loader java.net.URLClassLoader @3c255dd9)
Anyone who's got an idea what causes the issue?
Thanks,
Thembani