3 Replies Latest reply on Apr 16, 2013 4:59 AM by nino1717

    a4j:push

    nino1717

      Hello,

      I have JSF page with richfaces 4.3.0 a4j:push running on weblogic 10.3.5, and a4j:push looks like this:

       

      <a4j:push id="pushJms" address="pushTopicsContext" onerror="alert('error: ' + event.rf.data)">

             <a4j:ajax event="dataavailable" render="timer" />

      </a4j:push>

      <a4j:outputPanel id="timer" layout="block">#{utilityBean.time}</a4j:outputPanel>

      <a4j:log level="ALL" popup="true" width="400" height="200"/>

       

       

      Aad it’s working, BUT after sending 59 messages a4j:push stops to send request, i’ve noutice this using tcp monitor, the last response I always get is this

      <"topic":"pushTopicsContext","data":"message","number":59>

      And after this message it updates timer panel and doesn’t send a new request to receive new message, nothing is shown in the log and no javascript errors.

      Please help.

      Regards