]
Kevin Conner updated JBESB-2262:
--------------------------------
Fix Version/s: 4.2.1 CP5
Affects Version/s: 4.2.1 CP4
(was: 4.4 CP1)
SqlGatewayListener requires timestamp field
-------------------------------------------
Key: JBESB-2262
URL:
https://jira.jboss.org/jira/browse/JBESB-2262
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Rosetta
Affects Versions: 4.2.1 CP4
Reporter: Martin Vecera
Fix For: 4.2.1 CP5
When there's no timestamp field name cconfigured in jboss-esb.xml, it should be
ignored and SqlGatewayListener shouldn't try to update the fetched line with the
timestamp.
This is not true and the condition on line 593 in
org.jboss.soa.esb.listeners.gateway.SqlTableGatewayListener:
if (_timestamp.trim().length() < 1) {
sb.append(", " + _timestamp + " = ? ");
}
must be inverted.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: