[JBoss JIRA] (RF-11568) Collapsible panel: toggleListener doesn't work inside iteration components
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-11568?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-11568:
-------------------------------
Labels: ci_issue uiRepeat#setIndex (was: ci_issue)
> Collapsible panel: toggleListener doesn't work inside iteration components
> --------------------------------------------------------------------------
>
> Key: RF-11568
> URL: https://issues.jboss.org/browse/RF-11568
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.1.0.Milestone3
> Environment: RichFaces 4.1.0-SNAPSHOT
> Metamer 4.1.0-SNAPSHOT r.22819
> JBoss Web 7.0.2.Final (Mojarra 2.1.3)
> OpenJDK Runtime Environment 1.6.0_22-b22 @ Linux
> Chrome 14.0.835.202 @ Linux i686, Firefox 7.0.1
> Reporter: Pavol Pitonak
> Labels: ci_issue, uiRepeat#setIndex
> Fix For: 5-Future
>
>
> # deploy Metamer and open http://localhost:8080/metamer/faces/components/richCollapsiblePanel/simpl...
> # collapse the panel and verify that string "* panel collapsed" appeared in the page header
> # expand the panel and verify that string "* panel expanded" appeared in the page header
> # open the same page in iteration component (e.g. richList)
> # collapse the panel and verify that string "* panel collapsed" appeared in the page header
> # expand the panel and verify that string "* panel expanded" appeared in the page header
> result:
> listener is called only for collapsed panel, not for expanded panel
> the component behaves wrong only in following templates:
> * a4jRepeat
> * richCollapsibleSubTable
> * richDataGrid
> * richDataTable
> * richExtendedDataTable
> * richList
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13725) Showcase can not be deployed on Tomcat 7 due to Weld & Guava integration
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13725?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13725:
-------------------------------
Fix Version/s: 4.5.0.Beta1
> Showcase can not be deployed on Tomcat 7 due to Weld & Guava integration
> ------------------------------------------------------------------------
>
> Key: RF-13725
> URL: https://issues.jboss.org/browse/RF-13725
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: showcase
> Affects Versions: 4.5.0.Alpha3
> Reporter: Juraj Húska
> Fix For: 4.5.0.Beta1
>
>
> Showcase can not be deployed on Tomcat 7. Following exception, closely related to guava & Weld, is thrown:
> {code}
> SEVERE: Error configuring application listener of class org.jboss.weld.environment.servlet.Listener
> java.lang.IllegalAccessError: tried to access method com.google.common.collect.MapMaker.makeComputingMap(Lcom/google/common/base/Function;)Ljava/util/concurrent/ConcurrentMap; from class org.jboss.weld.logging.WeldMessageConveyor
> at org.jboss.weld.logging.WeldMessageConveyor.<init>(WeldMessageConveyor.java:61)
> at org.jboss.weld.logging.WeldMessageConveyerFactory.getDefaultMessageConveyer(WeldMessageConveyerFactory.java:27)
> at org.jboss.weld.logging.LoggerFactory.<init>(LoggerFactory.java:37)
> at org.jboss.weld.logging.LoggerFactory.loggerFactory(LoggerFactory.java:51)
> at org.jboss.weld.bootstrap.WeldBootstrap.<clinit>(WeldBootstrap.java:124)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
> at java.lang.Class.newInstance(Class.java:374)
> at org.jboss.weld.environment.servlet.util.Reflections.newInstance(Reflections.java:36)
> at org.jboss.weld.environment.servlet.Listener.<init>(Listener.java:70)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
> at java.lang.Class.newInstance(Class.java:374)
> at org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:140)
> at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4888)
> at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5467)
> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
> at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
> at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
> at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
> at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1083)
> at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1880)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
> at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:745)
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13727) Switchable panels do not work after rerendering whole page
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RF-13727?page=com.atlassian.jira.plugin.s... ]
Pavol Pitonak updated RF-13727:
-------------------------------
Environment:
RichFaces 4.5.0-SNAPSHOT
Metamer 4.5.0-SNAPSHOT
Mojarra 2.2.6/2.2.7
Apache Tomcat 7.0.54, WildFly 8.1.0.Final
OpenJDK Runtime Environment 1.8.0_05-b13 @ Linux
Firefox 30.0 @ Linux x86_64
was:
RichFaces 4.1.0.Final, 4.2.0.Final, 4.2.1.CR1
Metamer 4.2.0.20120217-Final, 4.2.1.20120330-CR1
Mojarra 2.1.7-jbossorg-1
JBoss AS 7.1.1.Final
OpenJDK Runtime Environment 1.6.0_24-b24 @ Linux
Chrome 18.0.1025.142 @ Linux i686, Firefox 11.0 @ Linux x86_64
> Switchable panels do not work after rerendering whole page
> ----------------------------------------------------------
>
> Key: RF-13727
> URL: https://issues.jboss.org/browse/RF-13727
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.5.0.Alpha3
> Environment: RichFaces 4.5.0-SNAPSHOT
> Metamer 4.5.0-SNAPSHOT
> Mojarra 2.2.6/2.2.7
> Apache Tomcat 7.0.54, WildFly 8.1.0.Final
> OpenJDK Runtime Environment 1.8.0_05-b13 @ Linux
> Firefox 30.0 @ Linux x86_64
> Reporter: Pavol Pitonak
>
> # deploy Metamer and open one of these pages:
> ## http://localhost:8080/metamer/faces/components/richAccordionItem/simple.x...
> ## http://localhost:8080/metamer/faces/components/richCollapsiblePanel/simpl...
> # switch/collapse panel
> # verify that the panel was switched
> # click "Full Page Refresh" button (3th button in page header)
> # verify that the panel is still switched
> result:
> * after full page refresh, the panel loses its state (i.e. accordion shows item3, collapsible panel is expanded)
> * it works in other templates
> * seems to be JSF 2.2 issue
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-12131) Switchable panels do not work after rerendering whole page
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RF-12131?page=com.atlassian.jira.plugin.s... ]
Pavol Pitonak updated RF-12131:
-------------------------------
Environment:
RichFaces 4.1.0.Final, 4.2.0.Final, 4.2.1.CR1
Metamer 4.2.0.20120217-Final, 4.2.1.20120330-CR1
Mojarra 2.1.7-jbossorg-1
JBoss AS 7.1.1.Final
OpenJDK Runtime Environment 1.6.0_24-b24 @ Linux
Chrome 18.0.1025.142 @ Linux i686, Firefox 11.0 @ Linux x86_64
was:
RichFaces 4.5.0-SNAPSHOT
Metamer 4.5.0-SNAPSHOT
Mojarra 2.2.6/2.2.7
Apache Tomcat 7.0.54, WildFly 8.1.0.Final
OpenJDK Runtime Environment 1.8.0_05-b13 @ Linux
Firefox 30.0 @ Linux x86_64
> Switchable panels do not work after rerendering whole page
> ----------------------------------------------------------
>
> Key: RF-12131
> URL: https://issues.jboss.org/browse/RF-12131
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.1.0.Final, 4.2.0.Final, 4.2.1.CR1
> Environment: RichFaces 4.1.0.Final, 4.2.0.Final, 4.2.1.CR1
> Metamer 4.2.0.20120217-Final, 4.2.1.20120330-CR1
> Mojarra 2.1.7-jbossorg-1
> JBoss AS 7.1.1.Final
> OpenJDK Runtime Environment 1.6.0_24-b24 @ Linux
> Chrome 18.0.1025.142 @ Linux i686, Firefox 11.0 @ Linux x86_64
> Reporter: Pavol Pitonak
> Fix For: 5-Tracking
>
>
> # deploy Metamer and open one of these pages:
> ## http://localhost:8080/metamer/faces/components/richAccordionItem/simple.x...
> ## http://localhost:8080/metamer/faces/components/richCollapsiblePanel/simpl...
> # switch/collapse panel
> # verify that the panel was switched
> # click "Full Page Refresh" button (3th button in page header)
> # verify that the panel is still switched
> result:
> after full page refresh, the panel loses its state (i.e. accordion shows item3, collapsible panel is expanded)
> this error appears in following templates:
> * a4jRepeat
> * richCollapsibleSubTable
> * richDataGrid
> * richDataTable
> * richExtendedDataTable
> * richList
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months