[esb-issues] [JBoss JIRA] Commented: (JBESB-1045) SQL-Listener poll frequency cannot be changed

Bernhard Gass (JIRA) jira-events at lists.jboss.org
Sun Sep 16 22:07:11 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBESB-1045?page=comments#action_12377061 ] 
            
Bernhard Gass commented on JBESB-1045:
--------------------------------------

Changing  line 88 in org.jboss.soa.esb.listeners.gateway.ListenerTagNames.java 

from 

  /** Poller tagnames */
    public static final String POLL_LATENCY_SECS_TAG = "pollLatencySeconds";

to 

  /** Poller tagnames */
    public static final String POLL_LATENCY_SECS_TAG = "schedule-frequency";

does the trick for a discrete interval, but it does not cover a reference to a defined schedule ('scheduleidref') .

> 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

        



More information about the esb-issues mailing list