OVD Plug-In Dependent Libraries
I'm having an issue with dependent code in a custom OVD Java Plug-In... I've uploaded the .jar file to OVD as instructed in document Where To Place An External jar Reference For A Custom OVD 11g Plugin? (Doc ID 1505026.1), however when the plug-in attempts to run I'm still getting an error...
[2016-04-28T13:30:24.317-04:00] [octetstring] [ERROR] [] [com.octetstring.vde.OperationHandler] [tid: 28] [ecid: 0000LHTuz2x2jKaPTMI
7Tc1N8^R800000D,0] Operation error {0} [[
java.lang.NoClassDefFoundError: Could not initialize class gov.doe.esa.util.hash.AttributeHasher
The jar file containing the class is uploaded into the correct directory and shows up on the OVD library list as a "library" I'm wondering if I need a corrected MANIFEST.MF file... they don't specify that you need to build a manifest if the code is dependent code and not an actual plug-in.