[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> made a comment on [bug 870349|https://bugzilla.redhat.com/show_bug.cgi?id=870349]
This is resolved as Richfaces and Errai are both aligned to EAP 6.1.0.GA version, which is 13.0.1-redhat-1
> 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-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 ASSIGNED to MODIFIED
> 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-13043) rich:select add title Attributes to items
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13043?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-13043:
---------------------------------
One more question - why you need @label attribute same as the text of select's option?
I struggle to find a reason for that, even though it might be evident. :-)
> rich:select add title Attributes to items
> -----------------------------------------
>
> Key: RF-13043
> URL: https://issues.jboss.org/browse/RF-13043
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 4.3.2, 5.0.0.Alpha1
> Reporter: J W
> Priority: Minor
> Fix For: 5-Tracking
>
>
> It would be really good if rich:select had a title Attribute for every item listed. In the delivered HTML-Code every Item is in a DIV-Tag, so it should not be too hard to add this functionality.
--
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-13045) hashParam: attribute @rendered is not working
by Jiří Štefek (JIRA)
Jiří Štefek created RF-13045:
--------------------------------
Summary: hashParam: attribute @rendered is not working
Key: RF-13045
URL: https://issues.jboss.org/browse/RF-13045
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-misc
Environment: RichFaces 5.0.0-SNAPSHOT
Metamer 5.0.0-SNAPSHOT
GlassFish Server Open Source Edition 3.1.2.2
Java(TM) SE Runtime Environment 1.7.0_21-b11 @ Linux
Firefox 18.0 @ Linux x86_64
Reporter: Jiří Štefek
--
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-13043) rich:select add title Attributes to items
by J W (JIRA)
[ https://issues.jboss.org/browse/RF-13043?page=com.atlassian.jira.plugin.s... ]
J W edited comment on RF-13043 at 6/3/13 6:03 AM:
--------------------------------------------------
I have added the mentioned Attribute to the Component. Now every user can decide, whether he wants to enable this function or not by defining enabledItemTitles=true. The default behaviour is set to false. Check the commit in the pull request. if you agree with this, i will also add it to the version 5.
was (Author: jigg4):
I have added the mentioned Attribute to the Component. Now every user can decide, whether he wants to enable this function or not by defining enabledItemTitles=true. The default behaviour is set to false. Check the commit in the pull request.
> rich:select add title Attributes to items
> -----------------------------------------
>
> Key: RF-13043
> URL: https://issues.jboss.org/browse/RF-13043
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 4.3.2, 5.0.0.Alpha1
> Reporter: J W
> Priority: Minor
> Fix For: 5-Tracking
>
>
> It would be really good if rich:select had a title Attribute for every item listed. In the delivered HTML-Code every Item is in a DIV-Tag, so it should not be too hard to add this functionality.
--
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-13043) rich:select add title Attributes to items
by J W (JIRA)
[ https://issues.jboss.org/browse/RF-13043?page=com.atlassian.jira.plugin.s... ]
J W commented on RF-13043:
--------------------------
I have added the mentioned Attribute to the Component. Now every user can decide, whether he wants to enable this function or not by defining enabledItemTitles=true. The default behaviour is set to false. Check the commit in the pull request.
> rich:select add title Attributes to items
> -----------------------------------------
>
> Key: RF-13043
> URL: https://issues.jboss.org/browse/RF-13043
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 4.3.2, 5.0.0.Alpha1
> Reporter: J W
> Priority: Minor
> Fix For: 5-Tracking
>
>
> It would be really good if rich:select had a title Attribute for every item listed. In the delivered HTML-Code every Item is in a DIV-Tag, so it should not be too hard to add this functionality.
--
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-13010) Popup panel inside popup panel: button not rendered in IE10
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RF-13010?page=com.atlassian.jira.plugin.s... ]
Pavol Pitonak commented on RF-13010:
------------------------------------
Brian, two popups side-by-side work fine in both Chrome and IE10.
> Popup panel inside popup panel: button not rendered in IE10
> -----------------------------------------------------------
>
> Key: RF-13010
> URL: https://issues.jboss.org/browse/RF-13010
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.3.2, 5.0.0.Alpha1
> Environment: RichFaces 5.0.0-SNAPSHOT
> Metamer 5.0.0-SNAPSHOT
> Mojarra 2.1.13
> EAP 6.0.1
> Java(TM) SE Runtime Environment 1.6.0_32-b05 @ Linux
> works in Chrome 27.0.1453.93 @ Linux x86_64
> broken in IE10 @ Win 8, IE9 @ Win 7
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Labels: regression
> Fix For: 4.3.3, 5.0.0.Alpha2
>
> Attachments: buttonInPopupPanel.png
>
>
> # deploy Metamer and open http://192.168.122.1:8080/metamer/faces/components/richPopupPanel/simple....
> # change template to "Rich Popup Panel"
> # click the "Call the popup" button
> result:
> * the is a button between paragraph and link inside popup panel in Chrome/Firefox
> * the button is missing in IE 10
> * it might be related to RF-12850 or RF-12958
> * worked fine in 4.3.1.Final
--
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