[JBoss JIRA] (RF-12580) Guava versions in Errai and RichFaces are not compatible
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/RF-12580?page=com.atlassian.jira.plugin.s... ]
RH Bugzilla Integration commented on RF-12580:
----------------------------------------------
Marek Novotny <mnovotny(a)redhat.com> changed the Status of [bug 870349|https://bugzilla.redhat.com/show_bug.cgi?id=870349] from MODIFIED to ON_QA
> Guava versions in Errai and RichFaces are not compatible
> --------------------------------------------------------
>
> Key: RF-12580
> URL: https://issues.jboss.org/browse/RF-12580
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.2.3.Final
> Reporter: Tomas Repel
>
> Description of problem:
> RichFaces 4.2.3.Final-redhat-1 depends on com.google.guava:guava:11.0.2. This particular version is not compatible with Errai framework that needs guava of version 12.0.
> Version-Release number of selected component (if applicable):
> RichFaces 4.2.3.Final-redhat-1
> Errai 2.1.0.Final-redhat-1
> How reproducible:
> Always.
> Steps to Reproduce:
> I discovered this when I tried to deploy Ticket Monster example (2.1.0.ER2 version) with administration pages generated by Forge 1.0.5.Final that uses Forge Richfaces plugin.
>
> Actual results:
> {noformat}
> [ERROR] java.lang.NoClassDefFoundError: com/google/common/reflect/TypeToken
> [ERROR] at org.jboss.errai.codegen.meta.impl.java.JavaReflectionMethod.getParameters(JavaReflectionMethod.java:62)
> [ERROR] at org.jboss.errai.codegen.meta.MetaClassFactory.cloneToBuildMetaClass(MetaClassFactory.java:325)
> [ERROR] at org.jboss.errai.codegen.meta.MetaClassFactory.parameterizedAs(MetaClassFactory.java:261)
> [ERROR] at org.jboss.errai.codegen.meta.MetaClassFactory.parameterizedAs(MetaClassFactory.java:257)
> [ERROR] at org.jboss.errai.codegen.meta.impl.java.JavaReflectionClass.getSuperClass(JavaReflectionClass.java:317)
> [ERROR] at org.jboss.errai.codegen.meta.MetaClassFactory.cloneToBuildMetaClass(MetaClassFactory.java:279)
> [ERROR] at org.jboss.errai.codegen.meta.MetaClassFactory.parameterizedAs(MetaClassFactory.java:261)
> [ERROR] at org.jboss.errai.codegen.meta.MetaClassFactory.parameterizedAs(MetaClassFactory.java:257)
> [ERROR] at org.jboss.errai.ioc.rebind.ioc.bootstrapper.QualifierEqualityFactoryGenerator.generateQualifierEqualityFactory(QualifierEqualityFactoryGenerator.java:99)
> [ERROR] at org.jboss.errai.ioc.rebind.ioc.bootstrapper.QualifierEqualityFactoryGenerator.generate(QualifierEqualityFactoryGenerator.java:65)
> [ERROR] at com.google.gwt.core.ext.GeneratorExtWrapper.generate(GeneratorExtWrapper.java:48)
> [ERROR] at com.google.gwt.core.ext.GeneratorExtWrapper.generateIncrementally(GeneratorExtWrapper.java:60)
> [ERROR] at com.google.gwt.dev.javac.StandardGeneratorContext.runGeneratorIncrementally(StandardGeneratorContext.java:647)
> [ERROR] at com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:41)
> [ERROR] at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.rebind(StandardRebindOracle.java:78)
> [ERROR] at com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:268)
> [ERROR] at com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:257)
> [ERROR] at com.google.gwt.dev.DistillerRebindPermutationOracle.getAllPossibleRebindAnswers(DistillerRebindPermutationOracle.java:91)
> [ERROR] at com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.doFindAdditionalTypesUsingRebinds(WebModeCompilerFrontEnd.java:96)
> [ERROR] at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.process(AbstractCompiler.java:254)
> [ERROR] at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:444)
> [ERROR] at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.compile(AbstractCompiler.java:173)
> [ERROR] at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.compile(AbstractCompiler.java:288)
> [ERROR] at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.access$400(AbstractCompiler.java:139)
> [ERROR] at com.google.gwt.dev.jdt.AbstractCompiler.compile(AbstractCompiler.java:588)
> [ERROR] at com.google.gwt.dev.jdt.BasicWebModeCompiler.getCompilationUnitDeclarations(BasicWebModeCompiler.java:97)
> [ERROR] at com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.getCompilationUnitDeclarations(WebModeCompilerFrontEnd.java:52)
> [ERROR] at com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:569)
> [ERROR] at com.google.gwt.dev.jjs.JavaScriptCompiler.precompile(JavaScriptCompiler.java:33)
> [ERROR] at com.google.gwt.dev.Precompile.precompile(Precompile.java:284)
> [ERROR] at com.google.gwt.dev.Precompile.precompile(Precompile.java:233)
> [ERROR] at com.google.gwt.dev.Precompile.precompile(Precompile.java:145)
> [ERROR] at com.google.gwt.dev.Compiler.run(Compiler.java:232)
> [ERROR] at com.google.gwt.dev.Compiler.run(Compiler.java:198)
> [ERROR] at com.google.gwt.dev.Compiler$1.run(Compiler.java:170)
> [ERROR] at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:88)
> [ERROR] at com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:82)
> [ERROR] at com.google.gwt.dev.Compiler.main(Compiler.java:177)
> [ERROR] Caused by: java.lang.ClassNotFoundException: com.google.common.reflect.TypeToken
> [ERROR] at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
> [ERROR] at java.security.AccessController.doPrivileged(Native Method)
> [ERROR] at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
> [ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
> [ERROR] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
> [ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
> [ERROR] ... 38 more
> {noformat}
> Expected results:
> It deploys.
--
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, 5 months
[JBoss JIRA] (RF-13054) Indeterminate ProgressBar
by Edilmar Alves (JIRA)
Edilmar Alves created RF-13054:
----------------------------------
Summary: Indeterminate ProgressBar
Key: RF-13054
URL: https://issues.jboss.org/browse/RF-13054
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 4.3.2
Reporter: Edilmar Alves
I would like a progress bar with a behaviour like Swing indeterminate JProgressBar (http://docs.oracle.com/javase/tutorial/uiswing/components/progress.html).
Text extracted from link above:
"Sometimes you can't immediately determine the length of a long-running task, or the task might stay stuck at the same state of completion for a long time. You can show work without measurable progress by putting the progress bar in indeterminate mode. A progress bar in indeterminate mode displays animation to indicate that work is occurring. As soon as the progress bar can display more meaningful information, you should switch it back into its default, determinate mode."
--
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, 5 months
[JBoss JIRA] (RF-12891) Datatable with ExtendedDataModel ajax call
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12891?page=com.atlassian.jira.plugin.s... ]
Juraj Húska edited comment on RF-12891 at 6/6/13 12:20 PM:
-----------------------------------------------------------
I have reproduced the issue on Metamer on [this|https://github.com/richfaces/richfaces-qa/tree/RF-12891] branch. The method walk is called multiple times (6 times in this case).
* The [facelet|https://github.com/richfaces/richfaces-qa/blob/3782c40cda365b8c77...] which is reproducing the issue.
* The [bean|https://github.com/richfaces/richfaces-qa/blob/3782c40cda365b8c77331...].
I have reproduced it on _JBoss AS 7.1.1.Final_. It is _not_ regression IMHO, because I was able to reproduce it with RichFaces from _4.1.Final to 4.3.2.Final_ (I was not able to build Metamer with 4.0.0.Final, but I can try this one if it is needed on some other separated sample).
The description for me is slightly different. Because I was able to reproduce the issue also when the column has just {{<a4j:ajax>}} which does not render an outside element.
Steps to reproduce the issue:
# Build and deploy the Metamer from the above mentioned branch.
# Load this [page|http://localhost:8080/metamer/faces/components/richDataTable/rf-12891.xhtml].
# Click on the picture from the first column.
# See that the server output log has multiple _"Method Walk called"_ entries.
Brian, please let me know If I can do something more for this one.
was (Author: jhuska):
I have reproduced the issue on Metamer on [this|https://github.com/richfaces/richfaces-qa/tree/RF-12891] branch. The method walk is called multiple times (6 times in this case).
* The [facelet|https://github.com/richfaces/richfaces-qa/blob/3782c40cda365b8c77...] which is reproducing the issue.
* The [bean|https://github.com/richfaces/richfaces-qa/blob/3782c40cda365b8c77331...].
I have reproduced it on _JBoss AS 7.1.1.Final_. It is _not_ regression IMHO, because I was able to reproduce it with RichFaces from _4.1.Final to 4.3.2.Final_.
The description for me is slightly different. Because I was able to reproduce the issue also when the column has just {{<a4j:ajax>}} which does not render an outside element.
Steps to reproduce the issue:
# Build and deploy the Metamer from the above mentioned branch.
# Load this [page|http://localhost:8080/metamer/faces/components/richDataTable/rf-12891.xhtml].
# Click on the picture from the first column.
# See that the server output log has multiple _"Method Walk called"_ entries.
Brian, please let me know If I can do something more for this one.
> Datatable with ExtendedDataModel ajax call
> ------------------------------------------
>
> Key: RF-12891
> URL: https://issues.jboss.org/browse/RF-12891
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.1
> Environment: apache-tomcat-7.0.34, servlet-weld 1.1.11.
> Reporter: tehackio teha
> Priority: Critical
> Labels: ExtendedDataModel, UIDataAdaptor, a4j:commandLink, datatable
>
> If one ajax call inside column of datatable(org.ajax4jsf.model.ExtendedDataModel) to render outside, method walk is called many times;
> On org.richfaces.component.UIDataAdaptor.requiresRowIteration(VisitContext context), context.getFacesContext().getAttributes().get("javax.faces.visit.SKIP_ITERATION") returns "null", therefore "false".
--
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, 5 months
[JBoss JIRA] (RF-12891) Datatable with ExtendedDataModel ajax call
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12891?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-12891:
-----------------------------
Assignee: (was: Juraj Húska)
> Datatable with ExtendedDataModel ajax call
> ------------------------------------------
>
> Key: RF-12891
> URL: https://issues.jboss.org/browse/RF-12891
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.1
> Environment: apache-tomcat-7.0.34, servlet-weld 1.1.11.
> Reporter: tehackio teha
> Priority: Critical
> Labels: ExtendedDataModel, UIDataAdaptor, a4j:commandLink, datatable
>
> If one ajax call inside column of datatable(org.ajax4jsf.model.ExtendedDataModel) to render outside, method walk is called many times;
> On org.richfaces.component.UIDataAdaptor.requiresRowIteration(VisitContext context), context.getFacesContext().getAttributes().get("javax.faces.visit.SKIP_ITERATION") returns "null", therefore "false".
--
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, 5 months
[JBoss JIRA] (RF-12891) Datatable with ExtendedDataModel ajax call
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12891?page=com.atlassian.jira.plugin.s... ]
Juraj Húska edited comment on RF-12891 at 6/6/13 12:18 PM:
-----------------------------------------------------------
I have reproduced the issue on Metamer on [this|https://github.com/richfaces/richfaces-qa/tree/RF-12891] branch. The method walk is called multiple times (6 times in this case).
* The [facelet|https://github.com/richfaces/richfaces-qa/blob/3782c40cda365b8c77...] which is reproducing the issue.
* The [bean|https://github.com/richfaces/richfaces-qa/blob/3782c40cda365b8c77331...].
I have reproduced it on _JBoss AS 7.1.1.Final_. It is _not_ regression IMHO, because I was able to reproduce it with RichFaces from _4.1.Final to 4.3.2.Final_.
The description for me is slightly different. Because I was able to reproduce the issue also when the column has just {{<a4j:ajax>}} which does not render an outside element.
Steps to reproduce the issue:
# Build and deploy the Metamer from the above mentioned branch.
# Load this [page|http://localhost:8080/metamer/faces/components/richDataTable/rf-12891.xhtml].
# Click on the picture from the first column.
# See that the server output log has multiple _"Method Walk called"_ entries.
Brian, please let me know If I can do something more for this one.
was (Author: jhuska):
I have reproduced the issue on Metamer on [this|https://github.com/richfaces/richfaces-qa/tree/RF-12891] branch. The method walk is called multiple times (6 times in this case).
* The [facelet|https://github.com/richfaces/richfaces-qa/blob/3782c40cda365b8c77...] which is reproducing the issue.
* The [bean|https://github.com/richfaces/richfaces-qa/blob/3782c40cda365b8c77331...].
I have reproduced it on _JBoss AS 7.1.1.Final_. It is _not_ regression IMHO, because I was able to reproduce it with RichFaces from _4.1.Final to 4.3.2.Final_.
The description for me is slightly different. Because I was able to reproduce the issue also when the column has just {{<a4j:ajax>}} which does not render an outside element.
Steps to reproduce the issue:
# Build and deploy the Metamer from the above mentioned branch.
# Load this [page|http://localhost:8080/metamer/faces/components/richDataTable/rf-12891.xhtml].
# Click on the picture from the first column.
# See that the server output log has multiple _"Method Walk called"_ entries.
Brian, let me know If I can do something more for this one.
> Datatable with ExtendedDataModel ajax call
> ------------------------------------------
>
> Key: RF-12891
> URL: https://issues.jboss.org/browse/RF-12891
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.1
> Environment: apache-tomcat-7.0.34, servlet-weld 1.1.11.
> Reporter: tehackio teha
> Assignee: Juraj Húska
> Priority: Critical
> Labels: ExtendedDataModel, UIDataAdaptor, a4j:commandLink, datatable
>
> If one ajax call inside column of datatable(org.ajax4jsf.model.ExtendedDataModel) to render outside, method walk is called many times;
> On org.richfaces.component.UIDataAdaptor.requiresRowIteration(VisitContext context), context.getFacesContext().getAttributes().get("javax.faces.visit.SKIP_ITERATION") returns "null", therefore "false".
--
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, 5 months
[JBoss JIRA] (RF-12891) Datatable with ExtendedDataModel ajax call
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12891?page=com.atlassian.jira.plugin.s... ]
Juraj Húska commented on RF-12891:
----------------------------------
I have reproduced the issue on Metamer on [this|https://github.com/richfaces/richfaces-qa/tree/RF-12891] branch. The method walk is called multiple times (6 times in this case).
* The [facelet|https://github.com/richfaces/richfaces-qa/blob/3782c40cda365b8c77...] which is reproducing the issue.
* The [bean|https://github.com/richfaces/richfaces-qa/blob/3782c40cda365b8c77331...].
I have reproduced it on _JBoss AS 7.1.1.Final_. It is _not_ regression IMHO, because I was able to reproduce it with RichFaces from _4.1.Final to 4.3.2.Final_.
The description for me is slightly different. Because I was able to reproduce the issue also when the column has just {{<a4j:ajax>}} which does not render an outside element.
Steps to reproduce the issue:
# Build and deploy the Metamer from the above mentioned branch.
# Load this [page|http://localhost:8080/metamer/faces/components/richDataTable/rf-12891.xhtml].
# Click on the picture from the first column.
# See that the server output log has multiple _"Method Walk called"_ entries.
Brian, let me know If I can do something more for this one.
> Datatable with ExtendedDataModel ajax call
> ------------------------------------------
>
> Key: RF-12891
> URL: https://issues.jboss.org/browse/RF-12891
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.1
> Environment: apache-tomcat-7.0.34, servlet-weld 1.1.11.
> Reporter: tehackio teha
> Assignee: Juraj Húska
> Priority: Critical
> Labels: ExtendedDataModel, UIDataAdaptor, a4j:commandLink, datatable
>
> If one ajax call inside column of datatable(org.ajax4jsf.model.ExtendedDataModel) to render outside, method walk is called many times;
> On org.richfaces.component.UIDataAdaptor.requiresRowIteration(VisitContext context), context.getFacesContext().getAttributes().get("javax.faces.visit.SKIP_ITERATION") returns "null", therefore "false".
--
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, 5 months
[JBoss JIRA] (RF-13053) Showcase: push doesn't work on EAP 6.1
by Pavol Pitonak (JIRA)
Pavol Pitonak created RF-13053:
----------------------------------
Summary: Showcase: push doesn't work on EAP 6.1
Key: RF-13053
URL: https://issues.jboss.org/browse/RF-13053
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core
Affects Versions: 4.3.2
Reporter: Pavol Pitonak
EAP 6.1 has more strict conditions for user passwords so we need to update JMS password in both web.xml and readme.md. It has to contain one number and one special character.
--
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, 5 months