I have a Java jar (apigee-logger.jar) which I would like to reference in many different proxies. In trying to avoid uploading it to each of the proxies, I have uploaded it to the Organization/Environment (I have tried both levels). I get the following error when attempting to save:
messaging.config.beans.InvalidBundle. Errors:[Entity : policy-Logger, Resource Not Found: apigee-logger.jar;].
If I upload the jar to the proxy directly it saves/deploys/runs just fine. The jar does not have any dependencies as at the moment it just sets a variable on the message context.
Is this method of accessing resources not supported or am I missing something?