[
https://issues.jboss.org/browse/RF-11737?page=com.atlassian.jira.plugin.s...
]
Jacek M commented on RF-11737:
------------------------------
Hi all,
I'm new in jboss comunity.
I have the same problem with my composite component.
Properites :
<properties>
<app>timetrack</app>
<seam.version>3.1.0.Final</seam.version>
<richfaces.version>4.1.0.Final</richfaces.version>
<version.jbossas>7.1.0.Beta1</version.jbossas>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputEncoding>UTF-8</project.build.outputEncoding>
</properties>
My content:
<cc:interface>
<cc:attribute name="onsave"/>
<cc:attribute name="onremove"/>
<cc:attribute name="render"/>
</cc:interface>
<cc:implementation>
<focus:focus name="tLDPFocus" timing="onJScall"
for="tLDF:i:autoC" suffix="Input"/>
<rich:popupPanel id="tLDP" autosized="true"
moveable="true" onshow="tLDPFocus();">
<f:facet
name="header">#{messages['view.private.calendar.timeLogDetailsPanel']}</f:facet>
<h:form id="tLDF">
<a4j:queue requestDelay="500"
ignoreDupResponses="true"/>
<h:panelGroup id="cidC">
<input type="hidden" value="#{conversation.id}"
name="cid"/>
</h:panelGroup>
In any ajax request from this form "Queue with name ....." is write to jboss
log.
WARNING: Queue with name 'xxx' has already been registered
----------------------------------------------------------
Key: RF-11737
URL:
https://issues.jboss.org/browse/RF-11737
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-a4j-core
Affects Versions: 4.1.0.CR1
Environment: RF4.0.1.20111111RC1, Mojarry 2.1.4, Tomcat 7.0.21, Gentoo Linux
Reporter: Milo van der Zee
Assignee: Lukáš Fryč
As soon as a component with a queue is put inside a composite it will create a warning as
soon as the compont is used (clicking a button or firing a poller event). Even if other
components outside the composite are used.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira