You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get the sample java callout with properties (from the github apigee-platform-samples/doc-samples/java-properties) working in the vscode Apigee emulator.
However when I try to run a sample proxy using the above within an Emulator within VSCode, I experience the following "No appropriate constructor found in JavaCallout class com.apigeesample.JavaProperties" error when deploying the API proxy to a sample environment:
11/03/2023 1:36 AM EMULATOR INFO Deploying environment eval, to Container apigee (1.10.3)
11/03/2023 1:36 AM EMULATOR ERROR Code : steps.javacallout.NoAppropriateConstructor
11/03/2023 1:36 AM EMULATOR ERROR Message: No appropriate constructor found in JavaCallout class
Version information
Cloud Code Extension version: 2.1.0
VSCode version: 1.83.1
OS: Windows 11
Cloud SDK:
Skaffold:
Kubectl:
Description:
Repro step:
The text was updated successfully, but these errors were encountered:
I am trying to get the sample java callout with properties (from the github apigee-platform-samples/doc-samples/java-properties) working in the vscode Apigee emulator.
However when I try to run a sample proxy using the above within an Emulator within VSCode, I experience the following "No appropriate constructor found in JavaCallout class com.apigeesample.JavaProperties" error when deploying the API proxy to a sample environment:
11/03/2023 1:36 AM EMULATOR INFO Deploying environment eval, to Container apigee (1.10.3)
11/03/2023 1:36 AM EMULATOR ERROR Code : steps.javacallout.NoAppropriateConstructor
11/03/2023 1:36 AM EMULATOR ERROR Message: No appropriate constructor found in JavaCallout class
Version information
Cloud Code Extension version: 2.1.0
VSCode version: 1.83.1
OS: Windows 11
Cloud SDK:
Skaffold:
Kubectl:
Description:
Repro step:
The text was updated successfully, but these errors were encountered: