[
http://jira.jboss.com/jira/browse/JBESB-1045?page=comments#action_12376980 ]
Bernhard Gass commented on JBESB-1045:
--------------------------------------
Correct, line 283 in org.jboss.soa.esb.listeners.gateway.SQLTableGatewayListener
// Polling interval
String sAux = _config
.getAttribute(ListenerTagNames.POLL_LATENCY_SECS_TAG);
if (!Util.isNullString(sAux)) {
try {
_sleepBetweenPolls = 1000 * Long.parseLong(sAux);
}
where POLL_LATENCY_SECS_TAG points to
/** Poller tagnames */
public static final String POLL_LATENCY_SECS_TAG = "pollLatencySeconds";
in line 88 in org.jboss.soa.esb.listeners.gateway.ListenerTagNames.java
but it is supposed to be one of these:
poll-frequency-seconds (depricated)
schedule-frequency
scheduleidref
according to 'jbossesb-1.0.1.xsd', right?
SQL-Listener poll frequency cannot be changed
---------------------------------------------
Key: JBESB-1045
URL:
http://jira.jboss.com/jira/browse/JBESB-1045
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Rosetta
Affects Versions: 4.2
Environment: OS X - 10.4.10
Dual 2GHz PowerPC G5, 3GB
Reporter: Bernhard Gass
Assigned To: Mark Little
Priority: Minor
Kevin Conner reported 'ftp-listener pollLatencySeconds property ignored' in
http://jira.jboss.com/jira/browse/JBESB-843
The same seams to hold true for the SQL-Listener. Field is hard coded to process
pollLatencySeconds
for the poll intervall, but the allowed attributes for scheduling are
poll-frequency-seconds (depricated)
schedule-frequency
scheduleidref
as defined in jbossesb-1.0.1.xsd and that
Effect: Poll intervall is set to default 10s in any case.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira