From issues at jboss.org Tue Jun 3 08:18:17 2014 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Tue, 3 Jun 2014 08:18:17 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3369) Metamer 4.5 doesn't work on Tomcat 7 In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3369: ----------------------------------- Summary: Metamer 4.5 doesn't work on Tomcat 7 Key: RFPL-3369 URL: https://issues.jboss.org/browse/RFPL-3369 Project: RichFaces Planning Issue Type: Bug Security Level: Public (Everyone can see) Components: QE Affects Versions: 4.5.0.Alpha2 Reporter: Pavol Pitonak Assignee: Ji?? ?tefek # run metamer tests: {{mvn clean verify -P tomcat-managed-7}} result: * multiple exceptions similar to this one: {code} com.sun.faces.mgbean.ManagedBeanCreationException: An error occurred performing resource injection on managed bean richAccordionItemBean {code} -- This message was sent by Atlassian JIRA (v6.2.3#6260) From issues at jboss.org Wed Jun 4 03:04:16 2014 From: issues at jboss.org (=?UTF-8?Q?Juraj_H=C3=BAska_=28JIRA=29?=) Date: Wed, 4 Jun 2014 03:04:16 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3281) Test new implemetation of file upload In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973107#comment-12973107 ] Juraj H?ska commented on RFPL-3281: ----------------------------------- With Graphene 2.0.3 it should be possible to test new implementation of {{fileUpload}}. > Test new implemetation of file upload > ------------------------------------- > > Key: RFPL-3281 > URL: https://issues.jboss.org/browse/RFPL-3281 > Project: RichFaces Planning > Issue Type: Task > Security Level: Public(Everyone can see) > Components: QE > Affects Versions: 5.0.0.Alpha3 > Reporter: Pavol Pitonak > Assignee: Juraj H?ska > > The file upload component in RichFaces 5 was reimplemented. > * Everything expected to work > * Using Servlet 3.0 API for file uploads - won't work on Tomcat 6 > * Files are sent through an XHR request (as opposed to the previous iframe approach) > * Originally had to intercept the request early to get upload progress updates > but now we monitor the upload progress on the client, so this is not needed -- This message was sent by Atlassian JIRA (v6.2.3#6260) From issues at jboss.org Wed Jun 4 03:52:15 2014 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Wed, 4 Jun 2014 03:52:15 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3369) Metamer 4.5 doesn't work on Tomcat 7 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973128#comment-12973128 ] Ji?? ?tefek commented on RFPL-3369: ----------------------------------- It seems that component attributes cannot be obtained from {{faces-config.xml}} in Metamer 4.5 any more. (But they can be obtained from class) Exception: {code} Jun 04, 2014 8:37:46 AM com.sun.faces.context.AjaxExceptionHandlerImpl handlePartialResponseError SEVERE: com.sun.faces.mgbean.ManagedBeanCreationException: An error occurred performing resource injection on managed bean richMessagesBean at com.sun.faces.mgbean.BeanBuilder.invokePostConstruct(BeanBuilder.java:227) at com.sun.faces.mgbean.BeanBuilder.build(BeanBuilder.java:103) at com.sun.faces.mgbean.BeanManager.createAndPush(BeanManager.java:409) at com.sun.faces.mgbean.BeanManager.create(BeanManager.java:269) at com.sun.faces.el.ManagedBeanELResolver.resolveBean(ManagedBeanELResolver.java:257) at com.sun.faces.el.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:117) at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176) at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203) at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:71) at org.apache.el.parser.AstValue.getTarget(AstValue.java:93) at org.apache.el.parser.AstValue.invoke(AstValue.java:259) at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:273) at org.jboss.weld.util.el.ForwardingMethodExpression.invoke(ForwardingMethodExpression.java:40) at org.jboss.weld.el.WeldMethodExpression.invoke(WeldMethodExpression.java:50) at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105) at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:87) at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102) at javax.faces.component.UICommand.broadcast(UICommand.java:315) at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:790) at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1282) at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81) at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:198) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:646) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at org.richfaces.tests.metamer.TestIdentityFilter.doFilter(TestIdentityFilter.java:93) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408) at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607) at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:744) Caused by: com.sun.faces.spi.InjectionProviderException at com.sun.faces.vendor.WebContainerInjectionProvider.invokeAnnotatedMethod(WebContainerInjectionProvider.java:115) at com.sun.faces.vendor.WebContainerInjectionProvider.invokePostConstruct(WebContainerInjectionProvider.java:95) at com.sun.faces.mgbean.BeanBuilder.invokePostConstruct(BeanBuilder.java:221) ... 46 more Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.faces.vendor.WebContainerInjectionProvider.invokeAnnotatedMethod(WebContainerInjectionProvider.java:113) ... 48 more Caused by: javax.faces.FacesException: Componnent org.richfaces.component.UIRichMessages is not included in faces-config.xml. <<<<<< at org.richfaces.tests.metamer.Attributes.(Attributes.java:121) at org.richfaces.tests.metamer.Attributes.getComponentAttributesFromFacesConfig(Attributes.java:152) at org.richfaces.tests.metamer.bean.rich.RichMessagesBean.init(RichMessagesBean.java:52) ... 53 more {code} It was introduced by [this|https://github.com/richfaces/richfaces-qa/commit/3ba41a56f88bb5a1d500481112ce3441312b5445] commit. Looking into downloaded dependencies for RF, I see there richfaces-a4j-4.5.0-SNAPSHOT, richfaces-core-4.5.0-SNAPSHOT and richfaces-4.5.0-SNAPSHOT. Since there is only one dependency for RF 4.5 now it seems like a packaging problem, because there should also be richfaces-components for 4.3.x components, or am I wrong? But why is the problem occurring only on Tomcat? I've also tried to run a4j component test (a4j log) on Tomcat and it worked correctly. > Metamer 4.5 doesn't work on Tomcat 7 > ------------------------------------ > > Key: RFPL-3369 > URL: https://issues.jboss.org/browse/RFPL-3369 > Project: RichFaces Planning > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: QE > Affects Versions: 4.5.0.Alpha2 > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > > # run metamer tests: {{mvn clean verify -P tomcat-managed-7}} > result: > * multiple exceptions similar to this one: > {code} > com.sun.faces.mgbean.ManagedBeanCreationException: An error occurred performing resource injection on managed bean richAccordionItemBean > {code} -- This message was sent by Atlassian JIRA (v6.2.3#6260) From issues at jboss.org Wed Jun 4 03:54:15 2014 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Wed, 4 Jun 2014 03:54:15 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3369) Metamer 4.5 doesn't work on Tomcat 7 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973128#comment-12973128 ] Ji?? ?tefek edited comment on RFPL-3369 at 6/4/14 3:53 AM: ----------------------------------------------------------- It seems that component attributes cannot be obtained from {{faces-config.xml}} in Metamer 4.5 any more. (But they can be obtained from class) Exception: {code} Jun 04, 2014 8:37:46 AM com.sun.faces.context.AjaxExceptionHandlerImpl handlePartialResponseError SEVERE: com.sun.faces.mgbean.ManagedBeanCreationException: An error occurred performing resource injection on managed bean richMessagesBean at com.sun.faces.mgbean.BeanBuilder.invokePostConstruct(BeanBuilder.java:227) at com.sun.faces.mgbean.BeanBuilder.build(BeanBuilder.java:103) at com.sun.faces.mgbean.BeanManager.createAndPush(BeanManager.java:409) at com.sun.faces.mgbean.BeanManager.create(BeanManager.java:269) at com.sun.faces.el.ManagedBeanELResolver.resolveBean(ManagedBeanELResolver.java:257) at com.sun.faces.el.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:117) at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176) at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203) at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:71) at org.apache.el.parser.AstValue.getTarget(AstValue.java:93) at org.apache.el.parser.AstValue.invoke(AstValue.java:259) at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:273) at org.jboss.weld.util.el.ForwardingMethodExpression.invoke(ForwardingMethodExpression.java:40) at org.jboss.weld.el.WeldMethodExpression.invoke(WeldMethodExpression.java:50) at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105) at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:87) at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102) at javax.faces.component.UICommand.broadcast(UICommand.java:315) at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:790) at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1282) at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81) at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:198) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:646) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at org.richfaces.tests.metamer.TestIdentityFilter.doFilter(TestIdentityFilter.java:93) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408) at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607) at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:744) Caused by: com.sun.faces.spi.InjectionProviderException at com.sun.faces.vendor.WebContainerInjectionProvider.invokeAnnotatedMethod(WebContainerInjectionProvider.java:115) at com.sun.faces.vendor.WebContainerInjectionProvider.invokePostConstruct(WebContainerInjectionProvider.java:95) at com.sun.faces.mgbean.BeanBuilder.invokePostConstruct(BeanBuilder.java:221) ... 46 more Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.faces.vendor.WebContainerInjectionProvider.invokeAnnotatedMethod(WebContainerInjectionProvider.java:113) ... 48 more Caused by: javax.faces.FacesException: Componnent org.richfaces.component.UIRichMessages is not included in faces-config.xml. <<<<<< at org.richfaces.tests.metamer.Attributes.(Attributes.java:121) at org.richfaces.tests.metamer.Attributes.getComponentAttributesFromFacesConfig(Attributes.java:152) at org.richfaces.tests.metamer.bean.rich.RichMessagesBean.init(RichMessagesBean.java:52) ... 53 more {code} It was introduced by [this|https://github.com/richfaces/richfaces-qa/commit/3ba41a56f88bb5a1d500481112ce3441312b5445] commit. Looking into downloaded dependencies for RF, I see there richfaces-a4j-4.5.0-SNAPSHOT, richfaces-core-4.5.0-SNAPSHOT and richfaces-4.5.0-SNAPSHOT. Since there is only one dependency for RF 4.5 now, it seems like a packaging problem, because there should also be richfaces-components for 4.3.x components, or am I wrong? But why is the problem occurring only on Tomcat? I've also tried to run a4j component test (a4j log) on Tomcat and it worked correctly. was (Author: jstefek): It seems that component attributes cannot be obtained from {{faces-config.xml}} in Metamer 4.5 any more. (But they can be obtained from class) Exception: {code} Jun 04, 2014 8:37:46 AM com.sun.faces.context.AjaxExceptionHandlerImpl handlePartialResponseError SEVERE: com.sun.faces.mgbean.ManagedBeanCreationException: An error occurred performing resource injection on managed bean richMessagesBean at com.sun.faces.mgbean.BeanBuilder.invokePostConstruct(BeanBuilder.java:227) at com.sun.faces.mgbean.BeanBuilder.build(BeanBuilder.java:103) at com.sun.faces.mgbean.BeanManager.createAndPush(BeanManager.java:409) at com.sun.faces.mgbean.BeanManager.create(BeanManager.java:269) at com.sun.faces.el.ManagedBeanELResolver.resolveBean(ManagedBeanELResolver.java:257) at com.sun.faces.el.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:117) at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176) at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203) at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:71) at org.apache.el.parser.AstValue.getTarget(AstValue.java:93) at org.apache.el.parser.AstValue.invoke(AstValue.java:259) at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:273) at org.jboss.weld.util.el.ForwardingMethodExpression.invoke(ForwardingMethodExpression.java:40) at org.jboss.weld.el.WeldMethodExpression.invoke(WeldMethodExpression.java:50) at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105) at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:87) at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102) at javax.faces.component.UICommand.broadcast(UICommand.java:315) at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:790) at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1282) at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81) at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:198) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:646) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at org.richfaces.tests.metamer.TestIdentityFilter.doFilter(TestIdentityFilter.java:93) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408) at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607) at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:744) Caused by: com.sun.faces.spi.InjectionProviderException at com.sun.faces.vendor.WebContainerInjectionProvider.invokeAnnotatedMethod(WebContainerInjectionProvider.java:115) at com.sun.faces.vendor.WebContainerInjectionProvider.invokePostConstruct(WebContainerInjectionProvider.java:95) at com.sun.faces.mgbean.BeanBuilder.invokePostConstruct(BeanBuilder.java:221) ... 46 more Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.faces.vendor.WebContainerInjectionProvider.invokeAnnotatedMethod(WebContainerInjectionProvider.java:113) ... 48 more Caused by: javax.faces.FacesException: Componnent org.richfaces.component.UIRichMessages is not included in faces-config.xml. <<<<<< at org.richfaces.tests.metamer.Attributes.(Attributes.java:121) at org.richfaces.tests.metamer.Attributes.getComponentAttributesFromFacesConfig(Attributes.java:152) at org.richfaces.tests.metamer.bean.rich.RichMessagesBean.init(RichMessagesBean.java:52) ... 53 more {code} It was introduced by [this|https://github.com/richfaces/richfaces-qa/commit/3ba41a56f88bb5a1d500481112ce3441312b5445] commit. Looking into downloaded dependencies for RF, I see there richfaces-a4j-4.5.0-SNAPSHOT, richfaces-core-4.5.0-SNAPSHOT and richfaces-4.5.0-SNAPSHOT. Since there is only one dependency for RF 4.5 now it seems like a packaging problem, because there should also be richfaces-components for 4.3.x components, or am I wrong? But why is the problem occurring only on Tomcat? I've also tried to run a4j component test (a4j log) on Tomcat and it worked correctly. > Metamer 4.5 doesn't work on Tomcat 7 > ------------------------------------ > > Key: RFPL-3369 > URL: https://issues.jboss.org/browse/RFPL-3369 > Project: RichFaces Planning > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: QE > Affects Versions: 4.5.0.Alpha2 > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > > # run metamer tests: {{mvn clean verify -P tomcat-managed-7}} > result: > * multiple exceptions similar to this one: > {code} > com.sun.faces.mgbean.ManagedBeanCreationException: An error occurred performing resource injection on managed bean richAccordionItemBean > {code} -- This message was sent by Atlassian JIRA (v6.2.3#6260) From issues at jboss.org Wed Jun 4 04:10:15 2014 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Wed, 4 Jun 2014 04:10:15 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3369) Metamer 4.5 doesn't work on Tomcat 7 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973131#comment-12973131 ] Ji?? ?tefek commented on RFPL-3369: ----------------------------------- No I am getting the same error on EAP 6.3. > Metamer 4.5 doesn't work on Tomcat 7 > ------------------------------------ > > Key: RFPL-3369 > URL: https://issues.jboss.org/browse/RFPL-3369 > Project: RichFaces Planning > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: QE > Affects Versions: 4.5.0.Alpha2 > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > > # run metamer tests: {{mvn clean verify -P tomcat-managed-7}} > result: > * multiple exceptions similar to this one: > {code} > com.sun.faces.mgbean.ManagedBeanCreationException: An error occurred performing resource injection on managed bean richAccordionItemBean > {code} -- This message was sent by Atlassian JIRA (v6.2.3#6260) From issues at jboss.org Wed Jun 4 04:26:15 2014 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Wed, 4 Jun 2014 04:26:15 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3369) Metamer 4.5 doesn't work on Tomcat 7 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973131#comment-12973131 ] Ji?? ?tefek edited comment on RFPL-3369 at 6/4/14 4:26 AM: ----------------------------------------------------------- Now I am getting the same error on other containers (tried so far AS 7.1 , EAP 6.3) was (Author: jstefek): No I am getting the same error on EAP 6.3. > Metamer 4.5 doesn't work on Tomcat 7 > ------------------------------------ > > Key: RFPL-3369 > URL: https://issues.jboss.org/browse/RFPL-3369 > Project: RichFaces Planning > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: QE > Affects Versions: 4.5.0.Alpha2 > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > > # run metamer tests: {{mvn clean verify -P tomcat-managed-7}} > result: > * multiple exceptions similar to this one: > {code} > com.sun.faces.mgbean.ManagedBeanCreationException: An error occurred performing resource injection on managed bean richAccordionItemBean > {code} -- This message was sent by Atlassian JIRA (v6.2.3#6260) From issues at jboss.org Wed Jun 4 06:50:15 2014 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Wed, 4 Jun 2014 06:50:15 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3369) Metamer 4.5 doesn't work In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek updated RFPL-3369: ------------------------------ Summary: Metamer 4.5 doesn't work (was: Metamer 4.5 doesn't work on Tomcat 7) > Metamer 4.5 doesn't work > ------------------------ > > Key: RFPL-3369 > URL: https://issues.jboss.org/browse/RFPL-3369 > Project: RichFaces Planning > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: QE > Affects Versions: 4.5.0.Alpha2 > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > > # run metamer tests: {{mvn clean verify -P tomcat-managed-7}} > result: > * multiple exceptions similar to this one: > {code} > com.sun.faces.mgbean.ManagedBeanCreationException: An error occurred performing resource injection on managed bean richAccordionItemBean > {code} -- This message was sent by Atlassian JIRA (v6.2.3#6260) From issues at jboss.org Wed Jun 4 06:50:16 2014 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Wed, 4 Jun 2014 06:50:16 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3369) Metamer 4.5 doesn't work In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973128#comment-12973128 ] Ji?? ?tefek edited comment on RFPL-3369 at 6/4/14 6:49 AM: ----------------------------------------------------------- It seems that component attributes cannot be obtained from {{faces-config.xml}} in Metamer 4.5 any more. (But they can be obtained from class) Exception: {code} Jun 04, 2014 8:37:46 AM com.sun.faces.context.AjaxExceptionHandlerImpl handlePartialResponseError SEVERE: com.sun.faces.mgbean.ManagedBeanCreationException: An error occurred performing resource injection on managed bean richMessagesBean at com.sun.faces.mgbean.BeanBuilder.invokePostConstruct(BeanBuilder.java:227) at com.sun.faces.mgbean.BeanBuilder.build(BeanBuilder.java:103) at com.sun.faces.mgbean.BeanManager.createAndPush(BeanManager.java:409) at com.sun.faces.mgbean.BeanManager.create(BeanManager.java:269) at com.sun.faces.el.ManagedBeanELResolver.resolveBean(ManagedBeanELResolver.java:257) at com.sun.faces.el.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:117) at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176) at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203) at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:71) at org.apache.el.parser.AstValue.getTarget(AstValue.java:93) at org.apache.el.parser.AstValue.invoke(AstValue.java:259) at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:273) at org.jboss.weld.util.el.ForwardingMethodExpression.invoke(ForwardingMethodExpression.java:40) at org.jboss.weld.el.WeldMethodExpression.invoke(WeldMethodExpression.java:50) at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105) at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:87) at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102) at javax.faces.component.UICommand.broadcast(UICommand.java:315) at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:790) at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1282) at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81) at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:198) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:646) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at org.richfaces.tests.metamer.TestIdentityFilter.doFilter(TestIdentityFilter.java:93) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408) at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607) at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:744) Caused by: com.sun.faces.spi.InjectionProviderException at com.sun.faces.vendor.WebContainerInjectionProvider.invokeAnnotatedMethod(WebContainerInjectionProvider.java:115) at com.sun.faces.vendor.WebContainerInjectionProvider.invokePostConstruct(WebContainerInjectionProvider.java:95) at com.sun.faces.mgbean.BeanBuilder.invokePostConstruct(BeanBuilder.java:221) ... 46 more Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.faces.vendor.WebContainerInjectionProvider.invokeAnnotatedMethod(WebContainerInjectionProvider.java:113) ... 48 more Caused by: javax.faces.FacesException: Componnent org.richfaces.component.UIRichMessages is not included in faces-config.xml. <<<<<< at org.richfaces.tests.metamer.Attributes.(Attributes.java:121) at org.richfaces.tests.metamer.Attributes.getComponentAttributesFromFacesConfig(Attributes.java:152) at org.richfaces.tests.metamer.bean.rich.RichMessagesBean.init(RichMessagesBean.java:52) ... 53 more {code} It was introduced by [this|https://github.com/richfaces/richfaces-qa/commit/3ba41a56f88bb5a1d500481112ce3441312b5445] commit. I've also tried to run a4j component test (a4j log) on Tomcat and it worked correctly. was (Author: jstefek): It seems that component attributes cannot be obtained from {{faces-config.xml}} in Metamer 4.5 any more. (But they can be obtained from class) Exception: {code} Jun 04, 2014 8:37:46 AM com.sun.faces.context.AjaxExceptionHandlerImpl handlePartialResponseError SEVERE: com.sun.faces.mgbean.ManagedBeanCreationException: An error occurred performing resource injection on managed bean richMessagesBean at com.sun.faces.mgbean.BeanBuilder.invokePostConstruct(BeanBuilder.java:227) at com.sun.faces.mgbean.BeanBuilder.build(BeanBuilder.java:103) at com.sun.faces.mgbean.BeanManager.createAndPush(BeanManager.java:409) at com.sun.faces.mgbean.BeanManager.create(BeanManager.java:269) at com.sun.faces.el.ManagedBeanELResolver.resolveBean(ManagedBeanELResolver.java:257) at com.sun.faces.el.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:117) at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176) at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203) at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:71) at org.apache.el.parser.AstValue.getTarget(AstValue.java:93) at org.apache.el.parser.AstValue.invoke(AstValue.java:259) at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:273) at org.jboss.weld.util.el.ForwardingMethodExpression.invoke(ForwardingMethodExpression.java:40) at org.jboss.weld.el.WeldMethodExpression.invoke(WeldMethodExpression.java:50) at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105) at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:87) at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102) at javax.faces.component.UICommand.broadcast(UICommand.java:315) at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:790) at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1282) at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81) at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:198) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:646) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at org.richfaces.tests.metamer.TestIdentityFilter.doFilter(TestIdentityFilter.java:93) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408) at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607) at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:744) Caused by: com.sun.faces.spi.InjectionProviderException at com.sun.faces.vendor.WebContainerInjectionProvider.invokeAnnotatedMethod(WebContainerInjectionProvider.java:115) at com.sun.faces.vendor.WebContainerInjectionProvider.invokePostConstruct(WebContainerInjectionProvider.java:95) at com.sun.faces.mgbean.BeanBuilder.invokePostConstruct(BeanBuilder.java:221) ... 46 more Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.faces.vendor.WebContainerInjectionProvider.invokeAnnotatedMethod(WebContainerInjectionProvider.java:113) ... 48 more Caused by: javax.faces.FacesException: Componnent org.richfaces.component.UIRichMessages is not included in faces-config.xml. <<<<<< at org.richfaces.tests.metamer.Attributes.(Attributes.java:121) at org.richfaces.tests.metamer.Attributes.getComponentAttributesFromFacesConfig(Attributes.java:152) at org.richfaces.tests.metamer.bean.rich.RichMessagesBean.init(RichMessagesBean.java:52) ... 53 more {code} It was introduced by [this|https://github.com/richfaces/richfaces-qa/commit/3ba41a56f88bb5a1d500481112ce3441312b5445] commit. Looking into downloaded dependencies for RF, I see there richfaces-a4j-4.5.0-SNAPSHOT, richfaces-core-4.5.0-SNAPSHOT and richfaces-4.5.0-SNAPSHOT. Since there is only one dependency for RF 4.5 now, it seems like a packaging problem, because there should also be richfaces-components for 4.3.x components, or am I wrong? But why is the problem occurring only on Tomcat? I've also tried to run a4j component test (a4j log) on Tomcat and it worked correctly. > Metamer 4.5 doesn't work > ------------------------ > > Key: RFPL-3369 > URL: https://issues.jboss.org/browse/RFPL-3369 > Project: RichFaces Planning > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: QE > Affects Versions: 4.5.0.Alpha2 > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > > # run metamer tests: {{mvn clean verify -P tomcat-managed-7}} > result: > * multiple exceptions similar to this one: > {code} > com.sun.faces.mgbean.ManagedBeanCreationException: An error occurred performing resource injection on managed bean richAccordionItemBean > {code} -- This message was sent by Atlassian JIRA (v6.2.3#6260) From issues at jboss.org Wed Jun 4 06:54:15 2014 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Wed, 4 Jun 2014 06:54:15 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3369) Metamer 4.5 doesn't work In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek resolved RFPL-3369. ------------------------------- Resolution: Done Should be fixed by [this commit|https://github.com/richfaces/richfaces-qa/commit/ce891a15b75178d1de7ba0874731f310ed202bf6] > Metamer 4.5 doesn't work > ------------------------ > > Key: RFPL-3369 > URL: https://issues.jboss.org/browse/RFPL-3369 > Project: RichFaces Planning > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: QE > Affects Versions: 4.5.0.Alpha2 > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > > # run metamer tests: {{mvn clean verify -P tomcat-managed-7}} > result: > * multiple exceptions similar to this one: > {code} > com.sun.faces.mgbean.ManagedBeanCreationException: An error occurred performing resource injection on managed bean richAccordionItemBean > {code} -- This message was sent by Atlassian JIRA (v6.2.3#6260) From issues at jboss.org Thu Jun 5 03:56:16 2014 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Thu, 5 Jun 2014 03:56:16 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3369) Metamer 4.5 doesn't work In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek reopened RFPL-3369: ------------------------------- Reopening. It looked good locally, but it doesn't seem to work on Jenkins. > Metamer 4.5 doesn't work > ------------------------ > > Key: RFPL-3369 > URL: https://issues.jboss.org/browse/RFPL-3369 > Project: RichFaces Planning > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: QE > Affects Versions: 4.5.0.Alpha2 > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > > # run metamer tests: {{mvn clean verify -P tomcat-managed-7}} > result: > * multiple exceptions similar to this one: > {code} > com.sun.faces.mgbean.ManagedBeanCreationException: An error occurred performing resource injection on managed bean richAccordionItemBean > {code} -- This message was sent by Atlassian JIRA (v6.2.3#6260) From issues at jboss.org Thu Jun 5 08:28:16 2014 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Thu, 5 Jun 2014 08:28:16 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3369) Metamer 4.5 doesn't work In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek resolved RFPL-3369. ------------------------------- Resolution: Done There should be no such exceptions anymore. Verified on Jenkins job with core, dnd, input, misc and output components tests suites on win machine with AS 7.1. > Metamer 4.5 doesn't work > ------------------------ > > Key: RFPL-3369 > URL: https://issues.jboss.org/browse/RFPL-3369 > Project: RichFaces Planning > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: QE > Affects Versions: 4.5.0.Alpha2 > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > > # run metamer tests: {{mvn clean verify -P tomcat-managed-7}} > result: > * multiple exceptions similar to this one: > {code} > com.sun.faces.mgbean.ManagedBeanCreationException: An error occurred performing resource injection on managed bean richAccordionItemBean > {code} -- This message was sent by Atlassian JIRA (v6.2.3#6260) From issues at jboss.org Fri Jun 13 10:56:38 2014 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Fri, 13 Jun 2014 10:56:38 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3370) Fix TraviCI build In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3370: ----------------------------------- Summary: Fix TraviCI build Key: RFPL-3370 URL: https://issues.jboss.org/browse/RFPL-3370 Project: RichFaces Planning Issue Type: Task Security Level: Public (Everyone can see) Components: QE Affects Versions: 4.5.0.Alpha2 Reporter: Pavol Pitonak Assignee: Juraj H?ska -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Fri Jun 13 10:58:38 2014 From: issues at jboss.org (Brian Leathem (JIRA)) Date: Fri, 13 Jun 2014 10:58:38 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3370) Fix TraviCI build In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976075#comment-12976075 ] Brian Leathem commented on RFPL-3370: ------------------------------------- Shall we disable the failing TravisCI build in the mean time? > Fix TraviCI build > ----------------- > > Key: RFPL-3370 > URL: https://issues.jboss.org/browse/RFPL-3370 > Project: RichFaces Planning > Issue Type: Task > Security Level: Public(Everyone can see) > Components: QE > Affects Versions: 4.5.0.Alpha2 > Reporter: Pavol Pitonak > Assignee: Juraj H?ska > -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Fri Jun 13 11:00:43 2014 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Fri, 13 Jun 2014 11:00:43 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3370) Fix TraviCI build In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3370: -------------------------------- Fix Version/s: 4.5.0.Beta1 > Fix TraviCI build > ----------------- > > Key: RFPL-3370 > URL: https://issues.jboss.org/browse/RFPL-3370 > Project: RichFaces Planning > Issue Type: Task > Security Level: Public(Everyone can see) > Components: QE > Affects Versions: 4.5.0.Alpha2 > Reporter: Pavol Pitonak > Assignee: Juraj H?ska > Fix For: 4.5.0.Beta1 > > -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Fri Jun 13 11:00:44 2014 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Fri, 13 Jun 2014 11:00:44 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3370) Fix TraviCI build In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3370: -------------------------------- Description: https://travis-ci.org/richfaces/richfaces > Fix TraviCI build > ----------------- > > Key: RFPL-3370 > URL: https://issues.jboss.org/browse/RFPL-3370 > Project: RichFaces Planning > Issue Type: Task > Security Level: Public(Everyone can see) > Components: QE > Affects Versions: 4.5.0.Alpha2 > Reporter: Pavol Pitonak > Assignee: Juraj H?ska > Fix For: 4.5.0.Beta1 > > > https://travis-ci.org/richfaces/richfaces -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Fri Jun 13 11:00:44 2014 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Fri, 13 Jun 2014 11:00:44 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3370) Fix TraviCI build In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976077#comment-12976077 ] Pavol Pitonak commented on RFPL-3370: ------------------------------------- Is it possible to disable a build temporarily or do we need to remove it completely? > Fix TraviCI build > ----------------- > > Key: RFPL-3370 > URL: https://issues.jboss.org/browse/RFPL-3370 > Project: RichFaces Planning > Issue Type: Task > Security Level: Public(Everyone can see) > Components: QE > Affects Versions: 4.5.0.Alpha2 > Reporter: Pavol Pitonak > Assignee: Juraj H?ska > Fix For: 4.5.0.Beta1 > > > https://travis-ci.org/richfaces/richfaces -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Fri Jun 13 17:31:38 2014 From: issues at jboss.org (Brian Leathem (JIRA)) Date: Fri, 13 Jun 2014 17:31:38 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3343) Deploy the showcase In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976241#comment-12976241 ] Brian Leathem commented on RFPL-3343: ------------------------------------- [~michpetrov] this issue is marked as _Resolved_, but the showcase (http://showcase.richfaces.org/) is still showing that it's running version {{4.3.5.Final}}. Either the VersionBean is reporting the wrong version (a bug) or the showcase deployment has not in fact been performed. Can you update this issue with the current status of the showcase deployment? > Deploy the showcase > ------------------- > > Key: RFPL-3343 > URL: https://issues.jboss.org/browse/RFPL-3343 > Project: RichFaces Planning > Issue Type: Sub-task > Security Level: Public(Everyone can see) > Components: release > Affects Versions: 4.3.7 > Reporter: Brian Leathem > Assignee: Michal Petrov > Fix For: 4.3.7 > > -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Mon Jun 16 04:01:25 2014 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 16 Jun 2014 04:01:25 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3343) Deploy the showcase In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976420#comment-12976420 ] Michal Petrov commented on RFPL-3343: ------------------------------------- I had named the WAR file incorrectly, all should be good now. > Deploy the showcase > ------------------- > > Key: RFPL-3343 > URL: https://issues.jboss.org/browse/RFPL-3343 > Project: RichFaces Planning > Issue Type: Sub-task > Security Level: Public(Everyone can see) > Components: release > Affects Versions: 4.3.7 > Reporter: Brian Leathem > Assignee: Michal Petrov > Fix For: 4.3.7 > > -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Mon Jun 16 17:34:24 2014 From: issues at jboss.org (Brian Leathem (JIRA)) Date: Mon, 16 Jun 2014 17:34:24 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3343) Deploy the showcase In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976758#comment-12976758 ] Brian Leathem commented on RFPL-3343: ------------------------------------- Thanks [~michpetrov]. > Deploy the showcase > ------------------- > > Key: RFPL-3343 > URL: https://issues.jboss.org/browse/RFPL-3343 > Project: RichFaces Planning > Issue Type: Sub-task > Security Level: Public(Everyone can see) > Components: release > Affects Versions: 4.3.7 > Reporter: Brian Leathem > Assignee: Michal Petrov > Fix For: 4.3.7 > > -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Wed Jun 18 07:13:24 2014 From: issues at jboss.org (=?UTF-8?Q?Juraj_H=C3=BAska_=28JIRA=29?=) Date: Wed, 18 Jun 2014 07:13:24 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3281) Test new implemetation of file upload In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977319#comment-12977319 ] Juraj H?ska commented on RFPL-3281: ----------------------------------- The tests need to be rewritten a little bit. E.g. usage of {{Graphene.guardAjax}} is now preferred before {{MetamerPage.waitRequest}}. > Test new implemetation of file upload > ------------------------------------- > > Key: RFPL-3281 > URL: https://issues.jboss.org/browse/RFPL-3281 > Project: RichFaces Planning > Issue Type: Task > Security Level: Public(Everyone can see) > Components: QE > Affects Versions: 5.0.0.Alpha3 > Reporter: Pavol Pitonak > Assignee: Juraj H?ska > > The file upload component in RichFaces 5 was reimplemented. > * Everything expected to work > * Using Servlet 3.0 API for file uploads - won't work on Tomcat 6 > * Files are sent through an XHR request (as opposed to the previous iframe approach) > * Originally had to intercept the request early to get upload progress updates > but now we monitor the upload progress on the client, so this is not needed -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Wed Jun 18 07:25:24 2014 From: issues at jboss.org (=?UTF-8?Q?Juraj_H=C3=BAska_=28JIRA=29?=) Date: Wed, 18 Jun 2014 07:25:24 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3281) Test new implemetation of file upload In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juraj H?ska updated RFPL-3281: ------------------------------ Comment: was deleted (was: The tests need to be rewritten a little bit. E.g. usage of {{Graphene.guardAjax}} is now preferred before {{MetamerPage.waitRequest}}.) > Test new implemetation of file upload > ------------------------------------- > > Key: RFPL-3281 > URL: https://issues.jboss.org/browse/RFPL-3281 > Project: RichFaces Planning > Issue Type: Task > Security Level: Public(Everyone can see) > Components: QE > Affects Versions: 5.0.0.Alpha3 > Reporter: Pavol Pitonak > Assignee: Juraj H?ska > > The file upload component in RichFaces 5 was reimplemented. > * Everything expected to work > * Using Servlet 3.0 API for file uploads - won't work on Tomcat 6 > * Files are sent through an XHR request (as opposed to the previous iframe approach) > * Originally had to intercept the request early to get upload progress updates > but now we monitor the upload progress on the client, so this is not needed -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Wed Jun 18 08:43:24 2014 From: issues at jboss.org (=?UTF-8?Q?Juraj_H=C3=BAska_=28JIRA=29?=) Date: Wed, 18 Jun 2014 08:43:24 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3281) Test new implemetation of file upload In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977355#comment-12977355 ] Juraj H?ska commented on RFPL-3281: ----------------------------------- There still seems to be some problems. I think it is on Graphene side, but I need to investigate more on this. The problem is with: {{MetamerPage.waitRequest(fileUpload, WaitRequestType.XHR).upload();}}, the uploading is triggered correctly, however, it hangs on progress facelet, and therefore the uploading is not finished correctly, and the request time is not updated. Manually it works as it should. > Test new implemetation of file upload > ------------------------------------- > > Key: RFPL-3281 > URL: https://issues.jboss.org/browse/RFPL-3281 > Project: RichFaces Planning > Issue Type: Task > Security Level: Public(Everyone can see) > Components: QE > Affects Versions: 5.0.0.Alpha3 > Reporter: Pavol Pitonak > Assignee: Juraj H?ska > > The file upload component in RichFaces 5 was reimplemented. > * Everything expected to work > * Using Servlet 3.0 API for file uploads - won't work on Tomcat 6 > * Files are sent through an XHR request (as opposed to the previous iframe approach) > * Originally had to intercept the request early to get upload progress updates > but now we monitor the upload progress on the client, so this is not needed -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Wed Jun 18 08:43:24 2014 From: issues at jboss.org (=?UTF-8?Q?Juraj_H=C3=BAska_=28JIRA=29?=) Date: Wed, 18 Jun 2014 08:43:24 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3281) Test new implemetation of file upload In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977355#comment-12977355 ] Juraj H?ska edited comment on RFPL-3281 at 6/18/14 8:42 AM: ------------------------------------------------------------ There still seems to be some problems to test new file upload. I think it is on Graphene side, but I need to investigate more on this. The problem is with: {{MetamerPage.waitRequest(fileUpload, WaitRequestType.XHR).upload();}}, the uploading is triggered correctly, however, it hangs on progress facelet, and therefore the uploading is not finished correctly, and the request time is not updated. Manually it works as it should. was (Author: jhuska): There still seems to be some problems. I think it is on Graphene side, but I need to investigate more on this. The problem is with: {{MetamerPage.waitRequest(fileUpload, WaitRequestType.XHR).upload();}}, the uploading is triggered correctly, however, it hangs on progress facelet, and therefore the uploading is not finished correctly, and the request time is not updated. Manually it works as it should. > Test new implemetation of file upload > ------------------------------------- > > Key: RFPL-3281 > URL: https://issues.jboss.org/browse/RFPL-3281 > Project: RichFaces Planning > Issue Type: Task > Security Level: Public(Everyone can see) > Components: QE > Affects Versions: 5.0.0.Alpha3 > Reporter: Pavol Pitonak > Assignee: Juraj H?ska > > The file upload component in RichFaces 5 was reimplemented. > * Everything expected to work > * Using Servlet 3.0 API for file uploads - won't work on Tomcat 6 > * Files are sent through an XHR request (as opposed to the previous iframe approach) > * Originally had to intercept the request early to get upload progress updates > but now we monitor the upload progress on the client, so this is not needed -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Mon Jun 23 08:26:24 2014 From: issues at jboss.org (=?UTF-8?Q?Juraj_H=C3=BAska_=28JIRA=29?=) Date: Mon, 23 Jun 2014 08:26:24 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3371) Developer guide 4.5.0.Alpha3 updates In-Reply-To: References: Message-ID: Juraj H?ska created RFPL-3371: --------------------------------- Summary: Developer guide 4.5.0.Alpha3 updates Key: RFPL-3371 URL: https://issues.jboss.org/browse/RFPL-3371 Project: RichFaces Planning Issue Type: Enhancement Security Level: Public (Everyone can see) Components: doc Affects Versions: 4.5.0.Alpha3 Reporter: Juraj H?ska Below you can find changes required to be made for Developer guide on {{4.5.0.Alpha3}} * 2.1. Technical Requirements ** update browser versions * 2.1.1. Project libraries and dependencies ** RichFaces library is not distributed as a single jar, list the jar files ** update javax.faces.jar to 2.1.28 or higher ** udpate guava version to 16.0.1 ** css parser to 0.9.14 ** atmosphere to 1.0.18 ** weld-servlet 1.1.18 * 2.4. Creating a project with JBoss Developer Studio ** 3. Reference the tag library - missing a4j namespace * 2.5.2. Using the RichFaces project archetype ** for 4.5.x there are no archetypes, are we going to release them as well ? * Import the project into an IDE ** no need to install maven support to JBoss Developer studio ** the address where the project is accessible when deployed: http://localhost:8080/jsf-app/ depends on the name a user would choose when creating the project from archetype - it should be mentioned that jsf-app is placeholder * 3.1.1. Server requirements ** it will not work with JBoss AS 7, need EAP 6.2.3+ or WildFly 8.0.0.Final+ * 4.4. Component overview ** The RichFaces framework is not made up of the sinlge tag library. builidng -> building * 6.4.1. Creating a new skin blueSky.skin.properties is in richfaces-core-version.jar * Appendix B. Migration Notes popupPanel autosize and min, max attributes change - more info in RF-13629 -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Mon Jun 23 08:30:24 2014 From: issues at jboss.org (=?UTF-8?Q?Juraj_H=C3=BAska_=28JIRA=29?=) Date: Mon, 23 Jun 2014 08:30:24 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3372) Component reference 4.5.0.Alpha3 updates In-Reply-To: References: Message-ID: Juraj H?ska created RFPL-3372: --------------------------------- Summary: Component reference 4.5.0.Alpha3 updates Key: RFPL-3372 URL: https://issues.jboss.org/browse/RFPL-3372 Project: RichFaces Planning Issue Type: Enhancement Security Level: Public (Everyone can see) Components: doc Affects Versions: 4.5.0.Alpha3 Reporter: Juraj H?ska Below you can find some changes need to be done for Component reference in 4.5.0.Alpha3 * 3.8.9.2. Configuring JMS backend ** it should be used how to configure it for WildFly instead of JBoss AS * rich:editor ** alter the note which has links for CKEditor 3, to point to CKEditor 4 ** changing the skin needs to be done with its JS API from now on * togglePanel ** Example 9.4. Basic usage - code snippet contains redundant '?' characters * EDT ** 10.6.3.3. Row selection - code snippet, {{import org.richfaces.component.UIExtendedDataTable;}} needs to be changed to {{import org.richfaces.component.AbstractExtendedDataTable;}} and the usage of {{UIExtendedDataTable}} as well -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Mon Jun 23 09:18:24 2014 From: issues at jboss.org (=?UTF-8?Q?Juraj_H=C3=BAska_=28JIRA=29?=) Date: Mon, 23 Jun 2014 09:18:24 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3370) Fix TraviCI build In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12978585#comment-12978585 ] Juraj H?ska commented on RFPL-3370: ----------------------------------- [Last build|https://travis-ci.org/richfaces/richfaces/builds/28066878] for 4.5.x passed. > Fix TraviCI build > ----------------- > > Key: RFPL-3370 > URL: https://issues.jboss.org/browse/RFPL-3370 > Project: RichFaces Planning > Issue Type: Task > Security Level: Public(Everyone can see) > Components: QE > Affects Versions: 4.5.0.Alpha2 > Reporter: Pavol Pitonak > Assignee: Juraj H?ska > Fix For: 4.5.0.Beta1 > > > https://travis-ci.org/richfaces/richfaces -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Mon Jun 23 09:38:27 2014 From: issues at jboss.org (=?UTF-8?Q?Juraj_H=C3=BAska_=28JIRA=29?=) Date: Mon, 23 Jun 2014 09:38:27 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3373) Developer guide for 4.5.0-Alpha3 bugs In-Reply-To: References: Message-ID: Juraj H?ska created RFPL-3373: --------------------------------- Summary: Developer guide for 4.5.0-Alpha3 bugs Key: RFPL-3373 URL: https://issues.jboss.org/browse/RFPL-3373 Project: RichFaces Planning Issue Type: Bug Security Level: Public (Everyone can see) Components: doc Affects Versions: 4.5.0.Alpha3 Reporter: Juraj H?ska There are some bugs in 4.5.0.Alpha3 Developer guide: * with [this|https://github.com/richfaces/richfaces-docs/commit/74ec6117009436818c83959eddc1828a098f4e25] commit it was intended to change {{r}} namespace to {{rich}}, however, words ending with 'r' are altered as well, so e.g. {{background-color}} CSS property was changed to {{background-colorich}} -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Mon Jun 23 09:52:24 2014 From: issues at jboss.org (=?UTF-8?Q?Juraj_H=C3=BAska_=28JIRA=29?=) Date: Mon, 23 Jun 2014 09:52:24 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3373) Developer guide for 4.5.0-Alpha3 bugs In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juraj H?ska updated RFPL-3373: ------------------------------ Description: There are some bugs in 4.5.0.Alpha3 Developer guide: * with [this|https://github.com/richfaces/richfaces-docs/commit/74ec6117009436818c83959eddc1828a098f4e25] commit it was intended to change {{r}} namespace to {{rich}}, however, words ending with 'r' are altered as well, so e.g. {{background-color}} CSS property was changed to {{background-colorich}} * imho {{rich}} namespace should be used instead of {{r}}, like it is in 4.3.x. It looks more uniformed together with {{a4j}}. {{r}} is used e.g. in code snippet for _2.4. Creating a project with JBoss Developer Studio_ was: There are some bugs in 4.5.0.Alpha3 Developer guide: * with [this|https://github.com/richfaces/richfaces-docs/commit/74ec6117009436818c83959eddc1828a098f4e25] commit it was intended to change {{r}} namespace to {{rich}}, however, words ending with 'r' are altered as well, so e.g. {{background-color}} CSS property was changed to {{background-colorich}} > Developer guide for 4.5.0-Alpha3 bugs > ------------------------------------- > > Key: RFPL-3373 > URL: https://issues.jboss.org/browse/RFPL-3373 > Project: RichFaces Planning > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: doc > Affects Versions: 4.5.0.Alpha3 > Reporter: Juraj H?ska > > There are some bugs in 4.5.0.Alpha3 Developer guide: > * with [this|https://github.com/richfaces/richfaces-docs/commit/74ec6117009436818c83959eddc1828a098f4e25] commit it was intended to change {{r}} namespace to {{rich}}, however, words ending with 'r' are altered as well, so e.g. {{background-color}} CSS property was changed to {{background-colorich}} > * imho {{rich}} namespace should be used instead of {{r}}, like it is in 4.3.x. It looks more uniformed together with {{a4j}}. {{r}} is used e.g. in code snippet for _2.4. Creating a project with JBoss Developer Studio_ -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Mon Jun 23 10:06:28 2014 From: issues at jboss.org (=?UTF-8?Q?Juraj_H=C3=BAska_=28JIRA=29?=) Date: Mon, 23 Jun 2014 10:06:28 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3373) Developer guide for 4.5.0-Alpha3 bugs In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juraj H?ska updated RFPL-3373: ------------------------------ Priority: Critical (was: Major) > Developer guide for 4.5.0-Alpha3 bugs > ------------------------------------- > > Key: RFPL-3373 > URL: https://issues.jboss.org/browse/RFPL-3373 > Project: RichFaces Planning > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: doc > Affects Versions: 4.5.0.Alpha3 > Reporter: Juraj H?ska > Priority: Critical > > There are some bugs in 4.5.0.Alpha3 Developer guide: > * with [this|https://github.com/richfaces/richfaces-docs/commit/74ec6117009436818c83959eddc1828a098f4e25] commit it was intended to change {{r}} namespace to {{rich}}, however, words ending with 'r' are altered as well, so e.g. {{background-color}} CSS property was changed to {{background-colorich}} > * imho {{rich}} namespace should be used instead of {{r}}, like it is in 4.3.x. It looks more uniformed together with {{a4j}}. {{r}} is used e.g. in code snippet for _2.4. Creating a project with JBoss Developer Studio_ -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Mon Jun 23 14:58:24 2014 From: issues at jboss.org (Brian Leathem (JIRA)) Date: Mon, 23 Jun 2014 14:58:24 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3371) Developer guide 4.5.0.Alpha3 updates In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Leathem updated RFPL-3371: -------------------------------- Fix Version/s: 4.5.0.Alpha3 > Developer guide 4.5.0.Alpha3 updates > ------------------------------------ > > Key: RFPL-3371 > URL: https://issues.jboss.org/browse/RFPL-3371 > Project: RichFaces Planning > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Components: doc > Affects Versions: 4.5.0.Alpha3 > Reporter: Juraj H?ska > Fix For: 4.5.0.Alpha3 > > > Below you can find changes required to be made for Developer guide on {{4.5.0.Alpha3}} > * 2.1. Technical Requirements > ** update browser versions > * 2.1.1. Project libraries and dependencies > ** RichFaces library is not distributed as a single jar, list the jar files > ** update javax.faces.jar to 2.1.28 or higher > ** udpate guava version to 16.0.1 > ** css parser to 0.9.14 > ** atmosphere to 1.0.18 > ** weld-servlet 1.1.18 > * 2.4. Creating a project with JBoss Developer Studio > ** 3. Reference the tag library - missing a4j namespace > * 2.5.2. Using the RichFaces project archetype > ** for 4.5.x there are no archetypes, are we going to release them as well ? > * Import the project into an IDE > ** no need to install maven support to JBoss Developer studio > ** the address where the project is accessible when deployed: http://localhost:8080/jsf-app/ depends on the name a user would choose when creating the project from archetype - it should be mentioned that jsf-app is placeholder > * 3.1.1. Server requirements > ** it will not work with JBoss AS 7, need EAP 6.2.3+ or WildFly 8.0.0.Final+ > * 4.4. Component overview > ** The RichFaces framework is not made up of the sinlge tag library. > builidng -> building > * 6.4.1. Creating a new skin > blueSky.skin.properties is in richfaces-core-version.jar > * Appendix B. Migration Notes > popupPanel autosize and min, max attributes change - more info in RF-13629 -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Mon Jun 23 14:58:24 2014 From: issues at jboss.org (Brian Leathem (JIRA)) Date: Mon, 23 Jun 2014 14:58:24 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3372) Component reference 4.5.0.Alpha3 updates In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Leathem updated RFPL-3372: -------------------------------- Fix Version/s: 4.5.0.Alpha3 > Component reference 4.5.0.Alpha3 updates > ---------------------------------------- > > Key: RFPL-3372 > URL: https://issues.jboss.org/browse/RFPL-3372 > Project: RichFaces Planning > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Components: doc > Affects Versions: 4.5.0.Alpha3 > Reporter: Juraj H?ska > Fix For: 4.5.0.Alpha3 > > > Below you can find some changes need to be done for Component reference in 4.5.0.Alpha3 > * 3.8.9.2. Configuring JMS backend > ** it should be used how to configure it for WildFly instead of JBoss AS > * rich:editor > ** alter the note which has links for CKEditor 3, to point to CKEditor 4 > ** changing the skin needs to be done with its JS API from now on > * togglePanel > ** Example 9.4. Basic usage - code snippet contains redundant '?' characters > * EDT > ** 10.6.3.3. Row selection - code snippet, {{import org.richfaces.component.UIExtendedDataTable;}} needs to be changed to {{import org.richfaces.component.AbstractExtendedDataTable;}} and the usage of {{UIExtendedDataTable}} as well -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Mon Jun 23 14:58:25 2014 From: issues at jboss.org (Brian Leathem (JIRA)) Date: Mon, 23 Jun 2014 14:58:25 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3373) Developer guide for 4.5.0-Alpha3 bugs In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Leathem updated RFPL-3373: -------------------------------- Fix Version/s: 4.5.0.Alpha3 > Developer guide for 4.5.0-Alpha3 bugs > ------------------------------------- > > Key: RFPL-3373 > URL: https://issues.jboss.org/browse/RFPL-3373 > Project: RichFaces Planning > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: doc > Affects Versions: 4.5.0.Alpha3 > Reporter: Juraj H?ska > Priority: Critical > Fix For: 4.5.0.Alpha3 > > > There are some bugs in 4.5.0.Alpha3 Developer guide: > * with [this|https://github.com/richfaces/richfaces-docs/commit/74ec6117009436818c83959eddc1828a098f4e25] commit it was intended to change {{r}} namespace to {{rich}}, however, words ending with 'r' are altered as well, so e.g. {{background-color}} CSS property was changed to {{background-colorich}} > * imho {{rich}} namespace should be used instead of {{r}}, like it is in 4.3.x. It looks more uniformed together with {{a4j}}. {{r}} is used e.g. in code snippet for _2.4. Creating a project with JBoss Developer Studio_ -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Thu Jun 26 05:48:24 2014 From: issues at jboss.org (=?UTF-8?Q?Juraj_H=C3=BAska_=28JIRA=29?=) Date: Thu, 26 Jun 2014 05:48:24 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3373) Developer guide for 4.5.0-Alpha3 bugs In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juraj H?ska updated RFPL-3373: ------------------------------ Priority: Major (was: Critical) > Developer guide for 4.5.0-Alpha3 bugs > ------------------------------------- > > Key: RFPL-3373 > URL: https://issues.jboss.org/browse/RFPL-3373 > Project: RichFaces Planning > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: doc > Affects Versions: 4.5.0.Alpha3 > Reporter: Juraj H?ska > Fix For: 4.5.0.Alpha3 > > > There are some bugs in 4.5.0.Alpha3 Developer guide: > * with [this|https://github.com/richfaces/richfaces-docs/commit/74ec6117009436818c83959eddc1828a098f4e25] commit it was intended to change {{r}} namespace to {{rich}}, however, words ending with 'r' are altered as well, so e.g. {{background-color}} CSS property was changed to {{background-colorich}} > * imho {{rich}} namespace should be used instead of {{r}}, like it is in 4.3.x. It looks more uniformed together with {{a4j}}. {{r}} is used e.g. in code snippet for _2.4. Creating a project with JBoss Developer Studio_ -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Thu Jun 26 05:48:24 2014 From: issues at jboss.org (=?UTF-8?Q?Juraj_H=C3=BAska_=28JIRA=29?=) Date: Thu, 26 Jun 2014 05:48:24 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3372) Component reference 4.5.0.Alpha3 updates In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juraj H?ska updated RFPL-3372: ------------------------------ Priority: Minor (was: Major) > Component reference 4.5.0.Alpha3 updates > ---------------------------------------- > > Key: RFPL-3372 > URL: https://issues.jboss.org/browse/RFPL-3372 > Project: RichFaces Planning > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Components: doc > Affects Versions: 4.5.0.Alpha3 > Reporter: Juraj H?ska > Priority: Minor > Fix For: 4.5.0.Alpha3 > > > Below you can find some changes need to be done for Component reference in 4.5.0.Alpha3 > * 3.8.9.2. Configuring JMS backend > ** it should be used how to configure it for WildFly instead of JBoss AS > * rich:editor > ** alter the note which has links for CKEditor 3, to point to CKEditor 4 > ** changing the skin needs to be done with its JS API from now on > * togglePanel > ** Example 9.4. Basic usage - code snippet contains redundant '?' characters > * EDT > ** 10.6.3.3. Row selection - code snippet, {{import org.richfaces.component.UIExtendedDataTable;}} needs to be changed to {{import org.richfaces.component.AbstractExtendedDataTable;}} and the usage of {{UIExtendedDataTable}} as well -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Thu Jun 26 05:48:24 2014 From: issues at jboss.org (=?UTF-8?Q?Juraj_H=C3=BAska_=28JIRA=29?=) Date: Thu, 26 Jun 2014 05:48:24 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3372) Component reference 4.5.0.Alpha3 updates In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juraj H?ska updated RFPL-3372: ------------------------------ Priority: Major (was: Minor) > Component reference 4.5.0.Alpha3 updates > ---------------------------------------- > > Key: RFPL-3372 > URL: https://issues.jboss.org/browse/RFPL-3372 > Project: RichFaces Planning > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Components: doc > Affects Versions: 4.5.0.Alpha3 > Reporter: Juraj H?ska > Fix For: 4.5.0.Alpha3 > > > Below you can find some changes need to be done for Component reference in 4.5.0.Alpha3 > * 3.8.9.2. Configuring JMS backend > ** it should be used how to configure it for WildFly instead of JBoss AS > * rich:editor > ** alter the note which has links for CKEditor 3, to point to CKEditor 4 > ** changing the skin needs to be done with its JS API from now on > * togglePanel > ** Example 9.4. Basic usage - code snippet contains redundant '?' characters > * EDT > ** 10.6.3.3. Row selection - code snippet, {{import org.richfaces.component.UIExtendedDataTable;}} needs to be changed to {{import org.richfaces.component.AbstractExtendedDataTable;}} and the usage of {{UIExtendedDataTable}} as well -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Mon Jun 30 11:45:26 2014 From: issues at jboss.org (=?UTF-8?Q?Juraj_H=C3=BAska_=28JIRA=29?=) Date: Mon, 30 Jun 2014 11:45:26 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3319) Test RichFaces with JBoss Tools In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juraj H?ska resolved RFPL-3319. ------------------------------- Resolution: Done > Test RichFaces with JBoss Tools > ------------------------------- > > Key: RFPL-3319 > URL: https://issues.jboss.org/browse/RFPL-3319 > Project: RichFaces Planning > Issue Type: Sub-task > Security Level: Public(Everyone can see) > Components: QE > Reporter: Pavol Pitonak > Assignee: Juraj H?ska > Fix For: 4.3.6 > > > # create a new Ant project and deploy it to JBoss AS 7 and Tomcat 7 > # create a new Maven project and deploy it to JBoss AS 7 and Tomcat 7 > # try to import existing Maven project > # create new project from JBoss Central > add 4. > According to the RFPL-2204 it should be verified that the project can be generated only from Maven Central, steps to do that: > In addition to this, a manual verification of the archetype in JBoss tools is required. Steps to test a SANPSHOT of the archetype in JBoss tools are as follows: > (03:05:35 PM) Snjeza: you can create project example user site pointing to whatever project example descriptor you want > (03:06:09 PM) bleathem: Snjeza: how do you do that? > (03:09:12 PM) Snjeza: bleathem: Call Window>Preferences>JBoss Tools>Project Examples and click the Add button. Project example xml file can be in your local file system > (03:09:53 PM) bleathem: Snjeza: and how do I make a project example xml file? Can I just copy one from somehwere else? > (03:15:10 PM) Snjeza: bleathem: you can copy the following http://download.jboss.org/jbosstools/examples/project-examples-shared-3.3.Beta1.xml and change the version of your richfaces archetype > (03:33:58 PM) Snjeza: bleathem: You have to check the Show experimental sites checkbox if you want user sites to be shown -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Mon Jun 30 15:13:27 2014 From: issues at jboss.org (Brian Leathem (JIRA)) Date: Mon, 30 Jun 2014 15:13:27 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3371) Developer guide 4.5.0.Alpha3 updates In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Leathem updated RFPL-3371: -------------------------------- Original Estimate: 45 minutes Remaining Estimate: 45 minutes > Developer guide 4.5.0.Alpha3 updates > ------------------------------------ > > Key: RFPL-3371 > URL: https://issues.jboss.org/browse/RFPL-3371 > Project: RichFaces Planning > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Components: doc > Affects Versions: 4.5.0.Alpha3 > Reporter: Juraj H?ska > Fix For: 4.5.0.Alpha3 > > Original Estimate: 45 minutes > Remaining Estimate: 45 minutes > > Below you can find changes required to be made for Developer guide on {{4.5.0.Alpha3}} > * 2.1. Technical Requirements > ** update browser versions > * 2.1.1. Project libraries and dependencies > ** RichFaces library is not distributed as a single jar, list the jar files > ** update javax.faces.jar to 2.1.28 or higher > ** udpate guava version to 16.0.1 > ** css parser to 0.9.14 > ** atmosphere to 1.0.18 > ** weld-servlet 1.1.18 > * 2.4. Creating a project with JBoss Developer Studio > ** 3. Reference the tag library - missing a4j namespace > * 2.5.2. Using the RichFaces project archetype > ** for 4.5.x there are no archetypes, are we going to release them as well ? > * Import the project into an IDE > ** no need to install maven support to JBoss Developer studio > ** the address where the project is accessible when deployed: http://localhost:8080/jsf-app/ depends on the name a user would choose when creating the project from archetype - it should be mentioned that jsf-app is placeholder > * 3.1.1. Server requirements > ** it will not work with JBoss AS 7, need EAP 6.2.3+ or WildFly 8.0.0.Final+ > * 4.4. Component overview > ** The RichFaces framework is not made up of the sinlge tag library. > builidng -> building > * 6.4.1. Creating a new skin > blueSky.skin.properties is in richfaces-core-version.jar > * Appendix B. Migration Notes > popupPanel autosize and min, max attributes change - more info in RF-13629 -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Mon Jun 30 15:13:33 2014 From: issues at jboss.org (Brian Leathem (JIRA)) Date: Mon, 30 Jun 2014 15:13:33 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3371) Developer guide 4.5.0.Alpha3 updates In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Leathem updated RFPL-3371: -------------------------------- Sprint: 4.5.0.Alpha3 - Sprint 6 > Developer guide 4.5.0.Alpha3 updates > ------------------------------------ > > Key: RFPL-3371 > URL: https://issues.jboss.org/browse/RFPL-3371 > Project: RichFaces Planning > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Components: doc > Affects Versions: 4.5.0.Alpha3 > Reporter: Juraj H?ska > Fix For: 4.5.0.Alpha3 > > Original Estimate: 45 minutes > Remaining Estimate: 45 minutes > > Below you can find changes required to be made for Developer guide on {{4.5.0.Alpha3}} > * 2.1. Technical Requirements > ** update browser versions > * 2.1.1. Project libraries and dependencies > ** RichFaces library is not distributed as a single jar, list the jar files > ** update javax.faces.jar to 2.1.28 or higher > ** udpate guava version to 16.0.1 > ** css parser to 0.9.14 > ** atmosphere to 1.0.18 > ** weld-servlet 1.1.18 > * 2.4. Creating a project with JBoss Developer Studio > ** 3. Reference the tag library - missing a4j namespace > * 2.5.2. Using the RichFaces project archetype > ** for 4.5.x there are no archetypes, are we going to release them as well ? > * Import the project into an IDE > ** no need to install maven support to JBoss Developer studio > ** the address where the project is accessible when deployed: http://localhost:8080/jsf-app/ depends on the name a user would choose when creating the project from archetype - it should be mentioned that jsf-app is placeholder > * 3.1.1. Server requirements > ** it will not work with JBoss AS 7, need EAP 6.2.3+ or WildFly 8.0.0.Final+ > * 4.4. Component overview > ** The RichFaces framework is not made up of the sinlge tag library. > builidng -> building > * 6.4.1. Creating a new skin > blueSky.skin.properties is in richfaces-core-version.jar > * Appendix B. Migration Notes > popupPanel autosize and min, max attributes change - more info in RF-13629 -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Mon Jun 30 15:13:33 2014 From: issues at jboss.org (Brian Leathem (JIRA)) Date: Mon, 30 Jun 2014 15:13:33 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3372) Component reference 4.5.0.Alpha3 updates In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Leathem updated RFPL-3372: -------------------------------- Sprint: 4.5.0.Alpha3 - Sprint 6 > Component reference 4.5.0.Alpha3 updates > ---------------------------------------- > > Key: RFPL-3372 > URL: https://issues.jboss.org/browse/RFPL-3372 > Project: RichFaces Planning > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Components: doc > Affects Versions: 4.5.0.Alpha3 > Reporter: Juraj H?ska > Fix For: 4.5.0.Alpha3 > > > Below you can find some changes need to be done for Component reference in 4.5.0.Alpha3 > * 3.8.9.2. Configuring JMS backend > ** it should be used how to configure it for WildFly instead of JBoss AS > * rich:editor > ** alter the note which has links for CKEditor 3, to point to CKEditor 4 > ** changing the skin needs to be done with its JS API from now on > * togglePanel > ** Example 9.4. Basic usage - code snippet contains redundant '?' characters > * EDT > ** 10.6.3.3. Row selection - code snippet, {{import org.richfaces.component.UIExtendedDataTable;}} needs to be changed to {{import org.richfaces.component.AbstractExtendedDataTable;}} and the usage of {{UIExtendedDataTable}} as well -- This message was sent by Atlassian JIRA (v6.2.6#6264) From issues at jboss.org Mon Jun 30 15:13:33 2014 From: issues at jboss.org (Brian Leathem (JIRA)) Date: Mon, 30 Jun 2014 15:13:33 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3373) Developer guide for 4.5.0-Alpha3 bugs In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Leathem updated RFPL-3373: -------------------------------- Sprint: 4.5.0.Alpha3 - Sprint 6 > Developer guide for 4.5.0-Alpha3 bugs > ------------------------------------- > > Key: RFPL-3373 > URL: https://issues.jboss.org/browse/RFPL-3373 > Project: RichFaces Planning > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: doc > Affects Versions: 4.5.0.Alpha3 > Reporter: Juraj H?ska > Fix For: 4.5.0.Alpha3 > > > There are some bugs in 4.5.0.Alpha3 Developer guide: > * with [this|https://github.com/richfaces/richfaces-docs/commit/74ec6117009436818c83959eddc1828a098f4e25] commit it was intended to change {{r}} namespace to {{rich}}, however, words ending with 'r' are altered as well, so e.g. {{background-color}} CSS property was changed to {{background-colorich}} > * imho {{rich}} namespace should be used instead of {{r}}, like it is in 4.3.x. It looks more uniformed together with {{a4j}}. {{r}} is used e.g. in code snippet for _2.4. Creating a project with JBoss Developer Studio_ -- This message was sent by Atlassian JIRA (v6.2.6#6264)