Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make JPA/Hibernate use text fields for generated tables #141

Open
derek63 opened this issue Sep 2, 2015 · 0 comments
Open

Make JPA/Hibernate use text fields for generated tables #141

derek63 opened this issue Sep 2, 2015 · 0 comments
Milestone

Comments

@derek63
Copy link
Member

derek63 commented Sep 2, 2015

Instead of varchar fields that aren't long enough for our data. Affected tables.fields are listed below.

TEXT
ESB_MESSAGE.error_details
ESB_MESSAGE.error_message
ESB_MESSAGE_HEADER.value
AUDIT_EVENT.message

MEDIUMTEXT
ESB_MESSAGE.payload
ESB_MESSAGE_SENSITIVE_INFO.value

FYI, these definitions have already been changed in https://github.com/esbtools/esb-message-admin/blob/master/data/database/setupDatabase.sql

@derek63 derek63 added the bug label Sep 2, 2015
@derek63 derek63 added this to the Phase 3 milestone Sep 2, 2015
@derek63 derek63 added the ready label Sep 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant