[JBoss JIRA] (RF-12884) Provide CDK EL function to give path to resouce: #{resource['...']}
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12884?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč updated RF-12884:
----------------------------
Summary: Provide CDK EL function to give path to resouce: #{resource['...']} (was: Provide CDK EL function to give path to resouce)
> Provide CDK EL function to give path to resouce: #{resource['...']}
> -------------------------------------------------------------------
>
> Key: RF-12884
> URL: https://issues.jboss.org/browse/RF-12884
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: cdk
> Reporter: Cody Lerum
> Fix For: 4.3.2
>
>
> CDK EL should support providing the path to a resouce so that
> {code}#{resource['com.outjected.jsf:ZeroClipboard.swf']}{code}
> would resolve to
>
> /myapp/javax.faces.resource/ZeroClipboard.swf.jsf?ln=com.outjected.jsf
> if the context root was "myapp" and the url-pattern was *.jsf
> /myapp/javax.faces.resource/ZeroClipboard.swf.xhtml?ln=com.outjected.jsf
> if the context root was "myapp" and the url-pattern was *.xhtml
--
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
11 years, 8 months
[JBoss JIRA] (RF-12884) Provide CDK EL function to give path to resouce
by Cody Lerum (JIRA)
[ https://issues.jboss.org/browse/RF-12884?page=com.atlassian.jira.plugin.s... ]
Cody Lerum commented on RF-12884:
---------------------------------
#{facesContext.application.resourceHandler.createResource('ZeroClipboard.swf', 'com.outjected.jsf').requestPath} is a workaround.
> Provide CDK EL function to give path to resouce
> -----------------------------------------------
>
> Key: RF-12884
> URL: https://issues.jboss.org/browse/RF-12884
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: cdk
> Reporter: Cody Lerum
> Fix For: 4.3.2
>
>
> CDK EL should support providing the path to a resouce so that
> {code}#{resource['com.outjected.jsf:ZeroClipboard.swf']}{code}
> would resolve to
>
> /myapp/javax.faces.resource/ZeroClipboard.swf.jsf?ln=com.outjected.jsf
> if the context root was "myapp" and the url-pattern was *.jsf
> /myapp/javax.faces.resource/ZeroClipboard.swf.xhtml?ln=com.outjected.jsf
> if the context root was "myapp" and the url-pattern was *.xhtml
--
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
11 years, 8 months
[JBoss JIRA] (RF-12884) Provide CDK EL function to give path to resouce
by Cody Lerum (JIRA)
[ https://issues.jboss.org/browse/RF-12884?page=com.atlassian.jira.plugin.s... ]
Cody Lerum edited comment on RF-12884 at 4/3/13 5:14 PM:
---------------------------------------------------------
{code}#{facesContext.application.resourceHandler.createResource('ZeroClipboard.swf', 'com.outjected.jsf').requestPath} is a workaround.{code}
was (Author: clerum):
#{facesContext.application.resourceHandler.createResource('ZeroClipboard.swf', 'com.outjected.jsf').requestPath} is a workaround.
> Provide CDK EL function to give path to resouce
> -----------------------------------------------
>
> Key: RF-12884
> URL: https://issues.jboss.org/browse/RF-12884
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: cdk
> Reporter: Cody Lerum
> Fix For: 4.3.2
>
>
> CDK EL should support providing the path to a resouce so that
> {code}#{resource['com.outjected.jsf:ZeroClipboard.swf']}{code}
> would resolve to
>
> /myapp/javax.faces.resource/ZeroClipboard.swf.jsf?ln=com.outjected.jsf
> if the context root was "myapp" and the url-pattern was *.jsf
> /myapp/javax.faces.resource/ZeroClipboard.swf.xhtml?ln=com.outjected.jsf
> if the context root was "myapp" and the url-pattern was *.xhtml
--
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
11 years, 8 months
[JBoss JIRA] (RF-12884) Provide CDK EL function to give path to resouce
by Cody Lerum (JIRA)
Cody Lerum created RF-12884:
-------------------------------
Summary: Provide CDK EL function to give path to resouce
Key: RF-12884
URL: https://issues.jboss.org/browse/RF-12884
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: cdk
Reporter: Cody Lerum
Fix For: 4.3.2
CDK EL should support providing the path to a resouce so that
{code}#{resource['com.outjected.jsf:ZeroClipboard.swf']}{code}
would resolve to
/myapp/javax.faces.resource/ZeroClipboard.swf.jsf?ln=com.outjected.jsf
if the context root was "myapp" and the url-pattern was *.jsf
/myapp/javax.faces.resource/ZeroClipboard.swf.xhtml?ln=com.outjected.jsf
if the context root was "myapp" and the url-pattern was *.xhtml
--
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
11 years, 8 months
[JBoss JIRA] (RF-12745) Assess and fix deprecations in Maven compile step
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12745?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-12745:
---------------------------------
For framework build, following deprecations were revealed:
{code}
[WARNING] /mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/view/facelets/MethodMetadata.java:[26,21] [deprecation] MethodBinding in javax.faces.el has been deprecated
[WARNING] /mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/application/push/impl/AbstractTopic.java:[33,37] [deprecation] SessionTopicListener in org.richfaces.application.push has been deprecated
[WARNING] /mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/ui/common/ValueBindingValueExpressionAdaptor.java:[27,21] [deprecation] EvaluationException in javax.faces.el has been deprecated
[WARNING] /mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/ui/common/ValueBindingValueExpressionAdaptor.java:[28,21] [deprecation] PropertyNotFoundException in javax.faces.el has been deprecated
[WARNING] /mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/ui/common/ValueBindingValueExpressionAdaptor.java:[29,21] [deprecation] ValueBinding in javax.faces.el has been deprecated
[WARNING] /mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/ui/common/ValueBindingValueExpressionAdaptor.java:[35,56] [deprecation] ValueBinding in javax.faces.el has been deprecated
[WARNING] /mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/application/push/impl/SessionTopicListenerWrapper.java:[24,37] [deprecation] EventAbortedException in org.richfaces.application.push has been deprecated
[WARNING] /mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/application/push/impl/SessionTopicListenerWrapper.java:[27,37] [deprecation] SessionTopicListener in org.richfaces.application.push has been deprecated
[WARNING] /mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/renderkit/RendererBase.java:[194,37] [deprecation] getInstance() in SkinFactory has been deprecated
[WARNING] /mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/view/facelets/MethodMetadata.java:[49,14] [deprecation] MethodBinding in javax.faces.el has been deprecated
[WARNING] /mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/view/facelets/MethodMetadata.java:[52,26] [deprecation] createMethodBinding(String,Class<?>[]) in Application has been deprecated
[WARNING] /mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/view/facelets/html/AjaxPollHandler.java:[56,53] [deprecation] setAction(MethodBinding) in UICommand has been deprecated
[WARNING] /mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/view/facelets/html/AjaxPollHandler.java:[70,53] [deprecation] setActionListener(MethodBinding) in UICommand has been deprecated
[WARNING] /mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/application/push/SessionTopicEvent.java:[51,83] [deprecation] SessionTopicListener in org.richfaces.application.push has been deprecated
[WARNING] /mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/ui/util/renderkit/FormUtil.java:[38,54] [deprecation] getNestingForm(FacesContext,UIComponent) in RendererUtils has been deprecated
[WARNING] /mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/el/GenericsIntrospectionServiceImpl.java:[50,93] [deprecation] <K,V>makeComputingMap(Function<? super K,? extends V>) in MapMaker has been deprecated
[WARNING]
K extends Object declared in method <K,V>makeComputingMap(Function<? super K,? extends V>)
V extends Object declared in method <K,V>makeComputingMap(Function<? super K,? extends V>)
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/el/GenericsIntrospectionServiceImpl.java:[124,8] [deprecation] <K,V>makeComputingMap(Function<? super K,? extends V>) in MapMaker has been deprecated
[WARNING]
K extends Object declared in method <K,V>makeComputingMap(Function<? super K,? extends V>)
V extends Object declared in method <K,V>makeComputingMap(Function<? super K,? extends V>)
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/ui/iteration/CollapsibleSubTableRenderer.java:[270,44] [deprecation] getNestingForm(FacesContext,UIComponent) in RendererUtils has been deprecated
[WARNING] /mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/application/push/impl/AbstractTopic.java:[85,32] [deprecation] SessionTopicListener in org.richfaces.application.push has been deprecated
[WARNING] /mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/application/push/impl/AbstractTopic.java:[86,56] [deprecation] SessionTopicListener in org.richfaces.application.push has been deprecated
[WARNING] /mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/application/push/impl/AbstractTopic.java:[93,37] [deprecation] SessionTopicListener in org.richfaces.application.push has been deprecated
[WARNING] /mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/application/push/impl/jms/JMSTopicsContextImpl.java:[195,12] [deprecation] <K,V>makeComputingMap(Function<? super K,? extends V>) in MapMaker has been deprecated
[WARNING]
K extends Object declared in method <K,V>makeComputingMap(Function<? super K,? extends V>)
V extends Object declared in method <K,V>makeComputingMap(Function<? super K,? extends V>)
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/javascript/ClientScriptServiceImpl.java:[55,61] [deprecation] <K,V>makeComputingMap(Function<? super K,? extends V>) in MapMaker has been deprecated
[WARNING]
K extends Object declared in method <K,V>makeComputingMap(Function<? super K,? extends V>)
V extends Object declared in method <K,V>makeComputingMap(Function<? super K,? extends V>)
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/javascript/ClientScriptServiceImpl.java:[56,63] [deprecation] <K,V>makeComputingMap(Function<? super K,? extends V>) in MapMaker has been deprecated
[WARNING]
K extends Object declared in method <K,V>makeComputingMap(Function<? super K,? extends V>)
V extends Object declared in method <K,V>makeComputingMap(Function<? super K,? extends V>)
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/ui/iteration/AbstractExtendedDataTable.java:[222,59] [deprecation] ValueBinding in javax.faces.el has been deprecated
[WARNING] /mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/ui/ajax/QueueRenderer.java:[41,36] [deprecation] getNestingForm(FacesContext,UIComponent) in RendererUtils has been deprecated
[WARNING] /mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/resource/ResourceLibraryFactoryImpl.java:[45,8] [deprecation] <K,V>makeComputingMap(Function<? super K,? extends V>) in MapMaker has been deprecated
[WARNING]
K extends Object declared in method <K,V>makeComputingMap(Function<? super K,? extends V>)
V extends Object declared in method <K,V>makeComputingMap(Function<? super K,? extends V>)
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/ui/ajax/AjaxPollRenderer.java:[82,40] [deprecation] getNestingForm(FacesContext,UIComponent) in RendererUtils has been deprecated
{code}
> Assess and fix deprecations in Maven compile step
> -------------------------------------------------
>
> Key: RF-12745
> URL: https://issues.jboss.org/browse/RF-12745
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: build/distribution
> Affects Versions: 5.0.0.Alpha1
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Labels: rf5-build
> Fix For: 5.0.0.Alpha1
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
--
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
11 years, 8 months