Log in to follow, share, and participate in this community.
Thread RichFaces cache classes - are they needed ?
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...
TomEE upgrade in RichFaces repoHi, 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 ...
Metamer - Component CoverageThis 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...
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...
RichFaces 4.X Release Testing ProcessEvery 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...
MetamerMetamer 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...
Thread Moving page fragments from richfaces-qa repository
Moving page fragments from richfaces-qa repositoryHi, 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. ...
RichFaces Git Workflow ModelRichFaces 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...
Switching RichFaces QA to JBoss EAPCurrently 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...
Thread Running IE in a windows VM just got a whole lot easier!
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...
Thread Possible usage of JUnit categories in test suite
Possible usage of JUnit categories in test suiteHi, 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 ...
Reusing Fundamental Tests' CI SetupHey 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,...
Naming conventions for Arquillian profilesHi, 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...
Thread Summary of JSF and RichFaces Testing Efforts
Summary of JSF and RichFaces Testing EffortsIn 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....
Article rich:hotKey - preventDefault - known limitations
rich:hotKey - preventDefault - known limitationsThe 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. ...
Crucible reviews for 4.2.0.CR1Hi 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...
a4j:push RF 4.1 final requestsDears 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 ...
Bean Validation, @Pattern, and CSVThis 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...
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...