• RichFaces cache classes - are they needed ?

    With trying to resolve RF-13475, I started to wondering: Why there are those cache configuration classes in RichFaces core ?   Afaik, there are no tests (except the unit tests), ensuring that this caching wo...
    Profile Photo
    last modified by jhuska
  • TomEE upgrade in RichFaces repo

    Hi,   I'd like to upgrade TomEE 1.6 Arquillian profiles in RF repository with TomEE 1.7. I already have it on a feature branch [1]. Since it's not a primary target for us, IMHO it's safe to upgrade. What do you ...
    Profile Photo
    last modified by ppitonak
  • Metamer - Component Coverage

    This should contain up to date list of components which have already been added in Metamer, templates used for a component (list.xhtml) and where tests have been written for that component or not. To sum it up, this s...
    Profile Photo
    last modified by manovotn
  • Charts component - developer review?

    Hello   I was assigned a task to cover the brand new charts component with some JS tests. As I was struggling with the API I realized it might be nice to make a developer review of the code.   So here is...
    Profile Photo
    last modified by manovotn
  • RichFaces 4.X Release Testing Process

    Every RichFaces 4.x release is tested both automatically (i.e. Jenkins runs Selenium test suite) and manually in chosen web browsers. All release Jenkins jobs can be found in RF-Rel tab on Jenkins.   Nexus Inform...
    Profile Photo
    last modified by ppitonak
  • Metamer

    Metamer is testing application and test suite which covers all of RichFaces 4 components and it is able to display them in different skins and also different component containers (called templates - tables, tooltip, e...
    Profile Photo
    last modified by jhuska
  • Moving page fragments from richfaces-qa repository

    Hi,   as we agreed some time ago, we'd like to move all existing page fragments for RichFaces components from the QA repository [1] to the framework repository so that they are released together with framework. ...
    Profile Photo
    last modified by ppitonak
  • RichFaces Git Workflow Model

    RichFaces Git Workflow Model Branches in Detail Naming Conventions and Placing of Branches Issue Workflows Commiter Workflow First-Time Contributor - fork and clone the repositories Contributor W...
    Profile Photo
    last modified by lfryc
  • Switching RichFaces QA to JBoss EAP

    Currently RichFaces tests against JBoss AS 7.1.1.Final.  With JBoss EAP 6.1.0.Alpha1 being available, AS 7.1.1.Final is looking a little long in the tooth.   What are others thoughts on moving QA of RichFac...
    Profile Photo
    last modified by bleathem
  • Running IE in a windows VM just got a whole lot easier!

    Hey guys,   I just worked through the process for running Microsoft's free Internet Explorer virtual machines (on linux), and it got a whole lot easier than the last time I did it!   The steps I followed a...
    Profile Photo
    created by bleathem
  • Possible usage of JUnit categories in test suite

    Hi,   we started investing into new test suite in RichFaces 4.3 called "fundamental tests" and Lukas created all necessary configuration in POM files so we can run it in CI, too. However, we are facing at least ...
    Profile Photo
    last modified by ppitonak
  • Reusing Fundamental Tests' CI Setup

    Hey guys,   in RichFaces 4.3, we have introduced integration-tests profile which allows to run fundamental tests with different containers and browsers. Thanks to placing this profile in richfacces-root-parent,...
    Profile Photo
    last modified by lfryc
  • Naming conventions for Arquillian profiles

    Hi,   there are differences in naming conventions in "fundamental tests" and Metamer tests.   Fundamental tests contain following two profiles: container-jbossas-managed-7 (7.1.1.Final) container-jbossas...
    Profile Photo
    last modified by ppitonak
  • Summary of JSF and RichFaces Testing Efforts

    In the RichFaces team, we are strong believers in testing approaches, which can be seen with our test suite written using jsf-test framework and with our outstanding functional tests suite written in Ajocado/Selenium....
    Profile Photo
    last modified by lfryc
  • rich:hotKey - preventDefault - known limitations

    The preventDefault attribute of rich:hotKey has known limitation: it can't prevent native browser actions for selected key-strokes.   Using there key-strokes can cause opening browser menus, popups, etc.   ...
    Profile Photo
    last modified by jpapouse
  • rich:editor RF 4.1 and JSF Mojarra

    dears, I've this rich:editor code in my page (RF 4.1 Final) : <rich:editor value="#{richBean.contents}">    <a4j:ajax event="change" render=":aPanel"/>    <a4j:ajax event="dirty"...
    Profile Photo
    last modified by iabughosh
  • Crucible reviews for 4.2.0.CR1

    Hi guys,   I have setup code reviews for 4.2.0.CR1 in Crucible,   you can find them in Inbox or using following links:   https://source.jboss.org/cru/REV-RF-11 https://source.jboss.org/cru/REV-R...
    Profile Photo
    created by lfryc
  • a4j:push RF 4.1 final requests

    Dears RF team, i tested a4j:push compoenent within my application and it went great, but i noticed some interval requests (every 30 seconds) coming from the page where a4j:push exists (PFA), what are these reqeusts ...
    Profile Photo
    last modified by iabughosh
  • Bean Validation, @Pattern, and CSV

    This discussion relates to the JIRa issue RF-11531.   If you have a backing bean, annotated with @Pattern(regexp = "[a-z].*"), then the validation on the server and client disagree.  The server side seems t...
    Profile Photo
    last modified by bleathem
  • a4j:commandButton and execute="@none"

    Dear Team, I've an a4j:commandButton with action,actionListener and execute="@none", when execute="@none" action and actionListener are not being called, if i change execute value to for example "someText" the method...
    Profile Photo
    last modified by iabughosh