Poll not working agter upgrade
------------------------------
Key: TRINIDAD-1559
URL: https://issues.apache.org/jira/browse/TRINIDAD-1559
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Affects Versions: 1.2.11-core
Environment: jrocket 1.6, Weblogic 10.3, trinidad-api-1.2.11.jar,
trinidad-impl-1.2.11.jar, jsf-api.jar (mojarra-1.2_13-b01-FCS), jsfiml.jar
(mojarra-1.2_13-b01-FCS)
Reporter: Eric Moritz
Priority: Minor
I have upgraded our application from Trinidad 1.0.1 to Trinidad 1.2.11 and
after compile and deploy to Weblogic 10.3, the tr:poll only fires the first
time and never again. This has been working fine for a couple of years with
1.0.1. Any reason for this? Are there any specific changes required to
trinidad-config.xml or web.xml that would cause this? Is there any migration
documentation?
<f:view>
<tr:document title="#{messages.titleSample}">
<link href="/alarmviewer/alarmviewer/css/common.css"
rel="stylesheet"
type="text/css" />
<h:form id="form">
<tr:inputHidden id="mapId"
value="#{viewerHandler.mapId}" immediate="true"/>
<tr:panelGroupLayout layout="vertical">
<tr:panelHeader
text="#{viewerContext.controls.sharedControls.lastRefreshDate}"
icon="#{messages.iconTekelec}" partialTriggers="autoRefreshPoll"/>
<tr:panelGroupLayout layout="default"
partialTriggers="autoRefresh unfreezePoll">
<tr:poll id="autoRefreshPoll"
binding="#{viewerContext.controls.sharedControls.autoRefreshRatePoll}"
interval="#{viewerContext.controls.sharedControls.autoRefreshRateInMilliSeconds}"
pollListener="#{viewerContext.actionProviders.sharedActions.updateDatasource}">
</tr:poll>
<tr:poll id="unfreezePoll"
binding="#{viewerContext.controls.sharedControls.unfreezeRatePoll}"
interval="#{viewerContext.controls.sharedControls.unfreezeRateInMilliSeconds}"
pollListener="#{viewerContext.actionProviders.sharedActions.unfreeze}"
rendered="false">
</tr:poll>
</tr:panelGroupLayout>
<jsp:directive.include
file="main-area/index.jsp" />
<jsp:directive.include
file="table-area/index.jsp" />
</tr:panelGroupLayout>
</h:form>
</tr:document>
</f:view>
Regards,
Eric
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.