[JBoss JIRA] (RF-12909) Aggregate all *.faces-config.xml in richfaces.jar:/META-INF to one faces-config.xml
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12909?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-12909:
------------------------------------
The list of files currently in the richfaces5 repository:
{code}
framework/src/main/resources/META-INF/dataTable.faces-config.xml
framework/src/main/resources/META-INF/select.faces-config.xml
framework/src/main/resources/META-INF/fileupload.faces-config.xml
framework/src/main/resources/META-INF/behaviors-handler-delegate.faces-config.xml
framework/src/main/resources/META-INF/core.faces-config.xml
framework/src/main/config/validator.faces-config.xml
framework/src/main/config/toggle.faces-config.xml
framework/src/main/config/ajax.faces-config.xml
framework/src/main/config/iteration.faces-config.xml
framework/src/main/config/misc.faces-config.xml
{code}
If I understand [~lfryc]'s description correctly, it is only the first 5 faces-config files above that are not processed by the CDK. These faces-config files are all clearly named, and if they pose no functional problem, I do not see an advantage of introducing a layer of indirection by assembling them into a single file.
> Aggregate all *.faces-config.xml in richfaces.jar:/META-INF to one faces-config.xml
> -----------------------------------------------------------------------------------
>
> Key: RF-12909
> URL: https://issues.jboss.org/browse/RF-12909
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: build/distribution
> Affects Versions: 5.0.0.Alpha1
> Reporter: Lukáš Fryč
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> These config files are not in src/main/config and thus they are not processed by CDK - they are included in the META-INF and thus they are processed by JSF in runtime.
> It makes the META-INF unpolished.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (RF-12981) Expose the ResourceOptimizer for usage from command line
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12981?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12981:
-------------------------------
Fix Version/s: 5.0.0.Alpha3
(was: 5.0.0.Alpha2)
> Expose the ResourceOptimizer for usage from command line
> --------------------------------------------------------
>
> Key: RF-12981
> URL: https://issues.jboss.org/browse/RF-12981
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: resource handling
> Affects Versions: 5.0.0.Alpha1
> Reporter: Lukáš Fryč
> Fix For: 5.0.0.Alpha3
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> This is mainly issue for simplification of the usage of GenerateResourcesMain in order to allow users optimize resources from command line (or ant-based builds).
> The usage of Resource Optimizer should be documented.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (RF-12270) Allow RichFaces to bring new CSS/JS resources into the page after AJAX request
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12270?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12270:
-------------------------------
Fix Version/s: 5.0.0.Alpha3
(was: 5.0.0.Alpha2)
> Allow RichFaces to bring new CSS/JS resources into the page after AJAX request
> ------------------------------------------------------------------------------
>
> Key: RF-12270
> URL: https://issues.jboss.org/browse/RF-12270
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: core, resource handling
> Affects Versions: 4.2.2.Final
> Reporter: Tomasz Kurpios
> Fix For: 5.0.0.Alpha3
>
> Original Estimate: 2 days
> Remaining Estimate: 2 days
>
> Quoting the extract from official documentation (3.5 Restrictions):
> ??JSF 2 does not allow resources such as JavaScript or Cascading Style Sheets (CSS) to be added if the element requiring the resource is not initially present in the JSF tree. As such, components added to the tree via Ajax must have any required resources already loaded. In RichFaces, any components added to the JSF tree should have components with corresponding resources included on the main page initially. To facilitate this, components can use the rendered="false" setting to not be rendered on the page.??
>
> Setting rendered="false" is OK when components are in the tree. However, if there are lots of components on a single view, for performance reasons some parts might be excluded by means of <c:if> or <c:choose> tags.
> That's at least what could be done in 3.3.3. It worked fine back then. However, the JSF2 AJAX mechanism does not support this feature. This makes usage of aforementioned tags impossible in some cases.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (RF-12270) Allow RichFaces to bring new CSS/JS resources into the page after AJAX request
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12270?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12270:
-------------------------------
Sprint: (was: 5.0.0.Alpha2 - Sprint 3)
> Allow RichFaces to bring new CSS/JS resources into the page after AJAX request
> ------------------------------------------------------------------------------
>
> Key: RF-12270
> URL: https://issues.jboss.org/browse/RF-12270
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: core, resource handling
> Affects Versions: 4.2.2.Final
> Reporter: Tomasz Kurpios
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 2 days
> Remaining Estimate: 2 days
>
> Quoting the extract from official documentation (3.5 Restrictions):
> ??JSF 2 does not allow resources such as JavaScript or Cascading Style Sheets (CSS) to be added if the element requiring the resource is not initially present in the JSF tree. As such, components added to the tree via Ajax must have any required resources already loaded. In RichFaces, any components added to the JSF tree should have components with corresponding resources included on the main page initially. To facilitate this, components can use the rendered="false" setting to not be rendered on the page.??
>
> Setting rendered="false" is OK when components are in the tree. However, if there are lots of components on a single view, for performance reasons some parts might be excluded by means of <c:if> or <c:choose> tags.
> That's at least what could be done in 3.3.3. It worked fine back then. However, the JSF2 AJAX mechanism does not support this feature. This makes usage of aforementioned tags impossible in some cases.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (RF-13240) Rich Collapsible Sub Table not working
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13240?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-13240.
--------------------------------
Resolution: Done
Fixed the path for the UP_ICON_URL and DOWN_ICON_URL of the CollapsibleSubTableTogglerRendererBase
> Rich Collapsible Sub Table not working
> --------------------------------------
>
> Key: RF-13240
> URL: https://issues.jboss.org/browse/RF-13240
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 5.0.0.Alpha2
> Environment: RichFaces 5.0.0-SNAPSHOT
> Metamer 5.0.0-SNAPSHOT
> JBoss Application Server: Weld Integration 7.1.1.Final
> JBoss AS 7.1.1.Final
> Java(TM) SE Runtime Environment 1.7.0_25-b15 @ Linux
> Firefox 24.0 @ Linux x86_64
> Reporter: Matej Novotny
> Assignee: Brian Leathem
> Priority: Blocker
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 15 minutes
> Remaining Estimate: 15 minutes
>
> When trying to use Rich Collapsible Sub Table (or subtable template in any other coponent) you get following exception:
> {code:title=Exception from console}
> 09:38:09,367 SEVERE [javax.enterprise.resource.webcontainer.jsf.application] (http--127.0.0.1-8080-1) Error Rendering View[/components/richCollapsibleSubTable/simple.xhtml]: java.lang.NullPointerException
> at org.richfaces.ui.iteration.collapsibleSubTable.CollapsibleSubTableTogglerRendererBase.encodeControl(CollapsibleSubTableTogglerRendererBase.java:127) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.collapsibleSubTable.CollapsibleSubTableTogglerRendererBase.encodeControl(CollapsibleSubTableTogglerRendererBase.java:78) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.collapsibleSubTable.CollapsibleSubTableTogglerRenderer.doEncodeEnd(CollapsibleSubTableTogglerRenderer.java:44) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.renderkit.RendererBase.encodeEnd(RendererBase.java:176) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:875) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at org.richfaces.renderkit.RendererBase.renderChildren(RendererBase.java:277) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractTableBaseRenderer.encodeColumn(AbstractTableBaseRenderer.java:82) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.dataTable.DataTableRenderer.encodeRow(DataTableRenderer.java:267) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractRowsRenderer.process(AbstractRowsRenderer.java:81) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.model.SequenceDataModel.walk(SequenceDataModel.java:66) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.UIDataAdaptor.walk(UIDataAdaptor.java:807) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractRowsRenderer.encodeRows(AbstractRowsRenderer.java:91) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractRowsRenderer.processRows(AbstractRowsRenderer.java:104) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractTableRenderer.encodeTableRows(AbstractTableRenderer.java:141) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractTableRenderer.doEncodeChildren(AbstractTableRenderer.java:212) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.renderkit.RendererBase.encodeChildren(RendererBase.java:158) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1779) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.render.Renderer.encodeChildren(Renderer.java:168) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:304) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at com.sun.faces.renderkit.html_basic.GroupRenderer.encodeChildren(GroupRenderer.java:105) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1779) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:402) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:125) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:288) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:288) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:121) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
> at org.richfaces.tests.metamer.TestIdentityFilter.doFilter(TestIdentityFilter.java:93) [classes:]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
> at org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:62) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.13.Final.jar:]
> at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.13.Final.jar:]
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.13.Final.jar:]
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jbossweb-7.0.13.Final.jar:]
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:]
> at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25]
> 09:38:09,397 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/metamer].[Faces Servlet]] (http--127.0.0.1-8080-1) Servlet.service() for servlet Faces Servlet threw exception: java.lang.NullPointerException
> at org.richfaces.ui.iteration.collapsibleSubTable.CollapsibleSubTableTogglerRendererBase.encodeControl(CollapsibleSubTableTogglerRendererBase.java:127) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.collapsibleSubTable.CollapsibleSubTableTogglerRendererBase.encodeControl(CollapsibleSubTableTogglerRendererBase.java:78) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.collapsibleSubTable.CollapsibleSubTableTogglerRenderer.doEncodeEnd(CollapsibleSubTableTogglerRenderer.java:44) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.renderkit.RendererBase.encodeEnd(RendererBase.java:176) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:875) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at org.richfaces.renderkit.RendererBase.renderChildren(RendererBase.java:277) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractTableBaseRenderer.encodeColumn(AbstractTableBaseRenderer.java:82) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.dataTable.DataTableRenderer.encodeRow(DataTableRenderer.java:267) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractRowsRenderer.process(AbstractRowsRenderer.java:81) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.model.SequenceDataModel.walk(SequenceDataModel.java:66) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.UIDataAdaptor.walk(UIDataAdaptor.java:807) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractRowsRenderer.encodeRows(AbstractRowsRenderer.java:91) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractRowsRenderer.processRows(AbstractRowsRenderer.java:104) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractTableRenderer.encodeTableRows(AbstractTableRenderer.java:141) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractTableRenderer.doEncodeChildren(AbstractTableRenderer.java:212) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.renderkit.RendererBase.encodeChildren(RendererBase.java:158) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1779) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.render.Renderer.encodeChildren(Renderer.java:168) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:304) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at com.sun.faces.renderkit.html_basic.GroupRenderer.encodeChildren(GroupRenderer.java:105) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1779) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:402) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:125) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:288) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:288) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:121) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
> at org.richfaces.tests.metamer.TestIdentityFilter.doFilter(TestIdentityFilter.java:93) [classes:]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
> at org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:62) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.13.Final.jar:]
> at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.13.Final.jar:]
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.13.Final.jar:]
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jbossweb-7.0.13.Final.jar:]
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:]
> at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25]
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months