[JBoss JIRA] Created: (RF-11333) rich:column sorting runs one step behind when partial state saving is disabled
by Bauke Scholtz (JIRA)
rich:column sorting runs one step behind when partial state saving is disabled
------------------------------------------------------------------------------
Key: RF-11333
URL: https://issues.jboss.org/browse/RF-11333
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.Final
Environment: Mojarra 2.1.2, Tomcat 7.0.19 / GlassFish 3.1 / JBoss AS 6.0.0, Eclipse Helios SR1, Win7 x64.
Reporter: Bauke Scholtz
The {{rich:column}} sorting runs one step behind when partial state saving is disabled by
{code}
<context-param>
<param-name>javax.faces.PARTIAL_STATE_SAVING</param-name>
<param-value>false</param-value>
</context-param>
{code}
First click on a sorting header has no effect. Any next click on an arbitrary sorting header executes the sorting as desired by the previous click.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] Created: (RF-10892) components listed in the description were quite difficult to hit
by Juraj Huska (JIRA)
components listed in the description were quite difficult to hit
----------------------------------------------------------------
Key: RF-10892
URL: https://issues.jboss.org/browse/RF-10892
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: mobile
Affects Versions: 4.0.0.Final
Reporter: Juraj Huska
Priority: Minor
1.The numbers of pages on dataScroller, mainly when there is lot of other clickable components - iPhone
2.The plus sign in the trees, mainly not the first level plus sign, but some sublevels plus signs - Nexus
3.The cross, which should cancel the poppup modal panel. iPhone, iPad
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] Created: (RF-11122) IllegalStateException if nested composite components are used
by Thomas Amrhein (JIRA)
IllegalStateException if nested composite components are used
-------------------------------------------------------------
Key: RF-11122
URL: https://issues.jboss.org/browse/RF-11122
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: base functionality
Affects Versions: 4.0.0.Final
Environment: Tomcat 7.0
Mojarra 2.1.2
Windows7_64Bit
Reporter: Thomas Amrhein
A simple <div> inside a nested composite component is converted into a JSF element. RichFaces ist not able to generate unique ID's for these elements.
So this exception does occur:
javax.servlet.ServletException: Komponenten-ID j_idt6:j_idt8:j_idt10 wurde bereits in der Ansicht gefunden.
javax.faces.webapp.FacesServlet.service(FacesServlet.java:606)
root cause
java.lang.IllegalStateException: Komponenten-ID j_idt6:j_idt8:j_idt10 wurde bereits in der Ansicht gefunden.
com.sun.faces.util.Util.checkIdUniqueness(Util.java:821)
This is german and means that the component-ID is already found in the view.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] Commented: (RF-11156) a4j:push Performance problem in CDI sample of push in showcase
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-11156?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-11156:
---------------------------------
I can reproduce this issue.
Initially I have verified that the performance does not affect all user sessions but only the session which has created more than ~5 consumer windows.
> a4j:push Performance problem in CDI sample of push in showcase
> --------------------------------------------------------------
>
> Key: RF-11156
> URL: https://issues.jboss.org/browse/RF-11156
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: examples
> Affects Versions: 4.1.0.Milestone1
> Environment: richfaces-showcase 4.1.0-Snapshot, containers - JBoss AS 6 and 7
> Reporter: Juraj Huska
> Assignee: Lukáš Fryč
> Fix For: 4.1.0.Milestone3
>
>
> When there is more than 5 consumers windows, it causes performance problems(take up to 20 seconds to render message on consumer), at least from the beginning, after some messsages like 3-4 the performance is improved on AS 7.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] Resolved: (RF-11154) Push - Showcase - JMS connection is left opened on JBoss AS 7
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-11154?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč resolved RF-11154.
-----------------------------
Resolution: Done
I have committed changes to JMSMessageProducer that free resources properly.
> Push - Showcase - JMS connection is left opened on JBoss AS 7
> -------------------------------------------------------------
>
> Key: RF-11154
> URL: https://issues.jboss.org/browse/RF-11154
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-push/poll, examples
> Affects Versions: 4.1.0.Milestone1
> Environment: richfaces-showcase 4.1.0.-SNAPSHOT, container JBoss AS 7.0.0.Final
> Reporter: Juraj Huska
> Assignee: Lukáš Fryč
> Fix For: 4.1.0.Milestone3
>
>
> When I am deploying showcase multiple times during running test suite(this multiple deployment is needed in Arquillian, since for every test class is application deployed again), I am encountering with java.lang.OutOfMemoryError: PermGen space error which in my opinion caused by this:
> {code}
> WARN [org.hornetq.jms.client.HornetQConnection] (Finalizer) I'm closing a JMS connection you left open. Please make sure you close all JMS connections explicitly before letting them go out of scope!
> 13:03:33,712 WARN [org.hornetq.jms.client.HornetQConnection] (Finalizer) The JMS connection you didn't close was created here:: java.lang.Exception
> at org.hornetq.jms.client.HornetQConnection.<init>(HornetQConnection.java:152)
> at org.hornetq.jms.client.HornetQTopicConnection.<init>(HornetQTopicConnection.java:35)
> at org.hornetq.jms.client.HornetQConnectionFactory.createConnectionInternal(HornetQConnectionFactory.java:682)
> at org.hornetq.jms.client.HornetQConnectionFactory.createTopicConnection(HornetQConnectionFactory.java:145)
> at org.hornetq.jms.client.HornetQConnectionFactory.createTopicConnection(HornetQConnectionFactory.java:140)
> at org.richfaces.demo.push.JMSMessageProducer.initializeMessaging(JMSMessageProducer.java:86)
> at org.richfaces.demo.push.JMSMessageProducer.sendMessage(JMSMessageProducer.java:66)
> at org.richfaces.demo.push.MessageProducerRunnable.run(MessageProducerRunnable.java:57)
> at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
> {code}
> When I am deploying showcase.war which is without Push example(4.0.0.Final), so no JMS communication is opened, no Perm Gen error is thrown.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months