Deployment Checklist
Partner Runtime
Use this checklist after connector development is complete and before handing off to operations.
Build a deployable artifact
Build the assembly JAR, which includes all connectors and their connector-specific dependencies (e.g., JDBC drivers). The runtime supplies shared components (csp-sdk-core, Spring, oe-core) to prevent version clashes and duplicate classes.
Generate the assembly/target/csp-sdk-<version>.jar using ./build-csp-sdk.sh or mvn clean install -pl assembly -am.
Upload/copy JAR for OvalEdge pickup
Copy artifact(s) to the runtime-configured jar path used by OvalEdge for connector loading. The exact folder is environment-specific and configured in OvalEdge system settings (ovaledge.jarpath).
Ensure runtime prerequisites
Required shared dependencies must be available in the runtime classpath (for example, `csp-sdk-core` and platform-shared bundles used in your environment). Connector JAR should include `release-{artifactId}.properties` metadata.
Restart Services
Restart OvalEdge services so the connectors are discovered.
Verify Deployment
Confirm:
Connector appears in the connectors page
Connection validation works
Metadata extraction works
Query execution succeeds
Rollback
If validation fails:
Restore the previous JAR.
Restart services.
Copyright © 2026, OvalEdge LLC, Peachtree Corners, GA, USA.
Last updated
Was this helpful?

