Hello,
I’m using Servoy 3.5.8;
I develop a plugin that’s supported by xerces.jar lib.
xerces.jar is, by default, present in {ServoyHome}/lib folder;
I tried to:
-use the plugin in Servoy without xerces.jar (expected to have it already in the classpath);
-use the plugin with xerces.jar.
For all test scenarios plugin throws NullPointerException;
Most of the jars, required for the plugin, are from:
https://cms.paypal.com/cms_content/US/en_US/files/developer/PP_Java_NVP_SDK.zip
PP_Java_NVP_SDK.zip\paypal_nvp_java_sdk\lib
but xerces.jar is the most suspicious -let me know if I’m wrong, please.
It seems that plugin works fine at colleague on Servoy 5.0
How to bridge the version difference (except to install the new environment )? Any known transitive dependency between libraries?
Regards