Skip to content

WaterSupplyAccounting IT failing in latest #1568

@rma-rripken

Description

@rma-rripken

The Integration Tests for WaterSupplyAccounting are failing with the latest schema.

I believe cwms-database changes affected the shape of some Oracle user-defined-types and there is a mismatch between what jOOQ thinks the types need vs what the database is expecting. This mismatch is leading to jOOQ sending a description field into what the database is expecting to be a timestamp. The string is not parsing as a timestamp and eventually triggering a bind exception.

CDA might be able to work around the issue by doing its own type mapping or perhaps codegen can be run against the latest schema and the CDA dependency updated depending on the schema ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions