Exception for file paths > 255 characters

Issue #23 resolved
Bundesagentur für Arbeit Nürnberg created an issue

Hey,

we run into an exception when the path length exceeds 255 characters:
java.sql.SQLException: ORA-12899: Wert zu groß für Spalte "STASH"."AO_B33490_AO_FILE_COVERAGE"."PATH" (aktuell: 276, maximal: 255)

This is most likely a default length of the database, due to is missing StringLength definition in the DAO AoFileCoverage.

Attached is the complete exception stack trace.

Comments (1)

  1. Log in to comment