adobe / bridgeService

The BridgeService is a library that allows your project to access java code to which you do not have implicite and normal access. Use cases are JS/Python/C++ accessing Java objects or java objects that are protected, and that you do not want to distribute as a library.
MIT License
6 stars 3 forks source link

Remove wrong message when we have Linkage Error #89

Closed baubakg closed 6 months ago

baubakg commented 7 months ago

Today we have an error message stating Linkage Error detected. This can be corrected by either setting the config value IBS.CLASSLOADER.INTEGRITY.MODE to 'automatic', or by enriching the IBS.CLASSLOADER.STATIC.INTEGRITY.PACKAGES property with the given path.",

This is currently incorrect, and should be rephrased.