[JBoss JIRA] (RF-12832) Tomcat 6 test Deployments should define the expressionFactory
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12832?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12832:
-------------------------------
Sprint: RF5 Alpha1 Sprint 4, RF5 Alpha1 Sprint 4 (was: RF5 Alpha1 Sprint 4)
> Tomcat 6 test Deployments should define the expressionFactory
> -------------------------------------------------------------
>
> Key: RF-12832
> URL: https://issues.jboss.org/browse/RF-12832
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: tests - functional
> Reporter: Brian Leathem
> Assignee: Lukáš Fryč
> Fix For: 5.0.0.Alpha1
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> JBoss EL is added as a dependency for tomcat deployments, however the expressionFactory needs to be configured to use the bundled EL implementation.
> Without the configuration below, tests that use advanced EL features will fail on Tomcat.
> For Mojarra implementations, the web.xml of the Deployment should contain:
> {code}
> <context-param>
> <param-name>com.sun.faces.expressionFactory</param-name>
> <param-value>org.jboss.el.ExpressionFactoryImpl</param-value>
> </context-param>
> {code}
> And MyFaces implementations, the web.xml of the Deployment should contain:
> {code}
> <context-param>
> <param-name>org.apache.myfaces.EXPRESSION_FACTORY</param-name>
> <param-value>org.jboss.el.ExpressionFactoryImpl</param-value>
> </context-param>
> {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, 11 months
[JBoss JIRA] (RF-12900) Re-factor non-component framework packages
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12900?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12900:
-------------------------------
Sprint: RF5 Alpha1 Sprint 3, RF5 Alpha1 Sprint 4, RF5 Alpha1 Sprint 4 (was: RF5 Alpha1 Sprint 3, RF5 Alpha1 Sprint 4)
> Re-factor non-component framework packages
> ------------------------------------------
>
> Key: RF-12900
> URL: https://issues.jboss.org/browse/RF-12900
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: build/distribution
> Affects Versions: 5.0.0.Alpha1
> Reporter: Brian Leathem
> Fix For: 5.0.0.Alpha1
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> There is room for improvement in the non-component framework package structure. In particular we should:
> # consolidate push classes into a single package
> # consolidate resource classes into a single package
> # review the many _util_ and _common_ package contents
--
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, 11 months