Dear @dchiesa1 @anilsr @ssvaidyanathan
I am currently working on an Apigee integration project where I need to utilize a third-party SDK JAR. To achieve this, I am using a Java Callout and have created a Maven project in which I added the third-party SDK JAR as a dependency. I have written the Java code to invoke methods from the SDK and successfully compiled the Maven project. I then uploaded the compiled JAR to Apigee.
However, during deployment, I encountered the error: "Revision is deployed, but traffic cannot flow."
I am unsure why this error is occurring. My key question is: Is it allowed to use a third-party SDK JAR in an Apigee Maven project for Java Callouts?