Hide Forgot
Description of problem: SqlTableGatewayListener class in general has virtually not enough debug statements for trouble shooting when a problem arises. Recently we ran into an issue with the SQL that was built by SqlTableGatewayListener. Since there was no debug logging on the sql that got built, we had to use byteman scripts to figure out the SQL. The following three methods should at least log the SQL that it built before returning from the method. protected String scanStatement(); protected String updateStatement(); protected String deleteStatement(); Version-Release number of selected component (if applicable): JBossESB 4.10 How reproducible: Does not apply. Steps to Reproduce: Does not apply.
GSS prioritizes this 'medium'. This should be a very fast / low risk change, it would be nice to have it in SOA-P 5.3 if possible.
Tom Cunningham <tcunning> updated the status of jira JBESB-3803 to Resolved
Tom Cunningham <tcunning> updated the status of jira JBESB-3803 to Closed
Tom Cunningham <tcunning> made a comment on jira JBESB-3803 Added debug statements to scan/update/deleteStatement.
I have set the technical note field to negative as this appears to have been detected and fixed in the same version, so users will not have seen it.
Verified in ER4