fix(1500): DTS matrix smoke green for H2, PostgreSQL, MySQL, SQL Server - #1509
Merged
Conversation
Restore property-driven Tomcat conf so DTS listens on ${http.port}=9980
(not stock 8080), wire common/lib + PSTomcatPropertySource, and fix
missing package on PSSimpleRedirectorValve so digester can load the
redirector valve. Package tests guard jar layout; matrix Layer-1 OK
for all four DB cells.
Co-Authored by Grok Build using grok-4.5 with agent Grok.
natechadwick-intsof
enabled auto-merge (squash)
July 26, 2026 16:16
natechadwick-intsof
disabled auto-merge
July 26, 2026 16:22
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Makes the DTS Layer-1 install matrix smoke green for the same DB set as CMS (#1507): H2, PostgreSQL, MySQL, SQL Server.
Root causes after EE11 / Tomcat 11 packaging (#1492):
server.xmlon 8080 while product/matrix expect${http.port}= 9980 viaperc-catalina.properties.catalina.propertiesmissingcommon/liboncommon.loaderand missingPROPERTY_SOURCE=com.percussion.tomcat.PSTomcatPropertySource.PSSimpleRedirectorValvemissingpackagedeclaration → class compiled to jar root; digester CNFE → FATAL "Cannot start server".Fixes
server.xml(connectors + redirector valve).catalina.properties(common/lib+ PROPERTY_SOURCE).target/package).package com.percussion.tomcat.valves;toPSSimpleRedirectorValve.${http.port}/ PROPERTY_SOURCE in shipping jar; nested jar valve path.Matrix evidence
Pre-PR Maven (standalone)
No new warnings attributable to this change (baseline javadoc noise unchanged).
Erlang
docs/ai-generated/code-reviews/1500-dts-matrix-smoke-erlang.md— approve, May commit/push: yes.Related
Test plan