[JBoss JIRA] (RF-11455) Full-featured Push CDI integration based on CDI 1.1
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-11455?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-11455:
------------------------------------
[~lfryc] can we do this in a way that is compatible with CDI 1.0 implementations?
> Full-featured Push CDI integration based on CDI 1.1
> ---------------------------------------------------
>
> Key: RF-11455
> URL: https://issues.jboss.org/browse/RF-11455
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: component-push/poll
> Affects Versions: 4.1.0.Milestone3
> Reporter: Lukáš Fryč
> Fix For: 5-Future
>
>
> When designing Push CDI integration in 4.1.0.M3, it wasn't possible to use classic CDI event observers.
> As result, CDI extension was designed instead with limitations bellow.
> Once CDI-36 will be solved, it will be possible to read InjectionPoint and its @Push annotation with classic event observer.
> * @Push annotation's parameters will be switched to @Nonbinding (there will be no reason to have them bound and user will be able to observe all @Push events).
> * It will also make possible to use runtime selection of topics/subtopics (not currently possible, observers are specifically resolved in deploy time)
--
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, 2 months
[JBoss JIRA] (RF-13370) Charts - server-side
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13370?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13370:
-------------------------------
Fix Version/s: 5.0.0.Alpha2
> Charts - server-side
> --------------------
>
> Key: RF-13370
> URL: https://issues.jboss.org/browse/RF-13370
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-output
> Reporter: Lukáš Macko
> Fix For: 5.0.0.Alpha2
>
>
> * rename attribute *clickListener* in chart and series tag to *plotClickListner*
> * send request to server only if a server-side listener is attached
> * particular series server-side listeners (called only for particular series events)
> * server-side listener method is not called when Bean is annotated with @Named (listener is called properly for @MangedBean)
--
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, 2 months
[JBoss JIRA] (RF-13370) Charts - server-side
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13370?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13370:
------------------------------------
[~lukindo] could you file a separate issue to track the part you want to schedule for 5.0.0.Alpha3?
> Charts - server-side
> --------------------
>
> Key: RF-13370
> URL: https://issues.jboss.org/browse/RF-13370
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-output
> Reporter: Lukáš Macko
> Fix For: 5.0.0.Alpha2
>
>
> * rename attribute *clickListener* in chart and series tag to *plotClickListner*
> * send request to server only if a server-side listener is attached
> * particular series server-side listeners (called only for particular series events)
> * server-side listener method is not called when Bean is annotated with @Named (listener is called properly for @MangedBean)
--
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, 2 months
[JBoss JIRA] (RF-13383) Select and CSV doesn't work: UndeclaredThrowableException in ResourceFactoryImpl
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13383?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13383:
-------------------------------
Fix Version/s: 5.0.0.Alpha2
> Select and CSV doesn't work: UndeclaredThrowableException in ResourceFactoryImpl
> --------------------------------------------------------------------------------
>
> Key: RF-13383
> URL: https://issues.jboss.org/browse/RF-13383
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input, component-validators, regression
> Affects Versions: 5.0.0.Alpha2
> Environment: RichFaces 5.0.0-SNAPSHOT
> Metamer 5.0.0-SNAPSHOT
> EAP 6.1.1
> Mojarra 2.1.19
> Java(TM) SE Runtime Environment 1.7.0_04-b20 @ Linux
> Chrome 31.0.1650.57 @ Linux x86_64
> Reporter: Pavol Pitonak
> Priority: Critical
> Fix For: 5.0.0.Alpha2
>
>
> # deploy Metame and open http://localhost:8080/metamer/faces/components/richSelect/RF-13383.xhtml
> result:
> * UndeclaredThrowableException is thrown
> * works fine when you replace r:select with r:inplaceSelect
> {quote}
> java.lang.reflect.UndeclaredThrowableException
> $Proxy75.createResource(Unknown Source)
> org.richfaces.resource.ResourceFactoryImpl.resolveMappedResource(ResourceFactoryImpl.java:393)
> org.richfaces.resource.ResourceFactoryImpl.createMappedResource(ResourceFactoryImpl.java:360)
> org.richfaces.resource.ResourceFactoryImpl.createResource(ResourceFactoryImpl.java:343)
> org.richfaces.resource.ResourceHandlerImpl.createResource(ResourceHandlerImpl.java:270)
> org.richfaces.resource.ResourceHandlerImpl.createResource(ResourceHandlerImpl.java:280)
> com.sun.faces.renderkit.html_basic.ScriptRenderer.encodeEnd(ScriptRenderer.java:102)
> org.richfaces.ui.core.UITransient.encodeEnd(UITransient.java:263)
> javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)
> org.richfaces.ui.core.ResourceRenderer.encodeResource(ResourceRenderer.java:53)
> org.richfaces.ui.core.ResourceRenderer.encodeDependentResources(ResourceRenderer.java:45)
> org.richfaces.ui.core.ScriptsRenderer.encodeEnd(ScriptsRenderer.java:56)
> org.richfaces.ui.core.UITransient.encodeEnd(UITransient.java:263)
> javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)
> com.sun.faces.renderkit.html_basic.BodyRenderer.encodeEnd(BodyRenderer.java:105)
> javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:881)
> javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)
> javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782)
> com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:439)
> com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:124)
> javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:286)
> javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:286)
> com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:120)
> com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
> com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
> javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
> org.richfaces.tests.metamer.TestIdentityFilter.doFilter(TestIdentityFilter.java:93)
> JBWEB000071: root cause
> java.lang.reflect.InvocationTargetException
> sun.reflect.GeneratedMethodAccessor930.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> java.lang.reflect.Method.invoke(Method.java:601)
> org.richfaces.services.ServiceTracker$1.invoke(ServiceTracker.java:153)
> $Proxy75.createResource(Unknown Source)
> org.richfaces.resource.ResourceFactoryImpl.resolveMappedResource(ResourceFactoryImpl.java:393)
> org.richfaces.resource.ResourceFactoryImpl.createMappedResource(ResourceFactoryImpl.java:360)
> org.richfaces.resource.ResourceFactoryImpl.createResource(ResourceFactoryImpl.java:343)
> org.richfaces.resource.ResourceHandlerImpl.createResource(ResourceHandlerImpl.java:270)
> org.richfaces.resource.ResourceHandlerImpl.createResource(ResourceHandlerImpl.java:280)
> com.sun.faces.renderkit.html_basic.ScriptRenderer.encodeEnd(ScriptRenderer.java:102)
> org.richfaces.ui.core.UITransient.encodeEnd(UITransient.java:263)
> javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)
> org.richfaces.ui.core.ResourceRenderer.encodeResource(ResourceRenderer.java:53)
> org.richfaces.ui.core.ResourceRenderer.encodeDependentResources(ResourceRenderer.java:45)
> org.richfaces.ui.core.ScriptsRenderer.encodeEnd(ScriptsRenderer.java:56)
> org.richfaces.ui.core.UITransient.encodeEnd(UITransient.java:263)
> javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)
> com.sun.faces.renderkit.html_basic.BodyRenderer.encodeEnd(BodyRenderer.java:105)
> javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:881)
> javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)
> javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782)
> com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:439)
> com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:124)
> javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:286)
> javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:286)
> com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:120)
> com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
> com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
> javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
> org.richfaces.tests.metamer.TestIdentityFilter.doFilter(TestIdentityFilter.java:93)
> JBWEB000071: root cause
> java.lang.NullPointerException
> org.richfaces.resource.mapping.ResourceServletMapping.getResourcePath(ResourceServletMapping.java:90)
> org.richfaces.resource.mapping.ResourceServletMapping.getMappedPath(ResourceServletMapping.java:83)
> org.richfaces.resource.mapping.ResourceServletMapping.getResourcePath(ResourceServletMapping.java:72)
> org.richfaces.resource.external.MappedResourceFactoryImpl.createResource(MappedResourceFactoryImpl.java:106)
> sun.reflect.GeneratedMethodAccessor930.invoke(Unknown Source)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> java.lang.reflect.Method.invoke(Method.java:601)
> org.richfaces.services.ServiceTracker$1.invoke(ServiceTracker.java:153)
> $Proxy75.createResource(Unknown Source)
> org.richfaces.resource.ResourceFactoryImpl.resolveMappedResource(ResourceFactoryImpl.java:393)
> org.richfaces.resource.ResourceFactoryImpl.createMappedResource(ResourceFactoryImpl.java:360)
> org.richfaces.resource.ResourceFactoryImpl.createResource(ResourceFactoryImpl.java:343)
> org.richfaces.resource.ResourceHandlerImpl.createResource(ResourceHandlerImpl.java:270)
> org.richfaces.resource.ResourceHandlerImpl.createResource(ResourceHandlerImpl.java:280)
> com.sun.faces.renderkit.html_basic.ScriptRenderer.encodeEnd(ScriptRenderer.java:102)
> org.richfaces.ui.core.UITransient.encodeEnd(UITransient.java:263)
> javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)
> org.richfaces.ui.core.ResourceRenderer.encodeResource(ResourceRenderer.java:53)
> org.richfaces.ui.core.ResourceRenderer.encodeDependentResources(ResourceRenderer.java:45)
> org.richfaces.ui.core.ScriptsRenderer.encodeEnd(ScriptsRenderer.java:56)
> org.richfaces.ui.core.UITransient.encodeEnd(UITransient.java:263)
> javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)
> com.sun.faces.renderkit.html_basic.BodyRenderer.encodeEnd(BodyRenderer.java:105)
> javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:881)
> javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)
> javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782)
> com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:439)
> com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:124)
> javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:286)
> javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:286)
> com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:120)
> com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
> com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
> javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
> org.richfaces.tests.metamer.TestIdentityFilter.doFilter(TestIdentityFilter.java:93)
> {quote}
--
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, 2 months
[JBoss JIRA] (RF-13382) rich:select realign options list on window resize
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13382?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13382:
-------------------------------
Fix Version/s: 5-Tracking
> rich:select realign options list on window resize
> -------------------------------------------------
>
> Key: RF-13382
> URL: https://issues.jboss.org/browse/RF-13382
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 4.3.4
> Reporter: Gabriele Gervasi
> Priority: Optional
> Fix For: 5-Tracking
>
> Attachments: Schermata 2013-11-25 alle 18.51.03.png, Schermata 2013-11-25 alle 18.51.30.png
>
>
> I'm currently developing a web application and i notice that rich:select options doesn't follow rich:select input on window resize. If it's possible to change this behaviour it will be really appreciated. I temporarily simply solved hiding on window resize.
> {code}
> <script>
> window.onresize = function(event) {
> document.activeElement.blur();
> }
> </script>
> {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
11 years, 2 months
[JBoss JIRA] (RF-13382) rich:select realign options list on window resize
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13382?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13382:
-------------------------------
Description:
I'm currently developing a web application and i notice that rich:select options doesn't follow rich:select input on window resize. If it's possible to change this behaviour it will be really appreciated. I temporarily simply solved hiding on window resize.
{code}
<script>
window.onresize = function(event) {
document.activeElement.blur();
}
</script>
{code}
was:
I'm currently developing a web application and i notice that rich:select options doesn't follow rich:select input on window resize. If it's possible to change this behaviour it will be really apprentice. I temporarily simply solved hiding on window resize.
<script>
window.onresize = function(event) {
document.activeElement.blur();
}
</script>
> rich:select realign options list on window resize
> -------------------------------------------------
>
> Key: RF-13382
> URL: https://issues.jboss.org/browse/RF-13382
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 4.3.4
> Reporter: Gabriele Gervasi
> Priority: Optional
> Attachments: Schermata 2013-11-25 alle 18.51.03.png, Schermata 2013-11-25 alle 18.51.30.png
>
>
> I'm currently developing a web application and i notice that rich:select options doesn't follow rich:select input on window resize. If it's possible to change this behaviour it will be really appreciated. I temporarily simply solved hiding on window resize.
> {code}
> <script>
> window.onresize = function(event) {
> document.activeElement.blur();
> }
> </script>
> {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
11 years, 2 months
[JBoss JIRA] (RF-13384) Showcase for 4.5.x - richfaces-event.js problem
by Matej Novotny (JIRA)
[ https://issues.jboss.org/browse/RF-13384?page=com.atlassian.jira.plugin.s... ]
Matej Novotny updated RF-13384:
-------------------------------
Steps to Reproduce:
* Build (with 'mvn clean package -Pjbas71' command) showcase repo. Make sure to build branch 4.5.x.
* Start JBoss AS 7.1 server
* Deploy to server
* Go to [main page|http://localhost:8080/showcase] and try accessing some component (for instance 'Menus->dropdownMenu)
* See console for warning, try to interact with component (nothing happens)
was:
* Build (with 'mvn clean package -Pjbas71' command) showcase repo
* Start JBoss AS 7.1 server
* Deploy to server
* Go to [main page|http://localhost:8080/showcase] and try accessing some component (for instance 'Menus->dropdownMenu)
* See console for warning, try to interact with component (nothing happens)
> Showcase for 4.5.x - richfaces-event.js problem
> -----------------------------------------------
>
> Key: RF-13384
> URL: https://issues.jboss.org/browse/RF-13384
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha1
> Reporter: Matej Novotny
> Fix For: 4.5.0.Alpha1
>
>
> The showcase application shows following warning in server console when accessing nearly any component.
> {code}
> 14:39:01,300 WARNING [javax.enterprise.resource.webcontainer.jsf.application] (http--127.0.0.1-8080-1) JSF1064: Unable to find or serve resource, richfaces-event.js.
> {code}
> The consequences are that the component does not respond on any form of interaction. This is probably a missing resource problem (or maybe a conflicting resource since we are talking RF 4.5?).
> May be related to [this issue|https://issues.jboss.org/browse/RF-13186], but that one is signed as resolved.
--
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, 2 months
[JBoss JIRA] (RF-13384) Showcase for 4.5.x - richfaces-event.js problem
by Matej Novotny (JIRA)
[ https://issues.jboss.org/browse/RF-13384?page=com.atlassian.jira.plugin.s... ]
Matej Novotny updated RF-13384:
-------------------------------
Description:
The showcase application shows following warning in server console when accessing nearly any component.
{code}
14:39:01,300 WARNING [javax.enterprise.resource.webcontainer.jsf.application] (http--127.0.0.1-8080-1) JSF1064: Unable to find or serve resource, richfaces-event.js.
{code}
The consequences are that the component does not respond on any form of interaction. This is probably a missing resource problem (or maybe a conflicting resource since we are talking RF 4.5?).
May be related to [this issue|https://issues.jboss.org/browse/RF-13186], but that one is signed as resolved.
was:
The showcase application shows following warning in server console when accessing nearly any component.
{code}
14:39:01,300 WARNING [javax.enterprise.resource.webcontainer.jsf.application] (http--127.0.0.1-8080-1) JSF1064: Unable to find or serve resource, richfaces-event.js.
{code}
The consequences are that the component does not respond on any form of interaction. This is probably a missing resource problem (or maybe a conflicting resource since we are talking RF 4.5?).
May be related to [this issue|https://issues.jboss.org/browse/RF-13186].
> Showcase for 4.5.x - richfaces-event.js problem
> -----------------------------------------------
>
> Key: RF-13384
> URL: https://issues.jboss.org/browse/RF-13384
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha1
> Reporter: Matej Novotny
> Fix For: 4.5.0.Alpha1
>
>
> The showcase application shows following warning in server console when accessing nearly any component.
> {code}
> 14:39:01,300 WARNING [javax.enterprise.resource.webcontainer.jsf.application] (http--127.0.0.1-8080-1) JSF1064: Unable to find or serve resource, richfaces-event.js.
> {code}
> The consequences are that the component does not respond on any form of interaction. This is probably a missing resource problem (or maybe a conflicting resource since we are talking RF 4.5?).
> May be related to [this issue|https://issues.jboss.org/browse/RF-13186], but that one is signed as resolved.
--
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, 2 months