From issues at jboss.org Mon Mar 2 06:41:49 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Mon, 2 Mar 2015 06:41:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3748) Manually test Showcase with WildFly 8.2 and Mojarra on Firefox In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny resolved RFPL-3748. --------------------------------- Resolution: Done Verified, no problems were found. > Manually test Showcase with WildFly 8.2 and Mojarra on Firefox > -------------------------------------------------------------- > > Key: RFPL-3748 > URL: https://issues.jboss.org/browse/RFPL-3748 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.3 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 2 07:01:49 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Mon, 2 Mar 2015 07:01:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3752) Verify archetypes In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny resolved RFPL-3752. --------------------------------- Resolution: Done Verified, no problems found. > Verify archetypes > ----------------- > > Key: RFPL-3752 > URL: https://issues.jboss.org/browse/RFPL-3752 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.3 > > > * simpleapp on desktop > {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.5.3.Final -DgroupId=org.richfaces.test -DartifactId=simpleapp-test -Denterprise=false -Dmobile-optimized=false{code} > * simpleapp on mobile > {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.5.3.Final -DgroupId=org.richfaces.test -DartifactId=simpleapp-test -Denterprise=false -Dmobile-optimized=true{code} > * kitchensink on desktop and mobile > {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-kitchensink -DarchetypeVersion=4.5.3.Final -DgroupId=org.richfaces.test -DartifactId=kitchensink-test -Denterprise=false{code} -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 2 07:37:49 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Mon, 2 Mar 2015 07:37:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3754) Smoke test Showcase on OpenShift In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny updated RFPL-3754: -------------------------------- Description: Steps to test: # Get OpenShift account here: [https://www.openshift.com/] # Add application, use EAP, choose public URL and such - initial app will be created and deployed. #* Should you need to create a SSH key follow [this|https://help.github.com/articles/generating-ssh-keys] link. # GIT repository was created and is accessible, link is visible via "My Applications" tab - copy it to your local machine. # Obtain a .war file of the Showcase application [here|https://repository.jboss.org/nexus/content/groups/staging/org/richfaces/examples/richfaces-showcase/4.3.4.Final/richfaces-showcase-4.3.4.Final-openshift.war] # Go to GIT repo and delete pom.xml file (initial project will not be build then) and copy .war file into deployment folder # Commit the changes from repository folder using following commands: #* git add -A #* git commit -m "some message" #* git push # The application will deploy and you can access it using link visible under "My Applications" tab NOTE: Sometimes during push there might be a failure (error in demultiplexer, app gear wont be able to restart). This is *not* connected to Showcase or RichFaces, its rather a problem with small gear (not being sufficient) or openshift or corrupted git repo. Simpliest solution is to delete the application and repeat the whole process. was: Steps to test: # Get OpenShift account here: [https://www.openshift.com/] # Add application, use EAP, choose public URL and such - initial app will be created and deployed. #* Should you need to create a SSH key follow [this|https://help.github.com/articles/generating-ssh-keys] link. # GIT repository was created and is accessible, link is visible via "My Applications" tab - copy it to your local machine. # Obtain a .war file of the Showcase application [here|https://repository.jboss.org/nexus/content/groups/staging/org/richfaces/examples/richfaces-showcase/4.3.4.Final/richfaces-showcase-4.3.4.Final-openshift.war] # Go to GIT repo and delete pom.xml file (initial project will not be build then) and copy .war file into deployment folder # Commit the changes from repository folder using following commands: #* git add -A #* git commit -m "some message" #* git push # The application will deploy and you can access it using link visible under "My Applications" tab > Smoke test Showcase on OpenShift > -------------------------------- > > Key: RFPL-3754 > URL: https://issues.jboss.org/browse/RFPL-3754 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.3 > > > Steps to test: > # Get OpenShift account here: [https://www.openshift.com/] > # Add application, use EAP, choose public URL and such - initial app will be created and deployed. > #* Should you need to create a SSH key follow [this|https://help.github.com/articles/generating-ssh-keys] link. > # GIT repository was created and is accessible, link is visible via "My Applications" tab - copy it to your local machine. > # Obtain a .war file of the Showcase application [here|https://repository.jboss.org/nexus/content/groups/staging/org/richfaces/examples/richfaces-showcase/4.3.4.Final/richfaces-showcase-4.3.4.Final-openshift.war] > # Go to GIT repo and delete pom.xml file (initial project will not be build then) and copy .war file into deployment folder > # Commit the changes from repository folder using following commands: > #* git add -A > #* git commit -m "some message" > #* git push > # The application will deploy and you can access it using link visible under "My Applications" tab > NOTE: Sometimes during push there might be a failure (error in demultiplexer, app gear wont be able to restart). This is *not* connected to Showcase or RichFaces, its rather a problem with small gear (not being sufficient) or openshift or corrupted git repo. Simpliest solution is to delete the application and repeat the whole process. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 2 07:49:49 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Mon, 2 Mar 2015 07:49:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3754) Smoke test Showcase on OpenShift In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny resolved RFPL-3754. --------------------------------- Resolution: Done Modified description to reflect the possible problem while deploying app. Verified, no problems found. > Smoke test Showcase on OpenShift > -------------------------------- > > Key: RFPL-3754 > URL: https://issues.jboss.org/browse/RFPL-3754 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.3 > > > Steps to test: > # Get OpenShift account here: [https://www.openshift.com/] > # Add application, use EAP, choose public URL and such - initial app will be created and deployed. > #* Should you need to create a SSH key follow [this|https://help.github.com/articles/generating-ssh-keys] link. > # GIT repository was created and is accessible, link is visible via "My Applications" tab - copy it to your local machine. > # Obtain a .war file of the Showcase application [here|https://repository.jboss.org/nexus/content/groups/staging/org/richfaces/examples/richfaces-showcase/4.3.4.Final/richfaces-showcase-4.3.4.Final-openshift.war] > # Go to GIT repo and delete pom.xml file (initial project will not be build then) and copy .war file into deployment folder > # Commit the changes from repository folder using following commands: > #* git add -A > #* git commit -m "some message" > #* git push > # The application will deploy and you can access it using link visible under "My Applications" tab > NOTE: Sometimes during push there might be a failure (error in demultiplexer, app gear wont be able to restart). This is *not* connected to Showcase or RichFaces, its rather a problem with small gear (not being sufficient) or openshift or corrupted git repo. Simpliest solution is to delete the application and repeat the whole process. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 2 08:22:49 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Mon, 2 Mar 2015 08:22:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3749) Manually smoke test Showcase with WildFly 8.2 and Mojarra on mobile phones In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny resolved RFPL-3749. --------------------------------- Resolution: Done Verified. > Manually smoke test Showcase with WildFly 8.2 and Mojarra on mobile phones > -------------------------------------------------------------------------- > > Key: RFPL-3749 > URL: https://issues.jboss.org/browse/RFPL-3749 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.3 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 2 08:37:49 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Mon, 2 Mar 2015 08:37:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3750) Manually smoke test Showcase with WildFly 8.2 and Mojarra on tablets In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny resolved RFPL-3750. --------------------------------- Resolution: Done Verified. > Manually smoke test Showcase with WildFly 8.2 and Mojarra on tablets > -------------------------------------------------------------------- > > Key: RFPL-3750 > URL: https://issues.jboss.org/browse/RFPL-3750 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.3 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 3 02:50:49 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Tue, 3 Mar 2015 02:50:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3742) Configure and fire automated build for Showcase in Jenkins In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak reassigned RFPL-3742: ----------------------------------- Assignee: Matej Novotny (was: Pavol Pitonak) > Configure and fire automated build for Showcase in Jenkins > ---------------------------------------------------------- > > Key: RFPL-3742 > URL: https://issues.jboss.org/browse/RFPL-3742 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.3 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 3 02:50:49 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Tue, 3 Mar 2015 02:50:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3743) Configure and fire automated build for Showcase in Jenkins in HTTPS setup In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak reassigned RFPL-3743: ----------------------------------- Assignee: Matej Novotny (was: Pavol Pitonak) > Configure and fire automated build for Showcase in Jenkins in HTTPS setup > ------------------------------------------------------------------------- > > Key: RFPL-3743 > URL: https://issues.jboss.org/browse/RFPL-3743 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.3 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 3 06:42:49 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Tue, 3 Mar 2015 06:42:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3719) RichFaces 4.5.3.Final Release In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3719: -------------------------------- Description: RichFaces version: {{4.5.3.Final}} RichFaces tag: {{[4.5.3.Final|https://github.com/richfaces/richfaces/releases/tag/4.5.3.Final]}} Metamer tag: {{4.5.3.20150226-Final}} Shared Stage: https://repository.jboss.org/nexus/content/groups/staging/ Private stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4942 Archetype stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4944 ---- More information can be found in RichFaces 4.X release testing process document [2]. [1] http://docs.jboss.org/jbossas/6/JSF_Guide/en-US/html_single/index.html#changing.jsf.config [2] https://github.com/richfaces/richfaces-qa/blob/master/howto-release.adoc was: RichFaces version: {{4.5.3.Final}} RichFaces tag: {{[4.5.3.Final|https://github.com/richfaces/richfaces/releases/tag/4.5.3.Final]}} Metamer tag: {{4.5.3.20150226-Final}} Shared Stage: https://repository.jboss.org/nexus/content/groups/staging/ Private stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4942 ---- More information can be found in RichFaces 4.X release testing process document [2]. [1] http://docs.jboss.org/jbossas/6/JSF_Guide/en-US/html_single/index.html#changing.jsf.config [2] https://github.com/richfaces/richfaces-qa/blob/master/howto-release.adoc > RichFaces 4.5.3.Final Release > ----------------------------- > > Key: RFPL-3719 > URL: https://issues.jboss.org/browse/RFPL-3719 > Project: RichFaces Planning > Issue Type: Task > Components: release > Affects Versions: 4.5.3 > Reporter: Michal Petrov > Assignee: Michal Petrov > Priority: Blocker > Fix For: 4.5.3 > > Original Estimate: 2 days > Remaining Estimate: 2 days > > RichFaces version: {{4.5.3.Final}} > RichFaces tag: {{[4.5.3.Final|https://github.com/richfaces/richfaces/releases/tag/4.5.3.Final]}} > Metamer tag: {{4.5.3.20150226-Final}} > Shared Stage: https://repository.jboss.org/nexus/content/groups/staging/ > Private stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4942 > Archetype stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4944 > ---- > More information can be found in RichFaces 4.X release testing process document [2]. > [1] http://docs.jboss.org/jbossas/6/JSF_Guide/en-US/html_single/index.html#changing.jsf.config > [2] https://github.com/richfaces/richfaces-qa/blob/master/howto-release.adoc -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 3 08:04:49 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Tue, 3 Mar 2015 08:04:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3751) Manually smoke test Showcase with Tomcat 8 and MyFaces on tablets In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek resolved RFPL-3751. ------------------------------- Resolution: Done done, nothing new > Manually smoke test Showcase with Tomcat 8 and MyFaces on tablets > ----------------------------------------------------------------- > > Key: RFPL-3751 > URL: https://issues.jboss.org/browse/RFPL-3751 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.3 > > > Do this task only when a MyFaces-specific bug was fixed in RichFaces or when MyFaces dependency was upgraded ([search link|https://issues.jboss.org/browse/RFPL-3599?jql=project%20in%20%28RFPL%2C%20RF%29%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%204.5.3%20AND%20%28labels%20%3D%20myfaces%20OR%20text%20~%20%22myfaces%22%29]). -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 3 09:51:49 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Tue, 3 Mar 2015 09:51:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3753) Test RichFaces with JBDS 8.0.2 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045664#comment-13045664 ] Pavol Pitonak commented on RFPL-3753: ------------------------------------- Steps 1-3 done, RF-13990 reported (missing configuration in Showcase). > Test RichFaces with JBDS 8.0.2 > ------------------------------ > > Key: RFPL-3753 > URL: https://issues.jboss.org/browse/RFPL-3753 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.3 > > > *In case of any changes and/or inaccuracy be sure to update this description.* > # create a new Maven project and deploy it to WildFly 8.2 and Tomcat 8 > #* File -> New -> Other > #* Select {{Maven Project}} > #* Once prompted to choose archetype, add new repository to Catalog > #** As address you are going to need the staging repo URL > #* Choose simple-app from the newly added repo (e.g. with correct RF version) > #* Test with Tomcat (no changes needed) > #* Test with Wildfly > #** Need to activate {{jee6}} profile > # create a new Ant project and deploy it to WildFly 8.2 and Tomcat 8 > #* File -> New -> Other > #* Select {{JSF Project}} & when prompted choose 'Kickstars without libs' > #* Finish the wizard, you can install Wildfly and Tomcat servers at this point > #* Get RF Distribution (from staged repo in ZIP format) and add JAR files (with RF and mandatory libs) to this new project > #* Download javax.faces JAR (or myfaces) => this is *only* needed for Tomcat so add only if you wish to deploy app there > #* As a template you can use RF simple-app archetype and copy following things to ant project, if possible preserve the structure: > #** RichBean.java > #** index.xhtml > #** templates (whole folder) > #* Add following to the web.xml (it only maps index page to localhost:8080/app_name) > #** {code} > faces/index.xhtml > {code} > #* At this point, app should be buildable and deployable and accessible at {{localhost:8080/app_name}} > #* Test on Wildfly > #* Add JSF implementation JAR to libraries, rebuild and test on Tomcat > #** Based on JSF impl chosen you might come across following bug: https://java.net/jira/browse/JAVASERVERFACES-3400 > #** Workaround is to change RichBean from {{ViewScoped}} to {{SessionScoped}} > # Try to import existing Maven project > #* Make use of Showcase in RF distribution ZIP and import that > #* To deploy with Tomcat no additional settings is needed > #* To deploy with Wildfly tou need to activate {{jbas71 profile}} > # 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 SNAPSHOT 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 > *The last step has sever substeps. This steps can be performed when RichFaces are in maven central repository. Do the following:* > 1) I use latest stable JBDS, e.g. for this release 8.0.0 downloaded from this site https://www.jboss.org/products/devstudio/download/ > 2) Download particular project-examples-shared-VERSION.xml from this site. I download the file with the biggest version number. http://download.jboss.org/jbosstools/examples/ > 4) Alter the project-examples-shared-VERSION.xml in this way > comment lines richfaces-archetype-kitchensink and richfaces-kitchensink > un-comment lines which contain comment: unnecessary when a stacksId is used (only for richfaces part). > change the version of the richfaces-archetype-kitchensink to the released one, e.g. for this release 4.5.0.Beta1 > save it > 5) In JBDS, Preferences --> JBoss Tools --> Project Examples --> add new site, which points to the edited .xml file. > 6) Shut down JBDS > in your local ~/.m2/settings.xml turn off all JBoss repositories (or in other global settings). So Any project will be built only from Maven central repositories. > Remove all richfaces artifacts from your local repository, so they will be downloaded when necessary. > 7) Start JBDS. > 8) In JBoss Central (the start page), click on the Project Exampels Wizard, located next to Start from sample header > 9) Check show experimental sites > 10) From select box choose your site. > 11) Create RichFaces project. > 12) It should download artifacts only from Maven Central, and it should be deployable. Test it only on Wildfly. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 3 09:54:49 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Tue, 3 Mar 2015 09:54:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3730) Closeout and resolve QE issues in RichFaces "RFPL" jira project for this release In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak resolved RFPL-3730. --------------------------------- Resolution: Done > Closeout and resolve QE issues in RichFaces "RFPL" jira project for this release > -------------------------------------------------------------------------------- > > Key: RFPL-3730 > URL: https://issues.jboss.org/browse/RFPL-3730 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.3 > Reporter: Michal Petrov > Assignee: Pavol Pitonak > Fix For: 4.5.3 > > > https://issues.jboss.org/browse/RFPL-3608?jql=project%20%3D%20RFPL%20AND%20fixVersion%20%3D%204.5.2.Final%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20QE%20ORDER%20BY%20priority%20DESC -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 3 09:54:50 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Tue, 3 Mar 2015 09:54:50 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3724) Review document updates In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3724: -------------------------------- Description: https://issues.jboss.org/browse/RFPL-3371?jql=project%3DRFPL%20and%20component%3Ddoc%20and%20fixVersion%3D4.5.3 (was: https://issues.jboss.org/browse/RFPL-3371?jql=project%3DRFPL%20and%20component%3Ddoc%20and%20fixVersion%3D4.5.2.Final) > Review document updates > ----------------------- > > Key: RFPL-3724 > URL: https://issues.jboss.org/browse/RFPL-3724 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.3 > Reporter: Michal Petrov > Assignee: Pavol Pitonak > Fix For: 4.5.3 > > > https://issues.jboss.org/browse/RFPL-3371?jql=project%3DRFPL%20and%20component%3Ddoc%20and%20fixVersion%3D4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 3 09:54:50 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Tue, 3 Mar 2015 09:54:50 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3724) Review document updates In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak reassigned RFPL-3724: ----------------------------------- Assignee: Ji?? ?tefek (was: Pavol Pitonak) > Review document updates > ----------------------- > > Key: RFPL-3724 > URL: https://issues.jboss.org/browse/RFPL-3724 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.3 > Reporter: Michal Petrov > Assignee: Ji?? ?tefek > Fix For: 4.5.3 > > > https://issues.jboss.org/browse/RFPL-3371?jql=project%3DRFPL%20and%20component%3Ddoc%20and%20fixVersion%3D4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 3 12:07:49 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Tue, 3 Mar 2015 12:07:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3719) RichFaces 4.5.3.Final Release In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3719: -------------------------------- Description: RichFaces version: {{4.5.3.Final}} RichFaces tag: {{[4.5.3.Final|https://github.com/richfaces/richfaces/releases/tag/4.5.3.Final]}} Metamer tag: {{4.5.3.20150226-Final}} Shared Stage: https://repository.jboss.org/nexus/content/groups/staging/ Private stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4997 Archetype stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4944 ---- More information can be found in RichFaces 4.X release testing process document [2]. [1] http://docs.jboss.org/jbossas/6/JSF_Guide/en-US/html_single/index.html#changing.jsf.config [2] https://github.com/richfaces/richfaces-qa/blob/master/howto-release.adoc was: RichFaces version: {{4.5.3.Final}} RichFaces tag: {{[4.5.3.Final|https://github.com/richfaces/richfaces/releases/tag/4.5.3.Final]}} Metamer tag: {{4.5.3.20150226-Final}} Shared Stage: https://repository.jboss.org/nexus/content/groups/staging/ Private stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4942 Archetype stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4944 ---- More information can be found in RichFaces 4.X release testing process document [2]. [1] http://docs.jboss.org/jbossas/6/JSF_Guide/en-US/html_single/index.html#changing.jsf.config [2] https://github.com/richfaces/richfaces-qa/blob/master/howto-release.adoc > RichFaces 4.5.3.Final Release > ----------------------------- > > Key: RFPL-3719 > URL: https://issues.jboss.org/browse/RFPL-3719 > Project: RichFaces Planning > Issue Type: Task > Components: release > Affects Versions: 4.5.3 > Reporter: Michal Petrov > Assignee: Michal Petrov > Priority: Blocker > Fix For: 4.5.3 > > Original Estimate: 2 days > Remaining Estimate: 2 days > > RichFaces version: {{4.5.3.Final}} > RichFaces tag: {{[4.5.3.Final|https://github.com/richfaces/richfaces/releases/tag/4.5.3.Final]}} > Metamer tag: {{4.5.3.20150226-Final}} > Shared Stage: https://repository.jboss.org/nexus/content/groups/staging/ > Private stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4997 > Archetype stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4944 > ---- > More information can be found in RichFaces 4.X release testing process document [2]. > [1] http://docs.jboss.org/jbossas/6/JSF_Guide/en-US/html_single/index.html#changing.jsf.config > [2] https://github.com/richfaces/richfaces-qa/blob/master/howto-release.adoc -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 4 02:02:49 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Wed, 4 Mar 2015 02:02:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3714) Component reference: autocomplete: typo in autofill attribute In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek closed RFPL-3714. ----------------------------- verified, closing > Component reference: autocomplete: typo in autofill attribute > ------------------------------------------------------------- > > Key: RFPL-3714 > URL: https://issues.jboss.org/browse/RFPL-3714 > Project: RichFaces Planning > Issue Type: Bug > Components: doc > Affects Versions: 4.5.0.Final, 4.5.2.Final > Reporter: Ji?? ?tefek > Assignee: Ji?? ?tefek > Priority: Trivial > Fix For: 4.5.3 > > > The component reference mentions attribute {{autoFill}} which does not exist, but {{autofill}} does. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 4 02:03:49 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Wed, 4 Mar 2015 02:03:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3716) Component reference: update reference data In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek closed RFPL-3716. ----------------------------- verified, closing > Component reference: update reference data > ------------------------------------------ > > Key: RFPL-3716 > URL: https://issues.jboss.org/browse/RFPL-3716 > Project: RichFaces Planning > Issue Type: Bug > Components: doc > Affects Versions: 4.5.2.Final > Reporter: Ji?? ?tefek > Assignee: Ji?? ?tefek > Fix For: 4.5.3 > > > Some of the reference data are outdated. E.g. in inputNumberSlider there is component-class: org.richfaces.component.UIInputNumberSlider, but it should contain InputNumberSlider instead. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 4 02:04:49 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Wed, 4 Mar 2015 02:04:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3715) Component reference: rename references to combo-box to autocomplete In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek closed RFPL-3715. ----------------------------- verified, closing > Component reference: rename references to combo-box to autocomplete > ------------------------------------------------------------------- > > Key: RFPL-3715 > URL: https://issues.jboss.org/browse/RFPL-3715 > Project: RichFaces Planning > Issue Type: Bug > Components: doc > Affects Versions: 4.5.0.Final, 4.5.2.Final > Reporter: Ji?? ?tefek > Assignee: Ji?? ?tefek > Priority: Trivial > Fix For: 4.5.3 > > > The {{autocomplete}} component was once a {{combo-box}} in RF 3, rename these old references. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 4 02:05:49 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Wed, 4 Mar 2015 02:05:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3713) Component reference: update possible values for jointPoint and direction In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek closed RFPL-3713. ----------------------------- verified, closing > Component reference: update possible values for jointPoint and direction > ------------------------------------------------------------------------ > > Key: RFPL-3713 > URL: https://issues.jboss.org/browse/RFPL-3713 > Project: RichFaces Planning > Issue Type: Bug > Components: doc > Affects Versions: 4.5.2.Final > Reporter: Ji?? ?tefek > Assignee: Ji?? ?tefek > Fix For: 4.5.3 > > > There was a change of possible values for the attributes jointPoint and direction introduced in RF-13907. Reflect theses changes in component reference. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 4 02:06:49 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Wed, 4 Mar 2015 02:06:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3712) Component reference: update the rich:editor image after CKE editor was updated In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek closed RFPL-3712. ----------------------------- verified, closing > Component reference: update the rich:editor image after CKE editor was updated > ------------------------------------------------------------------------------ > > Key: RFPL-3712 > URL: https://issues.jboss.org/browse/RFPL-3712 > Project: RichFaces Planning > Issue Type: Bug > Components: doc > Affects Versions: 4.5.1.Final, 4.5.2.Final > Reporter: Ji?? ?tefek > Assignee: Ji?? ?tefek > Priority: Trivial > Fix For: 4.5.3 > > > There was an update of CKEditor (RF-13915) and the skin has changed slightly. It would be good if the Component reference could reflect this change. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 4 02:07:49 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Wed, 4 Mar 2015 02:07:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3724) Review document updates In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek resolved RFPL-3724. ------------------------------- Resolution: Done > Review document updates > ----------------------- > > Key: RFPL-3724 > URL: https://issues.jboss.org/browse/RFPL-3724 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.3 > Reporter: Michal Petrov > Assignee: Ji?? ?tefek > Fix For: 4.5.3 > > > https://issues.jboss.org/browse/RFPL-3371?jql=project%3DRFPL%20and%20component%3Ddoc%20and%20fixVersion%3D4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 4 03:40:49 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Wed, 4 Mar 2015 03:40:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3742) Configure and fire automated build for Showcase in Jenkins In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny resolved RFPL-3742. --------------------------------- Resolution: Done Done. With wildfly there are some errors which, however, are test errors rather than anything else. With tomcat, jenkins has a problem downloading config file (needed for tomcat only), however localy this works just fine. > Configure and fire automated build for Showcase in Jenkins > ---------------------------------------------------------- > > Key: RFPL-3742 > URL: https://issues.jboss.org/browse/RFPL-3742 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.3 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 4 03:41:49 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Wed, 4 Mar 2015 03:41:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3743) Configure and fire automated build for Showcase in Jenkins in HTTPS setup In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny resolved RFPL-3743. --------------------------------- Resolution: Done Done, tried locally with smoke tests. > Configure and fire automated build for Showcase in Jenkins in HTTPS setup > ------------------------------------------------------------------------- > > Key: RFPL-3743 > URL: https://issues.jboss.org/browse/RFPL-3743 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.3 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 4 05:19:49 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 4 Mar 2015 05:19:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3745) Manually test Metamer with WildFly 8.2 and Mojarra on Chrome In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak resolved RFPL-3745. --------------------------------- Resolution: Done > Manually test Metamer with WildFly 8.2 and Mojarra on Chrome > ------------------------------------------------------------ > > Key: RFPL-3745 > URL: https://issues.jboss.org/browse/RFPL-3745 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Pavol Pitonak > Fix For: 4.5.3 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 4 05:25:49 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Wed, 4 Mar 2015 05:25:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3747) Test Metamer resourceMapping options on WildFly 8.2 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek resolved RFPL-3747. ------------------------------- Resolution: Done done, no issues found > Test Metamer resourceMapping options on WildFly 8.2 > --------------------------------------------------- > > Key: RFPL-3747 > URL: https://issues.jboss.org/browse/RFPL-3747 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.3 > > > Since there are some thing which are not enough covered by ftests, have a look at various resourceMapping configurations and how it looks like live. > Test in Metamer on latest WildFly 8.2. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 4 05:26:49 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Wed, 4 Mar 2015 05:26:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3755) Verify and close resolved issues In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek resolved RFPL-3755. ------------------------------- Resolution: Done > Verify and close resolved issues > -------------------------------- > > Key: RFPL-3755 > URL: https://issues.jboss.org/browse/RFPL-3755 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.3 > > > Verify fixed bugs and close Jira. > https://issues.jboss.org/browse/RF-13861?jql=project%20%3D%20RF%20AND%20status%20%3D%20Resolved%20AND%20resolution%20%3D%20Done%20AND%20fixVersion%20%3D%204.5.3%20ORDER%20BY%20key%20ASC -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 4 06:21:49 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Wed, 4 Mar 2015 06:21:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3717) Component reference: no reference for standard icons chevronLeft and triangleLeft In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek updated RFPL-3717: ------------------------------ Fix Version/s: 4.5.3 > Component reference: no reference for standard icons chevronLeft and triangleLeft > --------------------------------------------------------------------------------- > > Key: RFPL-3717 > URL: https://issues.jboss.org/browse/RFPL-3717 > Project: RichFaces Planning > Issue Type: Bug > Components: doc > Affects Versions: 4.0.0.Final, 4.5.2.Final > Reporter: Ji?? ?tefek > Assignee: Ji?? ?tefek > Fix For: 4.5.3 > > > There are icons {{chevronLeft}} and {{triangleLeft}} in {{icons.ecss}} (see [link to github|https://github.com/richfaces/richfaces/blob/master/components/a4j/src/main/resources/META-INF/resources/org.richfaces/icons.ecss#L20]), but there is no reference to these values in component reference: > http://docs.jboss.org/richfaces/latest_4_X/Component_Reference/en-US/html_single/#figu-Component_Reference-panelMenu-Standard_icons -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 4 06:22:50 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Wed, 4 Mar 2015 06:22:50 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3717) Component reference: no reference for standard icons chevronLeft and triangleLeft In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek resolved RFPL-3717. ------------------------------- Resolution: Done > Component reference: no reference for standard icons chevronLeft and triangleLeft > --------------------------------------------------------------------------------- > > Key: RFPL-3717 > URL: https://issues.jboss.org/browse/RFPL-3717 > Project: RichFaces Planning > Issue Type: Bug > Components: doc > Affects Versions: 4.0.0.Final, 4.5.2.Final > Reporter: Ji?? ?tefek > Assignee: Ji?? ?tefek > Fix For: 4.5.3 > > > There are icons {{chevronLeft}} and {{triangleLeft}} in {{icons.ecss}} (see [link to github|https://github.com/richfaces/richfaces/blob/master/components/a4j/src/main/resources/META-INF/resources/org.richfaces/icons.ecss#L20]), but there is no reference to these values in component reference: > http://docs.jboss.org/richfaces/latest_4_X/Component_Reference/en-US/html_single/#figu-Component_Reference-panelMenu-Standard_icons -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 4 06:22:50 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Wed, 4 Mar 2015 06:22:50 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3717) Component reference: no reference for standard icons chevronLeft and triangleLeft In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek closed RFPL-3717. ----------------------------- > Component reference: no reference for standard icons chevronLeft and triangleLeft > --------------------------------------------------------------------------------- > > Key: RFPL-3717 > URL: https://issues.jboss.org/browse/RFPL-3717 > Project: RichFaces Planning > Issue Type: Bug > Components: doc > Affects Versions: 4.0.0.Final, 4.5.2.Final > Reporter: Ji?? ?tefek > Assignee: Ji?? ?tefek > Fix For: 4.5.3 > > > There are icons {{chevronLeft}} and {{triangleLeft}} in {{icons.ecss}} (see [link to github|https://github.com/richfaces/richfaces/blob/master/components/a4j/src/main/resources/META-INF/resources/org.richfaces/icons.ecss#L20]), but there is no reference to these values in component reference: > http://docs.jboss.org/richfaces/latest_4_X/Component_Reference/en-US/html_single/#figu-Component_Reference-panelMenu-Standard_icons -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 5 11:12:50 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Thu, 5 Mar 2015 11:12:50 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3725) Finalize/tag/release/upload the Final version of the documentation In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3725. --------------------------------- Resolution: Done > Finalize/tag/release/upload the Final version of the documentation > ------------------------------------------------------------------ > > Key: RFPL-3725 > URL: https://issues.jboss.org/browse/RFPL-3725 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.3 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.3 > > > Refer to the docs: > https://github.com/richfaces/richfaces-docs/blob/4.3.x/howto-release.adoc -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 5 11:12:50 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Thu, 5 Mar 2015 11:12:50 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3726) Generate and upload the CDK maven-based docs In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3726. --------------------------------- Resolution: Done > Generate and upload the CDK maven-based docs > -------------------------------------------- > > Key: RFPL-3726 > URL: https://issues.jboss.org/browse/RFPL-3726 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.3 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.3 > > > richfaces-resources-dependency-plugin -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 5 11:15:51 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Thu, 5 Mar 2015 11:15:51 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3727) Promote verified artifacts on stage server to live repo In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3727. --------------------------------- Resolution: Done > Promote verified artifacts on stage server to live repo > ------------------------------------------------------- > > Key: RFPL-3727 > URL: https://issues.jboss.org/browse/RFPL-3727 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.3 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.3 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 5 11:30:49 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Thu, 5 Mar 2015 11:30:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3731) Verify uploaded release artifacts In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3731. --------------------------------- Resolution: Done > Verify uploaded release artifacts > --------------------------------- > > Key: RFPL-3731 > URL: https://issues.jboss.org/browse/RFPL-3731 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.3 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.3 > > > Run Jenkins job [1] after dev notifies QE that artifacts were copied to download server. > [1] https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view/Release/job/richfaces-4.5-release-verify-dist-bin -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 5 11:39:49 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Thu, 5 Mar 2015 11:39:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3729) Integrate the release branch back to master In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3729. --------------------------------- Resolution: Done > Integrate the release branch back to master > ------------------------------------------- > > Key: RFPL-3729 > URL: https://issues.jboss.org/browse/RFPL-3729 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.3 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.3 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 5 17:53:50 2015 From: issues at jboss.org (Brian Leathem (JIRA)) Date: Thu, 5 Mar 2015 17:53:50 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3757) Showcase failure 2015-03-05 In-Reply-To: References: Message-ID: Brian Leathem created RFPL-3757: ----------------------------------- Summary: Showcase failure 2015-03-05 Key: RFPL-3757 URL: https://issues.jboss.org/browse/RFPL-3757 Project: RichFaces Planning Issue Type: Sub-task Reporter: Brian Leathem -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 5 17:54:48 2015 From: issues at jboss.org (Brian Leathem (JIRA)) Date: Thu, 5 Mar 2015 17:54:48 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3757) Showcase failure 2015-03-05 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Leathem updated RFPL-3757: -------------------------------- Description: The JBoss EAP error: {code} ========================================================================= JBoss Bootstrap Environment JBOSS_HOME: /var/lib/openshift/52ec0be35973ca57c9000064/jbosseap JAVA: /etc/alternatives/java_sdk_1.7.0/bin/java JAVA_OPTS: -server -XX:+TieredCompilation -Xms40m -Xmx512m -XX:MaxPermSize=205m -XX:+AggressiveOpts -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dorg.apache.tomcat.util.LOW_MEMORY=true -DOPENSHIFT_APP_UUID=52ec0be35973ca57c9000064 -Dorg.jboss.resolver.warning=true -Djava.net.preferIPv4Stack=true -Dfile.encoding=UTF-8 -Djboss.node.name=showcase-richfaces.rhcloud.com -Djgroups.bind_addr=127.6.77.1 -Dorg.apache.coyote.http11.Http11Protocol.COMPRESSION=on ========================================================================= {code} > Showcase failure 2015-03-05 > --------------------------- > > Key: RFPL-3757 > URL: https://issues.jboss.org/browse/RFPL-3757 > Project: RichFaces Planning > Issue Type: Sub-task > Reporter: Brian Leathem > > The JBoss EAP error: > {code} > ========================================================================= > JBoss Bootstrap Environment > JBOSS_HOME: /var/lib/openshift/52ec0be35973ca57c9000064/jbosseap > JAVA: /etc/alternatives/java_sdk_1.7.0/bin/java > JAVA_OPTS: -server -XX:+TieredCompilation -Xms40m -Xmx512m -XX:MaxPermSize=205m -XX:+AggressiveOpts -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dorg.apache.tomcat.util.LOW_MEMORY=true -DOPENSHIFT_APP_UUID=52ec0be35973ca57c9000064 -Dorg.jboss.resolver.warning=true -Djava.net.preferIPv4Stack=true -Dfile.encoding=UTF-8 -Djboss.node.name=showcase-richfaces.rhcloud.com -Djgroups.bind_addr=127.6.77.1 -Dorg.apache.coyote.http11.Http11Protocol.COMPRESSION=on > ========================================================================= > {code} -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 5 18:02:48 2015 From: issues at jboss.org (Brian Leathem (JIRA)) Date: Thu, 5 Mar 2015 18:02:48 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3757) Showcase failure 2015-03-05 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Leathem updated RFPL-3757: -------------------------------- Description: The JBoss EAP error: app-root/logs/jbosseap.log {code} ========================================================================= JBoss Bootstrap Environment JBOSS_HOME: /var/lib/openshift/52ec0be35973ca57c9000064/jbosseap JAVA: /etc/alternatives/java_sdk_1.7.0/bin/java JAVA_OPTS: -server -XX:+TieredCompilation -Xms40m -Xmx512m -XX:MaxPermSize=205m -XX:+AggressiveOpts -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dorg.apache.tomcat.util.LOW_MEMORY=true -DOPENSHIFT_APP_UUID=52ec0be35973ca57c9000064 -Dorg.jboss.resolver.warning=true -Djava.net.preferIPv4Stack=true -Dfile.encoding=UTF-8 -Djboss.node.name=showcase-richfaces.rhcloud.com -Djgroups.bind_addr=127.6.77.1 -Dorg.apache.coyote.http11.Http11Protocol.COMPRESSION=on ========================================================================= {code} jbosseap/logs/server.log {code} 2015/03/04 08:10:32,450 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/].[Faces Servlet]] (http-/127.6.77.1:8080-26) JBWEB000236: Servlet.service() for servlet Faces Servlet threw excep tion: java.lang.IllegalStateException: JBWEB000209: Session creation failed due to too many active sessions at org.apache.catalina.session.StandardManager.createSession(StandardManager.java:297) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.connector.Request.doGetSession(Request.java:2675) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.connector.Request.getSession(Request.java:2381) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:791) [jbossweb.jar:7.4.9.Final-redhat-1] at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:255) [jboss-servlet-api_3.0_spec.jar:1.0.2.Final-redhat-1] at com.sun.faces.context.ExternalContextImpl.getSession(ExternalContextImpl.java:157) [jsf-impl.jar:2.1.28.redhat-6] at javax.faces.context.ExternalContextWrapper.getSession(ExternalContextWrapper.java:396) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] at com.sun.faces.mgbean.BeanManager$ScopeManager$SessionScopeHandler.handle(BeanManager.java:577) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.mgbean.BeanManager$ScopeManager.pushToScope(BeanManager.java:457) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.mgbean.BeanManager.createAndPush(BeanManager.java:409) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.mgbean.BeanManager.create(BeanManager.java:268) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.el.ManagedBeanELResolver.resolveBean(ManagedBeanELResolver.java:244) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.el.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:116) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203) [jsf-impl.jar:2.1.28.redhat-6] at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:72) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.el.parser.AstValue.getValue(AstValue.java:144) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:189) [jbossweb.jar:7.4.9.Final-redhat-1] at org.jboss.weld.el.WeldValueExpression.getValue(WeldValueExpression.java:50) [weld-core.jar:1.1.25.Final-redhat-2] at org.richfaces.el.util.ELUtils.evaluateValueExpression(ELUtils.java:96) [richfaces-core.jar:4.5.2.Final] at org.richfaces.demo.common.navigation.BaseDescriptor.evaluateBooleanExpression(BaseDescriptor.java:130) [classes:] at org.richfaces.demo.common.navigation.BaseDescriptor.evaluateBooleanRequestScopedExpression(BaseDescriptor.java:117) [classes:] at org.richfaces.demo.common.navigation.BaseDescriptor.isMobileRequest(BaseDescriptor.java:102) [classes:] at org.richfaces.demo.common.navigation.BaseDescriptor.isCurrentlyEnabled(BaseDescriptor.java:92) [classes:] at org.richfaces.demo.common.navigation.DemoDescriptor.hasEnabledItems(DemoDescriptor.java:39) [classes:] at org.richfaces.demo.common.navigation.GroupDescriptor.containsEnabledDemos(GroupDescriptor.java:28) [classes:] at org.richfaces.demo.common.navigation.GroupDescriptor.hasEnabledItems(GroupDescriptor.java:40) [classes:] at org.richfaces.demo.common.navigation.DemoNavigator$1.apply(DemoNavigator.java:45) [classes:] at org.richfaces.demo.common.navigation.DemoNavigator$1.apply(DemoNavigator.java:43) [classes:] at com.google.common.collect.Iterators$7.computeNext(Iterators.java:652) [guava.jar:] at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) [guava.jar:] at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) [guava.jar:] at com.google.common.collect.Iterators.addAll(Iterators.java:361) [guava.jar:] at com.google.common.collect.Lists.newArrayList(Lists.java:160) [guava.jar:] at com.google.common.collect.Collections2$FilteredCollection.toArray(Collections2.java:217) [guava.jar:] at java.util.ArrayList.(ArrayList.java:164) [rt.jar:1.7.0_75] at org.richfaces.demo.common.navigation.DemoNavigator.init(DemoNavigator.java:43) [classes:] at sun.reflect.GeneratedMethodAccessor302.invoke(Unknown Source) [:1.7.0_75] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_75] at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_75] at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptor.java:96) [jboss-as-ee.jar:7.4.2.Final-redhat-2] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.2.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.2.Final-redhat-1] at org.jboss.as.weld.injection.WeldInjectionInterceptor.processInvocation(WeldInjectionInterceptor.java:67) [jboss-as-weld.jar:7.4.2.Final-redhat-2] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.2.Final-redhat-1] at org.jboss.as.ee.component.ComponentInstantiatorInterceptor.processInvocation(ComponentInstantiatorInterceptor.java:86) [jboss-as-ee.jar:7.4.2.Final-redhat-2] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.2.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.2.Final-redhat-1] at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:70) [jboss-invocation.jar:1.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.2.Final-redhat-1] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.2.Final-redhat-1] at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:162) [jboss-as-ee.jar:7.4.2.Final-redhat-2] at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:135) [jboss-as-ee.jar:7.4.2.Final-redhat-2] at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:102) [jboss-as-ee.jar:7.4.2.Final-redhat-2] at org.jboss.as.web.deployment.component.WebComponentInstantiator$2.(WebComponentInstantiator.java:96) [jboss-as-web.jar:7.4.2.Final-redhat-2] at org.jboss.as.web.deployment.component.WebComponentInstantiator.initializeInstance(WebComponentInstantiator.java:94) [jboss-as-web.jar:7.4.2.Final-redhat-2] at org.jboss.as.web.deployment.WebInjectionContainer.newInstance(WebInjectionContainer.java:88) [jboss-as-web.jar:7.4.2.Final-redhat-2] at org.jboss.as.jsf.injection.JSFInjectionProvider.invokePostConstruct(JSFInjectionProvider.java:65) [jboss-as-jsf-injection.jar:7.4.2.Final-redhat-2] at com.sun.faces.mgbean.BeanBuilder.invokePostConstruct(BeanBuilder.java:223) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.mgbean.BeanBuilder.build(BeanBuilder.java:105) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.mgbean.BeanManager.createAndPush(BeanManager.java:408) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.mgbean.BeanManager.create(BeanManager.java:268) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.el.ManagedBeanELResolver.resolveBean(ManagedBeanELResolver.java:244) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.el.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:116) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203) [jsf-impl.jar:2.1.28.redhat-6] at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:72) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.el.parser.AstValue.getValue(AstValue.java:144) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:189) [jbossweb.jar:7.4.9.Final-redhat-1] at org.jboss.weld.el.WeldValueExpression.getValue(WeldValueExpression.java:50) [weld-core.jar:1.1.25.Final-redhat-2] at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.tag.jstl.core.ForEachHandler.apply(ForEachHandler.java:178) [jsf-impl.jar:2.1.28.redhat-6] at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] at org.richfaces.view.facelets.html.BehaviorsAddingComponentHandlerWrapper.applyNextHandler(BehaviorsAddingComponentHandlerWrapper.java:53) [richfaces-a4j.jar:4.5.2.Final] at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:187) [jsf-impl.jar:2.1.28.redhat-6] at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] at com.sun.faces.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:166) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:93) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:87) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:320) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:379) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:358) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:199) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.tag.ui.IncludeHandler.apply(IncludeHandler.java:120) [jsf-impl.jar:2.1.28.redhat-6] at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:95) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] at org.richfaces.view.facelets.html.BehaviorsAddingComponentHandlerWrapper.applyNextHandler(BehaviorsAddingComponentHandlerWrapper.java:53) [richfaces-a4j.jar:4.5.2.Final] at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:187) [jsf-impl.jar:2.1.28.redhat-6] at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:95) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] at com.sun.faces.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:93) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:87) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:320) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:379) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:358) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:199) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:155) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:93) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:87) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:164) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.application.view.FaceletViewHandlingStrategy.buildView(FaceletViewHandlingStrategy.java:914) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:99) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139) [jsf-impl.jar:2.1.28.redhat-6] at org.richfaces.demo.arrangeablemodel.PersistenceLifecycle.render(PersistenceLifecycle.java:66) [classes:] at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb.jar:7.4.9.Final-redhat-1] at org.ocpsoft.rewrite.servlet.RewriteFilter.doFilter(RewriteFilter.java:172) [rewrite-servlet.jar:1.0.4.Final] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:231) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) [jbossweb.jar:7.4.9.Final-redhat-1] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa.jar:7.4.2.Final-redhat-2] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa.jar:7.4.2.Final-redhat-2] at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web.jar:7.4.2.Final-redhat-2] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:354) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:911) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.tomcat.util.net.NioEndpoint$ChannelProcessor.run(NioEndpoint.java:932) [jbossweb.jar:7.4.9.Final-redhat-1] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_75] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_75] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_75] {code} was: The JBoss EAP error: {code} ========================================================================= JBoss Bootstrap Environment JBOSS_HOME: /var/lib/openshift/52ec0be35973ca57c9000064/jbosseap JAVA: /etc/alternatives/java_sdk_1.7.0/bin/java JAVA_OPTS: -server -XX:+TieredCompilation -Xms40m -Xmx512m -XX:MaxPermSize=205m -XX:+AggressiveOpts -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dorg.apache.tomcat.util.LOW_MEMORY=true -DOPENSHIFT_APP_UUID=52ec0be35973ca57c9000064 -Dorg.jboss.resolver.warning=true -Djava.net.preferIPv4Stack=true -Dfile.encoding=UTF-8 -Djboss.node.name=showcase-richfaces.rhcloud.com -Djgroups.bind_addr=127.6.77.1 -Dorg.apache.coyote.http11.Http11Protocol.COMPRESSION=on ========================================================================= {code} > Showcase failure 2015-03-05 > --------------------------- > > Key: RFPL-3757 > URL: https://issues.jboss.org/browse/RFPL-3757 > Project: RichFaces Planning > Issue Type: Sub-task > Reporter: Brian Leathem > > The JBoss EAP error: > app-root/logs/jbosseap.log > {code} > ========================================================================= > JBoss Bootstrap Environment > JBOSS_HOME: /var/lib/openshift/52ec0be35973ca57c9000064/jbosseap > JAVA: /etc/alternatives/java_sdk_1.7.0/bin/java > JAVA_OPTS: -server -XX:+TieredCompilation -Xms40m -Xmx512m -XX:MaxPermSize=205m -XX:+AggressiveOpts -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dorg.apache.tomcat.util.LOW_MEMORY=true -DOPENSHIFT_APP_UUID=52ec0be35973ca57c9000064 -Dorg.jboss.resolver.warning=true -Djava.net.preferIPv4Stack=true -Dfile.encoding=UTF-8 -Djboss.node.name=showcase-richfaces.rhcloud.com -Djgroups.bind_addr=127.6.77.1 -Dorg.apache.coyote.http11.Http11Protocol.COMPRESSION=on > ========================================================================= > {code} > jbosseap/logs/server.log > {code} > 2015/03/04 08:10:32,450 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/].[Faces Servlet]] (http-/127.6.77.1:8080-26) JBWEB000236: Servlet.service() for servlet Faces Servlet threw excep > tion: java.lang.IllegalStateException: JBWEB000209: Session creation failed due to too many active sessions > at org.apache.catalina.session.StandardManager.createSession(StandardManager.java:297) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.apache.catalina.connector.Request.doGetSession(Request.java:2675) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.apache.catalina.connector.Request.getSession(Request.java:2381) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:791) [jbossweb.jar:7.4.9.Final-redhat-1] > at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:255) [jboss-servlet-api_3.0_spec.jar:1.0.2.Final-redhat-1] > at com.sun.faces.context.ExternalContextImpl.getSession(ExternalContextImpl.java:157) [jsf-impl.jar:2.1.28.redhat-6] > at javax.faces.context.ExternalContextWrapper.getSession(ExternalContextWrapper.java:396) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] > at com.sun.faces.mgbean.BeanManager$ScopeManager$SessionScopeHandler.handle(BeanManager.java:577) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.mgbean.BeanManager$ScopeManager.pushToScope(BeanManager.java:457) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.mgbean.BeanManager.createAndPush(BeanManager.java:409) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.mgbean.BeanManager.create(BeanManager.java:268) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.el.ManagedBeanELResolver.resolveBean(ManagedBeanELResolver.java:244) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.el.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:116) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203) [jsf-impl.jar:2.1.28.redhat-6] > at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:72) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.apache.el.parser.AstValue.getValue(AstValue.java:144) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:189) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.jboss.weld.el.WeldValueExpression.getValue(WeldValueExpression.java:50) [weld-core.jar:1.1.25.Final-redhat-2] > at org.richfaces.el.util.ELUtils.evaluateValueExpression(ELUtils.java:96) [richfaces-core.jar:4.5.2.Final] > at org.richfaces.demo.common.navigation.BaseDescriptor.evaluateBooleanExpression(BaseDescriptor.java:130) [classes:] > at org.richfaces.demo.common.navigation.BaseDescriptor.evaluateBooleanRequestScopedExpression(BaseDescriptor.java:117) [classes:] > at org.richfaces.demo.common.navigation.BaseDescriptor.isMobileRequest(BaseDescriptor.java:102) [classes:] > at org.richfaces.demo.common.navigation.BaseDescriptor.isCurrentlyEnabled(BaseDescriptor.java:92) [classes:] > at org.richfaces.demo.common.navigation.DemoDescriptor.hasEnabledItems(DemoDescriptor.java:39) [classes:] > at org.richfaces.demo.common.navigation.GroupDescriptor.containsEnabledDemos(GroupDescriptor.java:28) [classes:] > at org.richfaces.demo.common.navigation.GroupDescriptor.hasEnabledItems(GroupDescriptor.java:40) [classes:] > at org.richfaces.demo.common.navigation.DemoNavigator$1.apply(DemoNavigator.java:45) [classes:] > at org.richfaces.demo.common.navigation.DemoNavigator$1.apply(DemoNavigator.java:43) [classes:] > at com.google.common.collect.Iterators$7.computeNext(Iterators.java:652) [guava.jar:] > at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) [guava.jar:] > at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) [guava.jar:] > at com.google.common.collect.Iterators.addAll(Iterators.java:361) [guava.jar:] > at com.google.common.collect.Lists.newArrayList(Lists.java:160) [guava.jar:] > at com.google.common.collect.Collections2$FilteredCollection.toArray(Collections2.java:217) [guava.jar:] > at java.util.ArrayList.(ArrayList.java:164) [rt.jar:1.7.0_75] > at org.richfaces.demo.common.navigation.DemoNavigator.init(DemoNavigator.java:43) [classes:] > at sun.reflect.GeneratedMethodAccessor302.invoke(Unknown Source) [:1.7.0_75] > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_75] > at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_75] > at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptor.java:96) [jboss-as-ee.jar:7.4.2.Final-redhat-2] > at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.2.Final-redhat-1] > at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.2.Final-redhat-1] > at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.2.Final-redhat-1] > at org.jboss.as.weld.injection.WeldInjectionInterceptor.processInvocation(WeldInjectionInterceptor.java:67) [jboss-as-weld.jar:7.4.2.Final-redhat-2] > at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.2.Final-redhat-1] > at org.jboss.as.ee.component.ComponentInstantiatorInterceptor.processInvocation(ComponentInstantiatorInterceptor.java:86) [jboss-as-ee.jar:7.4.2.Final-redhat-2] > at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.2.Final-redhat-1] > at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.2.Final-redhat-1] > at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.2.Final-redhat-1] > at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:70) [jboss-invocation.jar:1.1.2.Final-redhat-1] > at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.2.Final-redhat-1] > at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.2.Final-redhat-1] > at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:162) [jboss-as-ee.jar:7.4.2.Final-redhat-2] > at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:135) [jboss-as-ee.jar:7.4.2.Final-redhat-2] > at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:102) [jboss-as-ee.jar:7.4.2.Final-redhat-2] > at org.jboss.as.web.deployment.component.WebComponentInstantiator$2.(WebComponentInstantiator.java:96) [jboss-as-web.jar:7.4.2.Final-redhat-2] > at org.jboss.as.web.deployment.component.WebComponentInstantiator.initializeInstance(WebComponentInstantiator.java:94) [jboss-as-web.jar:7.4.2.Final-redhat-2] > at org.jboss.as.web.deployment.WebInjectionContainer.newInstance(WebInjectionContainer.java:88) [jboss-as-web.jar:7.4.2.Final-redhat-2] > at org.jboss.as.jsf.injection.JSFInjectionProvider.invokePostConstruct(JSFInjectionProvider.java:65) [jboss-as-jsf-injection.jar:7.4.2.Final-redhat-2] > at com.sun.faces.mgbean.BeanBuilder.invokePostConstruct(BeanBuilder.java:223) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.mgbean.BeanBuilder.build(BeanBuilder.java:105) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.mgbean.BeanManager.createAndPush(BeanManager.java:408) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.mgbean.BeanManager.create(BeanManager.java:268) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.el.ManagedBeanELResolver.resolveBean(ManagedBeanELResolver.java:244) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.el.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:116) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203) [jsf-impl.jar:2.1.28.redhat-6] > at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:72) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.apache.el.parser.AstValue.getValue(AstValue.java:144) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:189) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.jboss.weld.el.WeldValueExpression.getValue(WeldValueExpression.java:50) [weld-core.jar:1.1.25.Final-redhat-2] > at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.facelets.tag.jstl.core.ForEachHandler.apply(ForEachHandler.java:178) [jsf-impl.jar:2.1.28.redhat-6] > at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] > at org.richfaces.view.facelets.html.BehaviorsAddingComponentHandlerWrapper.applyNextHandler(BehaviorsAddingComponentHandlerWrapper.java:53) [richfaces-a4j.jar:4.5.2.Final] > at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:187) [jsf-impl.jar:2.1.28.redhat-6] > at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] > at com.sun.faces.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:166) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:93) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:87) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:320) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:379) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:358) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:199) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.facelets.tag.ui.IncludeHandler.apply(IncludeHandler.java:120) [jsf-impl.jar:2.1.28.redhat-6] > at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:95) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] > at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] > at org.richfaces.view.facelets.html.BehaviorsAddingComponentHandlerWrapper.applyNextHandler(BehaviorsAddingComponentHandlerWrapper.java:53) [richfaces-a4j.jar:4.5.2.Final] > at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:187) [jsf-impl.jar:2.1.28.redhat-6] > at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] > at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:95) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] > at com.sun.faces.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:93) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:87) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:320) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:379) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:358) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:199) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:155) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:93) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:87) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:164) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.application.view.FaceletViewHandlingStrategy.buildView(FaceletViewHandlingStrategy.java:914) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:99) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) [jsf-impl.jar:2.1.28.redhat-6] > at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139) [jsf-impl.jar:2.1.28.redhat-6] > at org.richfaces.demo.arrangeablemodel.PersistenceLifecycle.render(PersistenceLifecycle.java:66) [classes:] > at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.ocpsoft.rewrite.servlet.RewriteFilter.doFilter(RewriteFilter.java:172) [rewrite-servlet.jar:1.0.4.Final] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:231) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa.jar:7.4.2.Final-redhat-2] > at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa.jar:7.4.2.Final-redhat-2] > at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web.jar:7.4.2.Final-redhat-2] > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:354) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:911) [jbossweb.jar:7.4.9.Final-redhat-1] > at org.apache.tomcat.util.net.NioEndpoint$ChannelProcessor.run(NioEndpoint.java:932) [jbossweb.jar:7.4.9.Final-redhat-1] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_75] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_75] > at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_75] > {code} -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 5 18:09:48 2015 From: issues at jboss.org (Brian Leathem (JIRA)) Date: Thu, 5 Mar 2015 18:09:48 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3757) Showcase failure 2015-03-05 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Leathem updated RFPL-3757: -------------------------------- Description: The JBoss EAP error: jbosseap/logs/server.log {code} ... Caused by: java.lang.OutOfMemoryError: Java heap space {code} was: The JBoss EAP error: app-root/logs/jbosseap.log {code} ========================================================================= JBoss Bootstrap Environment JBOSS_HOME: /var/lib/openshift/52ec0be35973ca57c9000064/jbosseap JAVA: /etc/alternatives/java_sdk_1.7.0/bin/java JAVA_OPTS: -server -XX:+TieredCompilation -Xms40m -Xmx512m -XX:MaxPermSize=205m -XX:+AggressiveOpts -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dorg.apache.tomcat.util.LOW_MEMORY=true -DOPENSHIFT_APP_UUID=52ec0be35973ca57c9000064 -Dorg.jboss.resolver.warning=true -Djava.net.preferIPv4Stack=true -Dfile.encoding=UTF-8 -Djboss.node.name=showcase-richfaces.rhcloud.com -Djgroups.bind_addr=127.6.77.1 -Dorg.apache.coyote.http11.Http11Protocol.COMPRESSION=on ========================================================================= {code} jbosseap/logs/server.log {code} 2015/03/04 08:10:32,450 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/].[Faces Servlet]] (http-/127.6.77.1:8080-26) JBWEB000236: Servlet.service() for servlet Faces Servlet threw excep tion: java.lang.IllegalStateException: JBWEB000209: Session creation failed due to too many active sessions at org.apache.catalina.session.StandardManager.createSession(StandardManager.java:297) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.connector.Request.doGetSession(Request.java:2675) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.connector.Request.getSession(Request.java:2381) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:791) [jbossweb.jar:7.4.9.Final-redhat-1] at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:255) [jboss-servlet-api_3.0_spec.jar:1.0.2.Final-redhat-1] at com.sun.faces.context.ExternalContextImpl.getSession(ExternalContextImpl.java:157) [jsf-impl.jar:2.1.28.redhat-6] at javax.faces.context.ExternalContextWrapper.getSession(ExternalContextWrapper.java:396) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] at com.sun.faces.mgbean.BeanManager$ScopeManager$SessionScopeHandler.handle(BeanManager.java:577) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.mgbean.BeanManager$ScopeManager.pushToScope(BeanManager.java:457) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.mgbean.BeanManager.createAndPush(BeanManager.java:409) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.mgbean.BeanManager.create(BeanManager.java:268) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.el.ManagedBeanELResolver.resolveBean(ManagedBeanELResolver.java:244) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.el.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:116) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203) [jsf-impl.jar:2.1.28.redhat-6] at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:72) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.el.parser.AstValue.getValue(AstValue.java:144) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:189) [jbossweb.jar:7.4.9.Final-redhat-1] at org.jboss.weld.el.WeldValueExpression.getValue(WeldValueExpression.java:50) [weld-core.jar:1.1.25.Final-redhat-2] at org.richfaces.el.util.ELUtils.evaluateValueExpression(ELUtils.java:96) [richfaces-core.jar:4.5.2.Final] at org.richfaces.demo.common.navigation.BaseDescriptor.evaluateBooleanExpression(BaseDescriptor.java:130) [classes:] at org.richfaces.demo.common.navigation.BaseDescriptor.evaluateBooleanRequestScopedExpression(BaseDescriptor.java:117) [classes:] at org.richfaces.demo.common.navigation.BaseDescriptor.isMobileRequest(BaseDescriptor.java:102) [classes:] at org.richfaces.demo.common.navigation.BaseDescriptor.isCurrentlyEnabled(BaseDescriptor.java:92) [classes:] at org.richfaces.demo.common.navigation.DemoDescriptor.hasEnabledItems(DemoDescriptor.java:39) [classes:] at org.richfaces.demo.common.navigation.GroupDescriptor.containsEnabledDemos(GroupDescriptor.java:28) [classes:] at org.richfaces.demo.common.navigation.GroupDescriptor.hasEnabledItems(GroupDescriptor.java:40) [classes:] at org.richfaces.demo.common.navigation.DemoNavigator$1.apply(DemoNavigator.java:45) [classes:] at org.richfaces.demo.common.navigation.DemoNavigator$1.apply(DemoNavigator.java:43) [classes:] at com.google.common.collect.Iterators$7.computeNext(Iterators.java:652) [guava.jar:] at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) [guava.jar:] at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) [guava.jar:] at com.google.common.collect.Iterators.addAll(Iterators.java:361) [guava.jar:] at com.google.common.collect.Lists.newArrayList(Lists.java:160) [guava.jar:] at com.google.common.collect.Collections2$FilteredCollection.toArray(Collections2.java:217) [guava.jar:] at java.util.ArrayList.(ArrayList.java:164) [rt.jar:1.7.0_75] at org.richfaces.demo.common.navigation.DemoNavigator.init(DemoNavigator.java:43) [classes:] at sun.reflect.GeneratedMethodAccessor302.invoke(Unknown Source) [:1.7.0_75] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_75] at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_75] at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptor.java:96) [jboss-as-ee.jar:7.4.2.Final-redhat-2] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.2.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.2.Final-redhat-1] at org.jboss.as.weld.injection.WeldInjectionInterceptor.processInvocation(WeldInjectionInterceptor.java:67) [jboss-as-weld.jar:7.4.2.Final-redhat-2] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.2.Final-redhat-1] at org.jboss.as.ee.component.ComponentInstantiatorInterceptor.processInvocation(ComponentInstantiatorInterceptor.java:86) [jboss-as-ee.jar:7.4.2.Final-redhat-2] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.2.Final-redhat-1] at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation.jar:1.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.2.Final-redhat-1] at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:70) [jboss-invocation.jar:1.1.2.Final-redhat-1] at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation.jar:1.1.2.Final-redhat-1] at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation.jar:1.1.2.Final-redhat-1] at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:162) [jboss-as-ee.jar:7.4.2.Final-redhat-2] at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:135) [jboss-as-ee.jar:7.4.2.Final-redhat-2] at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:102) [jboss-as-ee.jar:7.4.2.Final-redhat-2] at org.jboss.as.web.deployment.component.WebComponentInstantiator$2.(WebComponentInstantiator.java:96) [jboss-as-web.jar:7.4.2.Final-redhat-2] at org.jboss.as.web.deployment.component.WebComponentInstantiator.initializeInstance(WebComponentInstantiator.java:94) [jboss-as-web.jar:7.4.2.Final-redhat-2] at org.jboss.as.web.deployment.WebInjectionContainer.newInstance(WebInjectionContainer.java:88) [jboss-as-web.jar:7.4.2.Final-redhat-2] at org.jboss.as.jsf.injection.JSFInjectionProvider.invokePostConstruct(JSFInjectionProvider.java:65) [jboss-as-jsf-injection.jar:7.4.2.Final-redhat-2] at com.sun.faces.mgbean.BeanBuilder.invokePostConstruct(BeanBuilder.java:223) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.mgbean.BeanBuilder.build(BeanBuilder.java:105) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.mgbean.BeanManager.createAndPush(BeanManager.java:408) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.mgbean.BeanManager.create(BeanManager.java:268) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.el.ManagedBeanELResolver.resolveBean(ManagedBeanELResolver.java:244) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.el.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:116) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203) [jsf-impl.jar:2.1.28.redhat-6] at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:72) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.el.parser.AstValue.getValue(AstValue.java:144) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:189) [jbossweb.jar:7.4.9.Final-redhat-1] at org.jboss.weld.el.WeldValueExpression.getValue(WeldValueExpression.java:50) [weld-core.jar:1.1.25.Final-redhat-2] at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.tag.jstl.core.ForEachHandler.apply(ForEachHandler.java:178) [jsf-impl.jar:2.1.28.redhat-6] at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] at org.richfaces.view.facelets.html.BehaviorsAddingComponentHandlerWrapper.applyNextHandler(BehaviorsAddingComponentHandlerWrapper.java:53) [richfaces-a4j.jar:4.5.2.Final] at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:187) [jsf-impl.jar:2.1.28.redhat-6] at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] at com.sun.faces.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:166) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:93) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:87) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:320) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:379) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:358) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:199) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.tag.ui.IncludeHandler.apply(IncludeHandler.java:120) [jsf-impl.jar:2.1.28.redhat-6] at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:95) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] at org.richfaces.view.facelets.html.BehaviorsAddingComponentHandlerWrapper.applyNextHandler(BehaviorsAddingComponentHandlerWrapper.java:53) [richfaces-a4j.jar:4.5.2.Final] at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:187) [jsf-impl.jar:2.1.28.redhat-6] at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:95) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] at com.sun.faces.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:93) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:87) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:320) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:379) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:358) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:199) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:155) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:93) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:87) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:164) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.application.view.FaceletViewHandlingStrategy.buildView(FaceletViewHandlingStrategy.java:914) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:99) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) [jsf-impl.jar:2.1.28.redhat-6] at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139) [jsf-impl.jar:2.1.28.redhat-6] at org.richfaces.demo.arrangeablemodel.PersistenceLifecycle.render(PersistenceLifecycle.java:66) [classes:] at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594) [jboss-jsf-api_2.1_spec.jar:2.1.28.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb.jar:7.4.9.Final-redhat-1] at org.ocpsoft.rewrite.servlet.RewriteFilter.doFilter(RewriteFilter.java:172) [rewrite-servlet.jar:1.0.4.Final] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:231) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) [jbossweb.jar:7.4.9.Final-redhat-1] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa.jar:7.4.2.Final-redhat-2] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa.jar:7.4.2.Final-redhat-2] at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web.jar:7.4.2.Final-redhat-2] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:354) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:911) [jbossweb.jar:7.4.9.Final-redhat-1] at org.apache.tomcat.util.net.NioEndpoint$ChannelProcessor.run(NioEndpoint.java:932) [jbossweb.jar:7.4.9.Final-redhat-1] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_75] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_75] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_75] {code} > Showcase failure 2015-03-05 > --------------------------- > > Key: RFPL-3757 > URL: https://issues.jboss.org/browse/RFPL-3757 > Project: RichFaces Planning > Issue Type: Sub-task > Reporter: Brian Leathem > > The JBoss EAP error: > jbosseap/logs/server.log > {code} > ... > Caused by: java.lang.OutOfMemoryError: Java heap space > {code} -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 5 18:22:49 2015 From: issues at jboss.org (Brian Leathem (JIRA)) Date: Thu, 5 Mar 2015 18:22:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3757) Showcase failure 2015-03-05 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13046831#comment-13046831 ] Brian Leathem commented on RFPL-3757: ------------------------------------- Things I've checked: {code} {{df -h}} {code} disk isn't full {code} rhc app force-stop -a showcase -l richfaces at redhat.com rhc app start -a showcase -l richfaces at redhat.com {code} no errors in log file. {code} curl -v $OPENSHIFT_JBOSSEAP_IP:$OPENSHIFT_JBOSSEAP_HTTP_PORT {code} {quote} \* About to connect() to 127.6.77.1 port 8080 (#0) \* Trying 127.6.77.1... connected \* Connected to 127.6.77.1 (127.6.77.1) port 8080 (#0) > GET / HTTP/1.1 > User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.16.2.3 Basic ECC zlib/1.2.3 libidn/1.18 libssh2/1.4.2 > Host: 127.6.77.1:8080 > Accept: */* > < HTTP/1.1 404 Not Found < Server: Apache-Coyote/1.1 < Content-Length: 0 < Date: Thu, 05 Mar 2015 23:20:36 GMT < \* Connection #0 to host 127.6.77.1 left intact \* Closing connection #0 {quote} > Showcase failure 2015-03-05 > --------------------------- > > Key: RFPL-3757 > URL: https://issues.jboss.org/browse/RFPL-3757 > Project: RichFaces Planning > Issue Type: Sub-task > Reporter: Brian Leathem > > The JBoss EAP error: > jbosseap/logs/server.log > {code} > ... > Caused by: java.lang.OutOfMemoryError: Java heap space > {code} -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Fri Mar 6 03:46:49 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Fri, 6 Mar 2015 03:46:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3741) Configure and fire all release build under RF-Rel view in Jenkins In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak resolved RFPL-3741. --------------------------------- Resolution: Done > Configure and fire all release build under RF-Rel view in Jenkins > ----------------------------------------------------------------- > > Key: RFPL-3741 > URL: https://issues.jboss.org/browse/RFPL-3741 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Pavol Pitonak > Fix For: 4.5.3 > > > Run all jobs with prefix richfaces-4.5-release in https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view/Release and review the results -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Fri Mar 6 03:57:49 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Fri, 6 Mar 2015 03:57:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3739) RichFaces 4.5.3.Final release testing In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak resolved RFPL-3739. --------------------------------- Resolution: Done > RichFaces 4.5.3.Final release testing > ------------------------------------- > > Key: RFPL-3739 > URL: https://issues.jboss.org/browse/RFPL-3739 > Project: RichFaces Planning > Issue Type: Task > Components: QE > Reporter: Pavol Pitonak > Assignee: Pavol Pitonak > Fix For: 4.5.3 > > > release info in main release jira (RFPL-3719) -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Fri Mar 6 04:39:50 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Fri, 6 Mar 2015 04:39:50 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3719) RichFaces 4.5.3.Final Release In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3719: -------------------------------- Description: RichFaces version: {{4.5.3.Final}} RichFaces tag: {{[4.5.3.Final|https://github.com/richfaces/richfaces/releases/tag/4.5.3.Final]}} Metamer tag: {{4.5.3.20150304-Final}} Shared Stage: https://repository.jboss.org/nexus/content/groups/staging/ Private stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4997 Archetype stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4944 ---- More information can be found in RichFaces 4.X release testing process document [2]. [1] http://docs.jboss.org/jbossas/6/JSF_Guide/en-US/html_single/index.html#changing.jsf.config [2] https://github.com/richfaces/richfaces-qa/blob/master/howto-release.adoc was: RichFaces version: {{4.5.3.Final}} RichFaces tag: {{[4.5.3.Final|https://github.com/richfaces/richfaces/releases/tag/4.5.3.Final]}} Metamer tag: {{4.5.3.20150226-Final}} Shared Stage: https://repository.jboss.org/nexus/content/groups/staging/ Private stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4997 Archetype stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4944 ---- More information can be found in RichFaces 4.X release testing process document [2]. [1] http://docs.jboss.org/jbossas/6/JSF_Guide/en-US/html_single/index.html#changing.jsf.config [2] https://github.com/richfaces/richfaces-qa/blob/master/howto-release.adoc > RichFaces 4.5.3.Final Release > ----------------------------- > > Key: RFPL-3719 > URL: https://issues.jboss.org/browse/RFPL-3719 > Project: RichFaces Planning > Issue Type: Task > Components: release > Affects Versions: 4.5.3 > Reporter: Michal Petrov > Assignee: Michal Petrov > Priority: Blocker > Fix For: 4.5.3 > > Original Estimate: 2 days > Remaining Estimate: 2 days > > RichFaces version: {{4.5.3.Final}} > RichFaces tag: {{[4.5.3.Final|https://github.com/richfaces/richfaces/releases/tag/4.5.3.Final]}} > Metamer tag: {{4.5.3.20150304-Final}} > Shared Stage: https://repository.jboss.org/nexus/content/groups/staging/ > Private stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4997 > Archetype stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4944 > ---- > More information can be found in RichFaces 4.X release testing process document [2]. > [1] http://docs.jboss.org/jbossas/6/JSF_Guide/en-US/html_single/index.html#changing.jsf.config > [2] https://github.com/richfaces/richfaces-qa/blob/master/howto-release.adoc -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Fri Mar 6 04:39:50 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Fri, 6 Mar 2015 04:39:50 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3723) QE verification of staged Final release In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak resolved RFPL-3723. --------------------------------- Resolution: Done > QE verification of staged Final release > --------------------------------------- > > Key: RFPL-3723 > URL: https://issues.jboss.org/browse/RFPL-3723 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.3 > Reporter: Michal Petrov > Assignee: Pavol Pitonak > Fix For: 4.5.3 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Fri Mar 6 08:17:49 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Fri, 6 Mar 2015 08:17:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3732) Prep RichFaces project site for release In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3732. --------------------------------- Resolution: Done > Prep RichFaces project site for release > --------------------------------------- > > Key: RFPL-3732 > URL: https://issues.jboss.org/browse/RFPL-3732 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.3 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.3 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Fri Mar 6 08:17:49 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Fri, 6 Mar 2015 08:17:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3733) Prep announcement blog In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3733. --------------------------------- Resolution: Done > Prep announcement blog > ---------------------- > > Key: RFPL-3733 > URL: https://issues.jboss.org/browse/RFPL-3733 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.3 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.3 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Fri Mar 6 10:18:51 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Fri, 6 Mar 2015 10:18:51 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3734) Deploy the showcase In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3734. --------------------------------- Resolution: Done > Deploy the showcase > ------------------- > > Key: RFPL-3734 > URL: https://issues.jboss.org/browse/RFPL-3734 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.3 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.3 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Fri Mar 6 10:20:49 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Fri, 6 Mar 2015 10:20:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3757) Showcase failure 2015-03-05 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13047053#comment-13047053 ] Michal Petrov commented on RFPL-3757: ------------------------------------- I've deployed 4.5.3.Final, seems to be running ok now. > Showcase failure 2015-03-05 > --------------------------- > > Key: RFPL-3757 > URL: https://issues.jboss.org/browse/RFPL-3757 > Project: RichFaces Planning > Issue Type: Sub-task > Reporter: Brian Leathem > > The JBoss EAP error: > jbosseap/logs/server.log > {code} > ... > Caused by: java.lang.OutOfMemoryError: Java heap space > {code} -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Fri Mar 6 11:12:49 2015 From: issues at jboss.org (Brian Leathem (JIRA)) Date: Fri, 6 Mar 2015 11:12:49 -0500 (EST) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3757) Showcase failure 2015-03-05 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Leathem resolved RFPL-3757. --------------------------------- Assignee: Michal Petrov Resolution: Done > Showcase failure 2015-03-05 > --------------------------- > > Key: RFPL-3757 > URL: https://issues.jboss.org/browse/RFPL-3757 > Project: RichFaces Planning > Issue Type: Sub-task > Reporter: Brian Leathem > Assignee: Michal Petrov > > The JBoss EAP error: > jbosseap/logs/server.log > {code} > ... > Caused by: java.lang.OutOfMemoryError: Java heap space > {code} -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 9 05:11:18 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 9 Mar 2015 05:11:18 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3735) Make project site live In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3735. --------------------------------- Resolution: Done > Make project site live > ---------------------- > > Key: RFPL-3735 > URL: https://issues.jboss.org/browse/RFPL-3735 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.3 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.3 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 9 05:11:19 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 9 Mar 2015 05:11:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3736) Make blog live In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3736. --------------------------------- Resolution: Done > Make blog live > -------------- > > Key: RFPL-3736 > URL: https://issues.jboss.org/browse/RFPL-3736 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.3 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.3 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 9 05:11:19 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 9 Mar 2015 05:11:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3737) Tweet and post forum announcements In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3737. --------------------------------- Resolution: Done > Tweet and post forum announcements > ---------------------------------- > > Key: RFPL-3737 > URL: https://issues.jboss.org/browse/RFPL-3737 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.3 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.3 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 9 05:18:19 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 9 Mar 2015 05:18:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3738) Update RF jira releases In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3738. --------------------------------- Resolution: Done > Update RF jira releases > ----------------------- > > Key: RFPL-3738 > URL: https://issues.jboss.org/browse/RFPL-3738 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.3 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.3 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 9 05:42:18 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Mon, 9 Mar 2015 05:42:18 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3757) Showcase failure 2015-03-05 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13047282#comment-13047282 ] Matej Novotny commented on RFPL-3757: ------------------------------------- Just for clarification: [~bleathem] I come accros this occasionaly when testing releases (Showcase deployment do OS). Some time ago I dug a bit deeper and found out this is most likely an issue with small gears. Having bigger ones (or more small) would probably help it as there would be more heap space available. In the test I am using a simple OS account with 1 small gear on EAP, I suppose your configuration is similar. Trying to re-deploy one or two times usually solves this for me; it's not RF issue for sure. Actually, most of the times I manage to deploy it for the first time. It might be a problem with garbage collector not being called in time so the app runs out of heap space; but it's merely a theory. > Showcase failure 2015-03-05 > --------------------------- > > Key: RFPL-3757 > URL: https://issues.jboss.org/browse/RFPL-3757 > Project: RichFaces Planning > Issue Type: Sub-task > Reporter: Brian Leathem > Assignee: Michal Petrov > > The JBoss EAP error: > jbosseap/logs/server.log > {code} > ... > Caused by: java.lang.OutOfMemoryError: Java heap space > {code} -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 9 09:05:19 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Mon, 9 Mar 2015 09:05:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3753) Test RichFaces with JBDS 8.0.2 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny resolved RFPL-3753. --------------------------------- Resolution: Done Step 4 verified - works correctly. > Test RichFaces with JBDS 8.0.2 > ------------------------------ > > Key: RFPL-3753 > URL: https://issues.jboss.org/browse/RFPL-3753 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.3 > > > *In case of any changes and/or inaccuracy be sure to update this description.* > # create a new Maven project and deploy it to WildFly 8.2 and Tomcat 8 > #* File -> New -> Other > #* Select {{Maven Project}} > #* Once prompted to choose archetype, add new repository to Catalog > #** As address you are going to need the staging repo URL > #* Choose simple-app from the newly added repo (e.g. with correct RF version) > #* Test with Tomcat (no changes needed) > #* Test with Wildfly > #** Need to activate {{jee6}} profile > # create a new Ant project and deploy it to WildFly 8.2 and Tomcat 8 > #* File -> New -> Other > #* Select {{JSF Project}} & when prompted choose 'Kickstars without libs' > #* Finish the wizard, you can install Wildfly and Tomcat servers at this point > #* Get RF Distribution (from staged repo in ZIP format) and add JAR files (with RF and mandatory libs) to this new project > #* Download javax.faces JAR (or myfaces) => this is *only* needed for Tomcat so add only if you wish to deploy app there > #* As a template you can use RF simple-app archetype and copy following things to ant project, if possible preserve the structure: > #** RichBean.java > #** index.xhtml > #** templates (whole folder) > #* Add following to the web.xml (it only maps index page to localhost:8080/app_name) > #** {code} > faces/index.xhtml > {code} > #* At this point, app should be buildable and deployable and accessible at {{localhost:8080/app_name}} > #* Test on Wildfly > #* Add JSF implementation JAR to libraries, rebuild and test on Tomcat > #** Based on JSF impl chosen you might come across following bug: https://java.net/jira/browse/JAVASERVERFACES-3400 > #** Workaround is to change RichBean from {{ViewScoped}} to {{SessionScoped}} > # Try to import existing Maven project > #* Make use of Showcase in RF distribution ZIP and import that > #* To deploy with Tomcat no additional settings is needed > #* To deploy with Wildfly tou need to activate {{jbas71 profile}} > # 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 SNAPSHOT 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 > *The last step has sever substeps. This steps can be performed when RichFaces are in maven central repository. Do the following:* > 1) I use latest stable JBDS, e.g. for this release 8.0.0 downloaded from this site https://www.jboss.org/products/devstudio/download/ > 2) Download particular project-examples-shared-VERSION.xml from this site. I download the file with the biggest version number. http://download.jboss.org/jbosstools/examples/ > 4) Alter the project-examples-shared-VERSION.xml in this way > comment lines richfaces-archetype-kitchensink and richfaces-kitchensink > un-comment lines which contain comment: unnecessary when a stacksId is used (only for richfaces part). > change the version of the richfaces-archetype-kitchensink to the released one, e.g. for this release 4.5.0.Beta1 > save it > 5) In JBDS, Preferences --> JBoss Tools --> Project Examples --> add new site, which points to the edited .xml file. > 6) Shut down JBDS > in your local ~/.m2/settings.xml turn off all JBoss repositories (or in other global settings). So Any project will be built only from Maven central repositories. > Remove all richfaces artifacts from your local repository, so they will be downloaded when necessary. > 7) Start JBDS. > 8) In JBoss Central (the start page), click on the Project Exampels Wizard, located next to Start from sample header > 9) Check show experimental sites > 10) From select box choose your site. > 11) Create RichFaces project. > 12) It should download artifacts only from Maven Central, and it should be deployable. Test it only on Wildfly. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 10 03:05:19 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Tue, 10 Mar 2015 03:05:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-2263) Create tests for progress facet of fileUpload In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048432#comment-13048432 ] Matej Novotny commented on RFPL-2263: ------------------------------------- I tried updating mentioned Graphene version (2.1.0.Alpha2) in metamer/ftest and also richfaces/page-fragments (since the test errors in fact originated there). One of the tests passed correctly while the other one still crashes. It is likely to be a test problem and it seems the dependency update will indeed help. I will investigate it and see if I can make it working. As for the creation of test which would track the progress of the bar (changing value); I am not sure it is doneable. There is no way, apart from maybe screenshoting, to tell how far is the upload is. Or at least I do not know how to get a firm grip on this. [~ppitonak] what is the status on dependency update branch? I am starting to feel like Graphene update might finaly make our file upload tests working :) > Create tests for progress facet of fileUpload > --------------------------------------------- > > Key: RFPL-2263 > URL: https://issues.jboss.org/browse/RFPL-2263 > Project: RichFaces Planning > Issue Type: Task > Components: QE > Affects Versions: 4.2.2.Final > Reporter: Pavol Pitonak > Assignee: Matej Novotny > > Create a new sample and tests for rich:fileUpload with *progress* facet. See Component Reference [1] and rich:progressBar sample in Metamer for more information. > [1] http://docs.jboss.org/richfaces/4.2.X/4.2.2.Final/Component_Reference/en-US/html_single/#sect-Component_Reference-richfileUpload-Interactivity_options -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 10 03:34:18 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Tue, 10 Mar 2015 03:34:18 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-2263) Create tests for progress facet of fileUpload In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048438#comment-13048438 ] Pavol Pitonak commented on RFPL-2263: ------------------------------------- There are two branches for RF-13971 in RichFaces git repo - tests (kind of development branch) and tests2 (more or less stable). There are still few tests failing. > Create tests for progress facet of fileUpload > --------------------------------------------- > > Key: RFPL-2263 > URL: https://issues.jboss.org/browse/RFPL-2263 > Project: RichFaces Planning > Issue Type: Task > Components: QE > Affects Versions: 4.2.2.Final > Reporter: Pavol Pitonak > Assignee: Matej Novotny > > Create a new sample and tests for rich:fileUpload with *progress* facet. See Component Reference [1] and rich:progressBar sample in Metamer for more information. > [1] http://docs.jboss.org/richfaces/4.2.X/4.2.2.Final/Component_Reference/en-US/html_single/#sect-Component_Reference-richfileUpload-Interactivity_options -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 10 04:53:18 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Tue, 10 Mar 2015 04:53:18 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3503) FileUpload tests are failing due to Graphene bug In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048463#comment-13048463 ] Matej Novotny commented on RFPL-3503: ------------------------------------- Linking to RF-13971. After dependencies get updated, most tests will run. Tried this localy, there will be few failures which, however, are linked to other issues not only this one. Commit mentioned in this issue can be used to track affected tests and remove them from future group. > FileUpload tests are failing due to Graphene bug > ------------------------------------------------ > > Key: RFPL-3503 > URL: https://issues.jboss.org/browse/RFPL-3503 > Project: RichFaces Planning > Issue Type: Bug > Affects Versions: 4.5.0.Beta2 > Reporter: Matej Novotny > Fix For: 4.5-Tracking > > > FileUpload test are currently failing because of Graphene bug. > This might be resolved by future releases and respective update in dependencies. > For now I will move these tests amongst future. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 10 04:55:19 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Tue, 10 Mar 2015 04:55:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-2263) Create tests for progress facet of fileUpload In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048466#comment-13048466 ] Matej Novotny commented on RFPL-2263: ------------------------------------- Linking together with RF-13971. Failing tests can be addressed as soon as dependencies get updated (along with qa repo of course). > Create tests for progress facet of fileUpload > --------------------------------------------- > > Key: RFPL-2263 > URL: https://issues.jboss.org/browse/RFPL-2263 > Project: RichFaces Planning > Issue Type: Task > Components: QE > Affects Versions: 4.2.2.Final > Reporter: Pavol Pitonak > Assignee: Matej Novotny > > Create a new sample and tests for rich:fileUpload with *progress* facet. See Component Reference [1] and rich:progressBar sample in Metamer for more information. > [1] http://docs.jboss.org/richfaces/4.2.X/4.2.2.Final/Component_Reference/en-US/html_single/#sect-Component_Reference-richfileUpload-Interactivity_options -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 10 10:44:19 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Tue, 10 Mar 2015 10:44:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3757) Showcase failure 2015-03-05 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048613#comment-13048613 ] Pavol Pitonak commented on RFPL-3757: ------------------------------------- Online Showcase runs on a medium gear. > Showcase failure 2015-03-05 > --------------------------- > > Key: RFPL-3757 > URL: https://issues.jboss.org/browse/RFPL-3757 > Project: RichFaces Planning > Issue Type: Sub-task > Reporter: Brian Leathem > Assignee: Michal Petrov > > The JBoss EAP error: > jbosseap/logs/server.log > {code} > ... > Caused by: java.lang.OutOfMemoryError: Java heap space > {code} -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Fri Mar 13 04:07:19 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Fri, 13 Mar 2015 04:07:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-2263) Create tests for progress facet of fileUpload In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13049711#comment-13049711 ] Pavol Pitonak commented on RFPL-2263: ------------------------------------- Arquillian Core/Drone/Graphene were upgraded in both RichFaces repo and qa repo. > Create tests for progress facet of fileUpload > --------------------------------------------- > > Key: RFPL-2263 > URL: https://issues.jboss.org/browse/RFPL-2263 > Project: RichFaces Planning > Issue Type: Task > Components: QE > Affects Versions: 4.2.2.Final > Reporter: Pavol Pitonak > Assignee: Matej Novotny > > Create a new sample and tests for rich:fileUpload with *progress* facet. See Component Reference [1] and rich:progressBar sample in Metamer for more information. > [1] http://docs.jboss.org/richfaces/4.2.X/4.2.2.Final/Component_Reference/en-US/html_single/#sect-Component_Reference-richfileUpload-Interactivity_options -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Fri Mar 13 04:07:19 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Fri, 13 Mar 2015 04:07:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3503) FileUpload tests are failing due to Graphene bug In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13049712#comment-13049712 ] Pavol Pitonak commented on RFPL-3503: ------------------------------------- Arquillian Core/Drone/Graphene were upgraded in both RichFaces repo and qa repo. > FileUpload tests are failing due to Graphene bug > ------------------------------------------------ > > Key: RFPL-3503 > URL: https://issues.jboss.org/browse/RFPL-3503 > Project: RichFaces Planning > Issue Type: Bug > Affects Versions: 4.5.0.Beta2 > Reporter: Matej Novotny > Fix For: 4.5-Tracking > > > FileUpload test are currently failing because of Graphene bug. > This might be resolved by future releases and respective update in dependencies. > For now I will move these tests amongst future. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 16 07:22:20 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Mon, 16 Mar 2015 07:22:20 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3503) FileUpload tests are failing due to Graphene bug In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny resolved RFPL-3503. --------------------------------- Resolution: Done I re-viewed and re-enabled majority of the tests (in qa repo), as they now pass. > FileUpload tests are failing due to Graphene bug > ------------------------------------------------ > > Key: RFPL-3503 > URL: https://issues.jboss.org/browse/RFPL-3503 > Project: RichFaces Planning > Issue Type: Bug > Affects Versions: 4.5.0.Beta2 > Reporter: Matej Novotny > Fix For: 4.5-Tracking > > > FileUpload test are currently failing because of Graphene bug. > This might be resolved by future releases and respective update in dependencies. > For now I will move these tests amongst future. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 16 08:37:20 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Mon, 16 Mar 2015 08:37:20 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-2263) Create tests for progress facet of fileUpload In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13050443#comment-13050443 ] Matej Novotny commented on RFPL-2263: ------------------------------------- One of the tests was re-enabled, but the other ({{testCustomProgressBarPresenceBeforeFinishedUpload}}) is still failing. Original solution does not work (calls window.stop()). It is trying to test the presence of progress bar when you start uploading a file. However, the file uploads very quickly and the there is a wait method included so before the wait is over there is no longer any bar present. This basically means we cannot test it via WebDriver itself and JavaScript is needed. I tried to create a JS function searching for the bar once upload is triggered (and setting a boolean variable on page) but I cannot locate any element within progress bar which would mark its presence on the page. From JS it seems that the bar is 'visible' even though the upload did not start yet. I'll keep searching for solution as we could use such test; none of our automated fUpload tests covers this. > Create tests for progress facet of fileUpload > --------------------------------------------- > > Key: RFPL-2263 > URL: https://issues.jboss.org/browse/RFPL-2263 > Project: RichFaces Planning > Issue Type: Task > Components: QE > Affects Versions: 4.2.2.Final > Reporter: Pavol Pitonak > Assignee: Matej Novotny > > Create a new sample and tests for rich:fileUpload with *progress* facet. See Component Reference [1] and rich:progressBar sample in Metamer for more information. > [1] http://docs.jboss.org/richfaces/4.2.X/4.2.2.Final/Component_Reference/en-US/html_single/#sect-Component_Reference-richfileUpload-Interactivity_options -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 23 05:03:20 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Mon, 23 Mar 2015 05:03:20 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-2754) Create sample and test for adding TabPanel tabs programatically using binding In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny updated RFPL-2754: -------------------------------- Fix Version/s: 4.5.4 (was: 4.5-Tracking) > Create sample and test for adding TabPanel tabs programatically using binding > ----------------------------------------------------------------------------- > > Key: RFPL-2754 > URL: https://issues.jboss.org/browse/RFPL-2754 > Project: RichFaces Planning > Issue Type: Feature Request > Components: QE > Affects Versions: 4.3.0.Final > Reporter: Luk?? Fry? > Assignee: Matej Novotny > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 23 05:04:19 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Mon, 23 Mar 2015 05:04:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-2754) Create sample and test for adding TabPanel tabs programatically using binding In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny resolved RFPL-2754. --------------------------------- Resolution: Done I added a simple [test|https://github.com/richfaces/richfaces-qa/blob/master/metamer/ftest/src/test/java/org/richfaces/tests/metamer/ftest/richTabPanel/TestTabPanelAddTab3.java] covering this. > Create sample and test for adding TabPanel tabs programatically using binding > ----------------------------------------------------------------------------- > > Key: RFPL-2754 > URL: https://issues.jboss.org/browse/RFPL-2754 > Project: RichFaces Planning > Issue Type: Feature Request > Components: QE > Affects Versions: 4.3.0.Final > Reporter: Luk?? Fry? > Assignee: Matej Novotny > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 24 07:01:19 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Tue, 24 Mar 2015 07:01:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-2754) Create sample and test for adding TabPanel tabs programatically using binding In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny closed RFPL-2754. ------------------------------- > Create sample and test for adding TabPanel tabs programatically using binding > ----------------------------------------------------------------------------- > > Key: RFPL-2754 > URL: https://issues.jboss.org/browse/RFPL-2754 > Project: RichFaces Planning > Issue Type: Feature Request > Components: QE > Affects Versions: 4.3.0.Final > Reporter: Luk?? Fry? > Assignee: Matej Novotny > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 24 07:56:19 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Tue, 24 Mar 2015 07:56:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3758) Create tests for rich:calendar keyboard navigation In-Reply-To: References: Message-ID: Matej Novotny created RFPL-3758: ----------------------------------- Summary: Create tests for rich:calendar keyboard navigation Key: RFPL-3758 URL: https://issues.jboss.org/browse/RFPL-3758 Project: RichFaces Planning Issue Type: Enhancement Affects Versions: 4.5.4 Reporter: Matej Novotny Fix For: 4.5-Tracking We need to cover new feature of calendar with some tests. The feature is yet documented in RF-6687 -> calendar can now be navigated by arrow keys. See aforementioned issue for more in depth information. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:32:20 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:32:20 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3759) RichFaces 4.5.4.Final Release In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3759: ----------------------------------- Summary: RichFaces 4.5.4.Final Release Key: RFPL-3759 URL: https://issues.jboss.org/browse/RFPL-3759 Project: RichFaces Planning Issue Type: Task Components: release Affects Versions: 4.5.3 Reporter: Michal Petrov Assignee: Michal Petrov Priority: Blocker Fix For: 4.5.3 RichFaces version: {{4.5.3.Final}} RichFaces tag: {{[4.5.3.Final|https://github.com/richfaces/richfaces/releases/tag/4.5.3.Final]}} Metamer tag: {{4.5.3.20150304-Final}} Shared Stage: https://repository.jboss.org/nexus/content/groups/staging/ Private stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4997 Archetype stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4944 ---- More information can be found in RichFaces 4.X release testing process document [2]. [1] http://docs.jboss.org/jbossas/6/JSF_Guide/en-US/html_single/index.html#changing.jsf.config [2] https://github.com/richfaces/richfaces-qa/blob/master/howto-release.adoc -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:32:20 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:32:20 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3760) Closeout and resolve issues scheduled for this release version In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3760: ----------------------------------- Summary: Closeout and resolve issues scheduled for this release version Key: RFPL-3760 URL: https://issues.jboss.org/browse/RFPL-3760 Project: RichFaces Planning Issue Type: Sub-task Components: release Affects Versions: 4.5.3 Reporter: Michal Petrov Assignee: Michal Petrov Fix For: 4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:32:20 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:32:20 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3761) Update the release-notes In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3761: ----------------------------------- Summary: Update the release-notes Key: RFPL-3761 URL: https://issues.jboss.org/browse/RFPL-3761 Project: RichFaces Planning Issue Type: Sub-task Components: release Affects Versions: 4.5.3 Reporter: Michal Petrov Assignee: Michal Petrov Fix For: 4.5.3 Update the release notes in dist/src/main/resources/txt/release-notes.txt. Copy and paste the release notes from the RF jira version for this release. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:32:21 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:32:21 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3762) Tag, build, and stage Final release, publish tag to GitHub In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3762: ----------------------------------- Summary: Tag, build, and stage Final release, publish tag to GitHub Key: RFPL-3762 URL: https://issues.jboss.org/browse/RFPL-3762 Project: RichFaces Planning Issue Type: Sub-task Components: release Affects Versions: 4.5.3 Reporter: Michal Petrov Assignee: Michal Petrov Fix For: 4.5.3 Be sure to *do not tag a release before release notes have been updated*. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:32:21 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:32:21 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3763) QE verification of staged Final release In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3763: ----------------------------------- Summary: QE verification of staged Final release Key: RFPL-3763 URL: https://issues.jboss.org/browse/RFPL-3763 Project: RichFaces Planning Issue Type: Sub-task Components: release Affects Versions: 4.5.3 Reporter: Michal Petrov Assignee: Pavol Pitonak Fix For: 4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:32:22 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:32:22 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3764) Review document updates In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3764: ----------------------------------- Summary: Review document updates Key: RFPL-3764 URL: https://issues.jboss.org/browse/RFPL-3764 Project: RichFaces Planning Issue Type: Sub-task Components: release Affects Versions: 4.5.3 Reporter: Michal Petrov Assignee: Ji?? ?tefek Fix For: 4.5.3 https://issues.jboss.org/browse/RFPL-3371?jql=project%3DRFPL%20and%20component%3Ddoc%20and%20fixVersion%3D4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:32:22 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:32:22 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3765) Finalize/tag/release/upload the Final version of the documentation In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3765: ----------------------------------- Summary: Finalize/tag/release/upload the Final version of the documentation Key: RFPL-3765 URL: https://issues.jboss.org/browse/RFPL-3765 Project: RichFaces Planning Issue Type: Sub-task Components: release Affects Versions: 4.5.3 Reporter: Michal Petrov Assignee: Michal Petrov Fix For: 4.5.3 Refer to the docs: https://github.com/richfaces/richfaces-docs/blob/4.3.x/howto-release.adoc -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:32:22 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:32:22 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3766) Generate and upload the CDK maven-based docs In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3766: ----------------------------------- Summary: Generate and upload the CDK maven-based docs Key: RFPL-3766 URL: https://issues.jboss.org/browse/RFPL-3766 Project: RichFaces Planning Issue Type: Sub-task Components: release Affects Versions: 4.5.3 Reporter: Michal Petrov Assignee: Michal Petrov Fix For: 4.5.3 richfaces-resources-dependency-plugin -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:33:20 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:33:20 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3767) Promote verified artifacts on stage server to live repo In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3767: ----------------------------------- Summary: Promote verified artifacts on stage server to live repo Key: RFPL-3767 URL: https://issues.jboss.org/browse/RFPL-3767 Project: RichFaces Planning Issue Type: Sub-task Components: release Affects Versions: 4.5.3 Reporter: Michal Petrov Assignee: Michal Petrov Fix For: 4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:33:25 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:33:25 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3768) Copy, and rename distribution and other download files to download server In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3768: ----------------------------------- Summary: Copy, and rename distribution and other download files to download server Key: RFPL-3768 URL: https://issues.jboss.org/browse/RFPL-3768 Project: RichFaces Planning Issue Type: Sub-task Components: release Affects Versions: 4.5.3 Reporter: Michal Petrov Assignee: Michal Petrov Fix For: 4.5.3 See the following mojo for details: https://mojo.redhat.com/docs/DOC-67793 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:33:25 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:33:25 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3769) Integrate the release branch back to master In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3769: ----------------------------------- Summary: Integrate the release branch back to master Key: RFPL-3769 URL: https://issues.jboss.org/browse/RFPL-3769 Project: RichFaces Planning Issue Type: Sub-task Components: release Affects Versions: 4.5.3 Reporter: Michal Petrov Assignee: Michal Petrov Fix For: 4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:33:25 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:33:25 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3770) Closeout and resolve QE issues in RichFaces "RFPL" jira project for this release In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3770: ----------------------------------- Summary: Closeout and resolve QE issues in RichFaces "RFPL" jira project for this release Key: RFPL-3770 URL: https://issues.jboss.org/browse/RFPL-3770 Project: RichFaces Planning Issue Type: Sub-task Components: release Affects Versions: 4.5.3 Reporter: Michal Petrov Assignee: Pavol Pitonak Fix For: 4.5.3 https://issues.jboss.org/browse/RFPL-3608?jql=project%20%3D%20RFPL%20AND%20fixVersion%20%3D%204.5.2.Final%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20QE%20ORDER%20BY%20priority%20DESC -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:33:26 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:33:26 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3771) Verify uploaded release artifacts In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3771: ----------------------------------- Summary: Verify uploaded release artifacts Key: RFPL-3771 URL: https://issues.jboss.org/browse/RFPL-3771 Project: RichFaces Planning Issue Type: Sub-task Components: release Affects Versions: 4.5.3 Reporter: Michal Petrov Assignee: Michal Petrov Fix For: 4.5.3 Run Jenkins job [1] after dev notifies QE that artifacts were copied to download server. [1] https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view/Release/job/richfaces-4.5-release-verify-dist-bin -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:33:26 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:33:26 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3772) Prep RichFaces project site for release In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3772: ----------------------------------- Summary: Prep RichFaces project site for release Key: RFPL-3772 URL: https://issues.jboss.org/browse/RFPL-3772 Project: RichFaces Planning Issue Type: Sub-task Components: release Affects Versions: 4.5.3 Reporter: Michal Petrov Assignee: Michal Petrov Fix For: 4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:33:26 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:33:26 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3773) Prep announcement blog In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3773: ----------------------------------- Summary: Prep announcement blog Key: RFPL-3773 URL: https://issues.jboss.org/browse/RFPL-3773 Project: RichFaces Planning Issue Type: Sub-task Components: release Affects Versions: 4.5.3 Reporter: Michal Petrov Assignee: Michal Petrov Fix For: 4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:33:26 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:33:26 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3774) Deploy the showcase In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3774: ----------------------------------- Summary: Deploy the showcase Key: RFPL-3774 URL: https://issues.jboss.org/browse/RFPL-3774 Project: RichFaces Planning Issue Type: Sub-task Components: release Affects Versions: 4.5.3 Reporter: Michal Petrov Assignee: Michal Petrov Fix For: 4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:33:26 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:33:26 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3775) Make project site live In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3775: ----------------------------------- Summary: Make project site live Key: RFPL-3775 URL: https://issues.jboss.org/browse/RFPL-3775 Project: RichFaces Planning Issue Type: Sub-task Components: release Affects Versions: 4.5.3 Reporter: Michal Petrov Assignee: Michal Petrov Fix For: 4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:33:26 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:33:26 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3776) Make blog live In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3776: ----------------------------------- Summary: Make blog live Key: RFPL-3776 URL: https://issues.jboss.org/browse/RFPL-3776 Project: RichFaces Planning Issue Type: Sub-task Components: release Affects Versions: 4.5.3 Reporter: Michal Petrov Assignee: Michal Petrov Fix For: 4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:33:26 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:33:26 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3777) Tweet and post forum announcements In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3777: ----------------------------------- Summary: Tweet and post forum announcements Key: RFPL-3777 URL: https://issues.jboss.org/browse/RFPL-3777 Project: RichFaces Planning Issue Type: Sub-task Components: release Affects Versions: 4.5.3 Reporter: Michal Petrov Assignee: Michal Petrov Fix For: 4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:33:27 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:33:27 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3778) Update RF jira releases In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3778: ----------------------------------- Summary: Update RF jira releases Key: RFPL-3778 URL: https://issues.jboss.org/browse/RFPL-3778 Project: RichFaces Planning Issue Type: Sub-task Components: release Affects Versions: 4.5.3 Reporter: Michal Petrov Assignee: Michal Petrov Fix For: 4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:36:22 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:36:22 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3767) Promote verified artifacts on stage server to live repo In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3767: -------------------------------- Affects Version/s: 4.5.4 (was: 4.5.3) Fix Version/s: 4.5.4 (was: 4.5.3) > Promote verified artifacts on stage server to live repo > ------------------------------------------------------- > > Key: RFPL-3767 > URL: https://issues.jboss.org/browse/RFPL-3767 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:36:22 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:36:22 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3774) Deploy the showcase In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3774: -------------------------------- Affects Version/s: 4.5.4 (was: 4.5.3) Fix Version/s: 4.5.4 (was: 4.5.3) > Deploy the showcase > ------------------- > > Key: RFPL-3774 > URL: https://issues.jboss.org/browse/RFPL-3774 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:36:22 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:36:22 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3770) Closeout and resolve QE issues in RichFaces "RFPL" jira project for this release In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3770: -------------------------------- Affects Version/s: 4.5.4 (was: 4.5.3) Fix Version/s: 4.5.4 (was: 4.5.3) > Closeout and resolve QE issues in RichFaces "RFPL" jira project for this release > -------------------------------------------------------------------------------- > > Key: RFPL-3770 > URL: https://issues.jboss.org/browse/RFPL-3770 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Pavol Pitonak > Fix For: 4.5.4 > > > https://issues.jboss.org/browse/RFPL-3608?jql=project%20%3D%20RFPL%20AND%20fixVersion%20%3D%204.5.2.Final%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20QE%20ORDER%20BY%20priority%20DESC -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:36:23 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:36:23 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3776) Make blog live In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3776: -------------------------------- Affects Version/s: 4.5.4 (was: 4.5.3) Fix Version/s: 4.5.4 (was: 4.5.3) > Make blog live > -------------- > > Key: RFPL-3776 > URL: https://issues.jboss.org/browse/RFPL-3776 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:36:23 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:36:23 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3769) Integrate the release branch back to master In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3769: -------------------------------- Affects Version/s: 4.5.4 (was: 4.5.3) Fix Version/s: 4.5.4 (was: 4.5.3) > Integrate the release branch back to master > ------------------------------------------- > > Key: RFPL-3769 > URL: https://issues.jboss.org/browse/RFPL-3769 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:36:23 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:36:23 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3766) Generate and upload the CDK maven-based docs In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3766: -------------------------------- Affects Version/s: 4.5.4 (was: 4.5.3) Fix Version/s: 4.5.4 (was: 4.5.3) > Generate and upload the CDK maven-based docs > -------------------------------------------- > > Key: RFPL-3766 > URL: https://issues.jboss.org/browse/RFPL-3766 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > > richfaces-resources-dependency-plugin -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:36:23 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:36:23 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3771) Verify uploaded release artifacts In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3771: -------------------------------- Affects Version/s: 4.5.4 (was: 4.5.3) Fix Version/s: 4.5.4 (was: 4.5.3) > Verify uploaded release artifacts > --------------------------------- > > Key: RFPL-3771 > URL: https://issues.jboss.org/browse/RFPL-3771 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > > Run Jenkins job [1] after dev notifies QE that artifacts were copied to download server. > [1] https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view/Release/job/richfaces-4.5-release-verify-dist-bin -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:36:24 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:36:24 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3778) Update RF jira releases In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3778: -------------------------------- Affects Version/s: 4.5.4 (was: 4.5.3) Fix Version/s: 4.5.4 (was: 4.5.3) > Update RF jira releases > ----------------------- > > Key: RFPL-3778 > URL: https://issues.jboss.org/browse/RFPL-3778 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:36:24 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:36:24 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3763) QE verification of staged Final release In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3763: -------------------------------- Affects Version/s: 4.5.4 (was: 4.5.3) Fix Version/s: 4.5.4 (was: 4.5.3) > QE verification of staged Final release > --------------------------------------- > > Key: RFPL-3763 > URL: https://issues.jboss.org/browse/RFPL-3763 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Pavol Pitonak > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:36:24 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:36:24 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3762) Tag, build, and stage Final release, publish tag to GitHub In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3762: -------------------------------- Affects Version/s: 4.5.4 (was: 4.5.3) Fix Version/s: 4.5.4 (was: 4.5.3) > Tag, build, and stage Final release, publish tag to GitHub > ---------------------------------------------------------- > > Key: RFPL-3762 > URL: https://issues.jboss.org/browse/RFPL-3762 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > > Be sure to *do not tag a release before release notes have been updated*. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:36:25 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:36:25 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3773) Prep announcement blog In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3773: -------------------------------- Affects Version/s: 4.5.4 (was: 4.5.3) Fix Version/s: 4.5.4 (was: 4.5.3) > Prep announcement blog > ---------------------- > > Key: RFPL-3773 > URL: https://issues.jboss.org/browse/RFPL-3773 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:36:25 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:36:25 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3764) Review document updates In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3764: -------------------------------- Affects Version/s: 4.5.4 (was: 4.5.3) Fix Version/s: 4.5.4 (was: 4.5.3) > Review document updates > ----------------------- > > Key: RFPL-3764 > URL: https://issues.jboss.org/browse/RFPL-3764 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Ji?? ?tefek > Fix For: 4.5.4 > > > https://issues.jboss.org/browse/RFPL-3371?jql=project%3DRFPL%20and%20component%3Ddoc%20and%20fixVersion%3D4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:36:25 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:36:25 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3765) Finalize/tag/release/upload the Final version of the documentation In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3765: -------------------------------- Affects Version/s: 4.5.4 (was: 4.5.3) Fix Version/s: 4.5.4 (was: 4.5.3) > Finalize/tag/release/upload the Final version of the documentation > ------------------------------------------------------------------ > > Key: RFPL-3765 > URL: https://issues.jboss.org/browse/RFPL-3765 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > > Refer to the docs: > https://github.com/richfaces/richfaces-docs/blob/4.3.x/howto-release.adoc -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:36:26 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:36:26 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3777) Tweet and post forum announcements In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3777: -------------------------------- Affects Version/s: 4.5.4 (was: 4.5.3) Fix Version/s: 4.5.4 (was: 4.5.3) > Tweet and post forum announcements > ---------------------------------- > > Key: RFPL-3777 > URL: https://issues.jboss.org/browse/RFPL-3777 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:36:26 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:36:26 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3772) Prep RichFaces project site for release In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3772: -------------------------------- Affects Version/s: 4.5.4 (was: 4.5.3) Fix Version/s: 4.5.4 (was: 4.5.3) > Prep RichFaces project site for release > --------------------------------------- > > Key: RFPL-3772 > URL: https://issues.jboss.org/browse/RFPL-3772 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:36:26 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:36:26 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3775) Make project site live In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3775: -------------------------------- Affects Version/s: 4.5.4 (was: 4.5.3) Fix Version/s: 4.5.4 (was: 4.5.3) > Make project site live > ---------------------- > > Key: RFPL-3775 > URL: https://issues.jboss.org/browse/RFPL-3775 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:36:27 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:36:27 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3759) RichFaces 4.5.4.Final Release In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3759: -------------------------------- Affects Version/s: 4.5.4 (was: 4.5.3) Fix Version/s: 4.5.4 (was: 4.5.3) > RichFaces 4.5.4.Final Release > ----------------------------- > > Key: RFPL-3759 > URL: https://issues.jboss.org/browse/RFPL-3759 > Project: RichFaces Planning > Issue Type: Task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Priority: Blocker > Fix For: 4.5.4 > > Original Estimate: 2 days > Remaining Estimate: 2 days > > RichFaces version: {{4.5.3.Final}} > RichFaces tag: {{[4.5.3.Final|https://github.com/richfaces/richfaces/releases/tag/4.5.3.Final]}} > Metamer tag: {{4.5.3.20150304-Final}} > Shared Stage: https://repository.jboss.org/nexus/content/groups/staging/ > Private stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4997 > Archetype stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4944 > ---- > More information can be found in RichFaces 4.X release testing process document [2]. > [1] http://docs.jboss.org/jbossas/6/JSF_Guide/en-US/html_single/index.html#changing.jsf.config > [2] https://github.com/richfaces/richfaces-qa/blob/master/howto-release.adoc -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:36:27 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:36:27 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3760) Closeout and resolve issues scheduled for this release version In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3760: -------------------------------- Affects Version/s: 4.5.4 (was: 4.5.3) Fix Version/s: 4.5.4 (was: 4.5.3) > Closeout and resolve issues scheduled for this release version > -------------------------------------------------------------- > > Key: RFPL-3760 > URL: https://issues.jboss.org/browse/RFPL-3760 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:36:27 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:36:27 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3761) Update the release-notes In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3761: -------------------------------- Affects Version/s: 4.5.4 (was: 4.5.3) Fix Version/s: 4.5.4 (was: 4.5.3) > Update the release-notes > ------------------------ > > Key: RFPL-3761 > URL: https://issues.jboss.org/browse/RFPL-3761 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > > Update the release notes in dist/src/main/resources/txt/release-notes.txt. Copy and paste the release notes from the RF jira version for this release. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:36:27 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:36:27 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3768) Copy, and rename distribution and other download files to download server In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3768: -------------------------------- Affects Version/s: 4.5.4 (was: 4.5.3) Fix Version/s: 4.5.4 (was: 4.5.3) > Copy, and rename distribution and other download files to download server > ------------------------------------------------------------------------- > > Key: RFPL-3768 > URL: https://issues.jboss.org/browse/RFPL-3768 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > > See the following mojo for details: > https://mojo.redhat.com/docs/DOC-67793 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 09:40:19 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 09:40:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3761) Update the release-notes In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3761. --------------------------------- Resolution: Done > Update the release-notes > ------------------------ > > Key: RFPL-3761 > URL: https://issues.jboss.org/browse/RFPL-3761 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > > Update the release notes in dist/src/main/resources/txt/release-notes.txt. Copy and paste the release notes from the RF jira version for this release. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 10:34:19 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 10:34:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3759) RichFaces 4.5.4.Final Release In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3759: -------------------------------- Description: RichFaces version: {{4.5.4.Final}} RichFaces tag: {{[4.5.4.Final|https://github.com/richfaces/richfaces/releases/tag/4.5.4.Final]}} Metamer tag: {{4.5.3.20150304-Final}} Shared Stage: https://repository.jboss.org/nexus/content/groups/staging/ Private stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-5140 Archetype stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-5142 ---- More information can be found in RichFaces 4.X release testing process document [2]. [1] http://docs.jboss.org/jbossas/6/JSF_Guide/en-US/html_single/index.html#changing.jsf.config [2] https://github.com/richfaces/richfaces-qa/blob/master/howto-release.adoc was: RichFaces version: {{4.5.3.Final}} RichFaces tag: {{[4.5.3.Final|https://github.com/richfaces/richfaces/releases/tag/4.5.3.Final]}} Metamer tag: {{4.5.3.20150304-Final}} Shared Stage: https://repository.jboss.org/nexus/content/groups/staging/ Private stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4997 Archetype stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-4944 ---- More information can be found in RichFaces 4.X release testing process document [2]. [1] http://docs.jboss.org/jbossas/6/JSF_Guide/en-US/html_single/index.html#changing.jsf.config [2] https://github.com/richfaces/richfaces-qa/blob/master/howto-release.adoc > RichFaces 4.5.4.Final Release > ----------------------------- > > Key: RFPL-3759 > URL: https://issues.jboss.org/browse/RFPL-3759 > Project: RichFaces Planning > Issue Type: Task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Priority: Blocker > Fix For: 4.5.4 > > Original Estimate: 2 days > Remaining Estimate: 2 days > > RichFaces version: {{4.5.4.Final}} > RichFaces tag: {{[4.5.4.Final|https://github.com/richfaces/richfaces/releases/tag/4.5.4.Final]}} > Metamer tag: {{4.5.3.20150304-Final}} > Shared Stage: https://repository.jboss.org/nexus/content/groups/staging/ > Private stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-5140 > Archetype stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-5142 > ---- > More information can be found in RichFaces 4.X release testing process document [2]. > [1] http://docs.jboss.org/jbossas/6/JSF_Guide/en-US/html_single/index.html#changing.jsf.config > [2] https://github.com/richfaces/richfaces-qa/blob/master/howto-release.adoc -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Wed Mar 25 10:34:19 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 25 Mar 2015 10:34:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3762) Tag, build, and stage Final release, publish tag to GitHub In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3762. --------------------------------- Resolution: Done > Tag, build, and stage Final release, publish tag to GitHub > ---------------------------------------------------------- > > Key: RFPL-3762 > URL: https://issues.jboss.org/browse/RFPL-3762 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > > Be sure to *do not tag a release before release notes have been updated*. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 03:56:23 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 03:56:23 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3779) RichFaces 4.5.4.Final release testing In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3779: ----------------------------------- Summary: RichFaces 4.5.4.Final release testing Key: RFPL-3779 URL: https://issues.jboss.org/browse/RFPL-3779 Project: RichFaces Planning Issue Type: Task Components: QE Reporter: Pavol Pitonak Assignee: Pavol Pitonak Fix For: 4.5.3 release info in main release jira (RFPL-3719) -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 03:56:23 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 03:56:23 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3780) Tag and release Metamer and tests In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3780: ----------------------------------- Summary: Tag and release Metamer and tests Key: RFPL-3780 URL: https://issues.jboss.org/browse/RFPL-3780 Project: RichFaces Planning Issue Type: Sub-task Components: QE Reporter: Pavol Pitonak Assignee: Pavol Pitonak Fix For: 4.5.3 https://github.com/richfaces/richfaces-qa/blob/master/howto-release.adoc -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 03:56:23 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 03:56:23 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3781) Configure and fire all release build under RF-Rel view in Jenkins In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3781: ----------------------------------- Summary: Configure and fire all release build under RF-Rel view in Jenkins Key: RFPL-3781 URL: https://issues.jboss.org/browse/RFPL-3781 Project: RichFaces Planning Issue Type: Sub-task Components: QE Reporter: Pavol Pitonak Assignee: Pavol Pitonak Fix For: 4.5.3 Run all jobs with prefix richfaces-4.5-release in https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view/Release and review the results -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 03:56:23 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 03:56:23 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3782) Configure and fire automated build for Showcase in Jenkins In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3782: ----------------------------------- Summary: Configure and fire automated build for Showcase in Jenkins Key: RFPL-3782 URL: https://issues.jboss.org/browse/RFPL-3782 Project: RichFaces Planning Issue Type: Sub-task Components: QE Reporter: Pavol Pitonak Assignee: Matej Novotny Fix For: 4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 03:56:23 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 03:56:23 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3783) Configure and fire automated build for Showcase in Jenkins in HTTPS setup In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3783: ----------------------------------- Summary: Configure and fire automated build for Showcase in Jenkins in HTTPS setup Key: RFPL-3783 URL: https://issues.jboss.org/browse/RFPL-3783 Project: RichFaces Planning Issue Type: Sub-task Components: QE Reporter: Pavol Pitonak Assignee: Matej Novotny Fix For: 4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 03:56:24 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 03:56:24 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3784) Manually test Metamer with WildFly 8.2 and Mojarra on IE11 In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3784: ----------------------------------- Summary: Manually test Metamer with WildFly 8.2 and Mojarra on IE11 Key: RFPL-3784 URL: https://issues.jboss.org/browse/RFPL-3784 Project: RichFaces Planning Issue Type: Sub-task Components: QE Reporter: Pavol Pitonak Assignee: Ji?? ?tefek Fix For: 4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 03:56:24 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 03:56:24 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3785) Manually test Metamer with WildFly 8.2 and Mojarra on Chrome In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3785: ----------------------------------- Summary: Manually test Metamer with WildFly 8.2 and Mojarra on Chrome Key: RFPL-3785 URL: https://issues.jboss.org/browse/RFPL-3785 Project: RichFaces Planning Issue Type: Sub-task Components: QE Reporter: Pavol Pitonak Assignee: Pavol Pitonak Fix For: 4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 03:56:24 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 03:56:24 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3786) Manually test Metamer with Tomcat 8 and Mojarra on IE10 In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3786: ----------------------------------- Summary: Manually test Metamer with Tomcat 8 and Mojarra on IE10 Key: RFPL-3786 URL: https://issues.jboss.org/browse/RFPL-3786 Project: RichFaces Planning Issue Type: Sub-task Components: QE Reporter: Pavol Pitonak Assignee: Ji?? ?tefek Fix For: 4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 03:56:25 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 03:56:25 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3787) Test Metamer resourceMapping options on WildFly 8.2 In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3787: ----------------------------------- Summary: Test Metamer resourceMapping options on WildFly 8.2 Key: RFPL-3787 URL: https://issues.jboss.org/browse/RFPL-3787 Project: RichFaces Planning Issue Type: Sub-task Components: QE Reporter: Pavol Pitonak Assignee: Ji?? ?tefek Fix For: 4.5.3 Since there are some thing which are not enough covered by ftests, have a look at various resourceMapping configurations and how it looks like live. Test in Metamer on latest WildFly 8.2. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 03:56:25 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 03:56:25 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3788) Manually test Showcase with WildFly 8.2 and Mojarra on Firefox In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3788: ----------------------------------- Summary: Manually test Showcase with WildFly 8.2 and Mojarra on Firefox Key: RFPL-3788 URL: https://issues.jboss.org/browse/RFPL-3788 Project: RichFaces Planning Issue Type: Sub-task Components: QE Reporter: Pavol Pitonak Assignee: Matej Novotny Fix For: 4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 03:56:25 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 03:56:25 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3789) Manually smoke test Showcase with WildFly 8.2 and Mojarra on mobile phones In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3789: ----------------------------------- Summary: Manually smoke test Showcase with WildFly 8.2 and Mojarra on mobile phones Key: RFPL-3789 URL: https://issues.jboss.org/browse/RFPL-3789 Project: RichFaces Planning Issue Type: Sub-task Components: QE Reporter: Pavol Pitonak Assignee: Matej Novotny Fix For: 4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 03:56:25 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 03:56:25 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3790) Manually smoke test Showcase with WildFly 8.2 and Mojarra on tablets In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3790: ----------------------------------- Summary: Manually smoke test Showcase with WildFly 8.2 and Mojarra on tablets Key: RFPL-3790 URL: https://issues.jboss.org/browse/RFPL-3790 Project: RichFaces Planning Issue Type: Sub-task Components: QE Reporter: Pavol Pitonak Assignee: Matej Novotny Fix For: 4.5.3 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 03:56:25 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 03:56:25 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3791) Manually smoke test Showcase with Tomcat 8 and MyFaces on tablets In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3791: ----------------------------------- Summary: Manually smoke test Showcase with Tomcat 8 and MyFaces on tablets Key: RFPL-3791 URL: https://issues.jboss.org/browse/RFPL-3791 Project: RichFaces Planning Issue Type: Sub-task Components: QE Reporter: Pavol Pitonak Assignee: Ji?? ?tefek Fix For: 4.5.3 Do this task only when a MyFaces-specific bug was fixed in RichFaces or when MyFaces dependency was upgraded ([search link|https://issues.jboss.org/browse/RFPL-3599?jql=project%20in%20%28RFPL%2C%20RF%29%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%204.5.3%20AND%20%28labels%20%3D%20myfaces%20OR%20text%20~%20%22myfaces%22%29]). -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 03:56:26 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 03:56:26 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3792) Verify archetypes In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3792: ----------------------------------- Summary: Verify archetypes Key: RFPL-3792 URL: https://issues.jboss.org/browse/RFPL-3792 Project: RichFaces Planning Issue Type: Sub-task Components: QE Reporter: Pavol Pitonak Assignee: Matej Novotny Fix For: 4.5.3 * simpleapp on desktop {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.5.3.Final -DgroupId=org.richfaces.test -DartifactId=simpleapp-test -Denterprise=false -Dmobile-optimized=false{code} * simpleapp on mobile {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.5.3.Final -DgroupId=org.richfaces.test -DartifactId=simpleapp-test -Denterprise=false -Dmobile-optimized=true{code} * kitchensink on desktop and mobile {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-kitchensink -DarchetypeVersion=4.5.3.Final -DgroupId=org.richfaces.test -DartifactId=kitchensink-test -Denterprise=false{code} -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 03:56:26 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 03:56:26 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3793) Test RichFaces with JBDS 8.0.2 In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3793: ----------------------------------- Summary: Test RichFaces with JBDS 8.0.2 Key: RFPL-3793 URL: https://issues.jboss.org/browse/RFPL-3793 Project: RichFaces Planning Issue Type: Sub-task Components: QE Reporter: Pavol Pitonak Assignee: Matej Novotny Fix For: 4.5.3 *In case of any changes and/or inaccuracy be sure to update this description.* # create a new Maven project and deploy it to WildFly 8.2 and Tomcat 8 #* File -> New -> Other #* Select {{Maven Project}} #* Once prompted to choose archetype, add new repository to Catalog #** As address you are going to need the staging repo URL #* Choose simple-app from the newly added repo (e.g. with correct RF version) #* Test with Tomcat (no changes needed) #* Test with Wildfly #** Need to activate {{jee6}} profile # create a new Ant project and deploy it to WildFly 8.2 and Tomcat 8 #* File -> New -> Other #* Select {{JSF Project}} & when prompted choose 'Kickstars without libs' #* Finish the wizard, you can install Wildfly and Tomcat servers at this point #* Get RF Distribution (from staged repo in ZIP format) and add JAR files (with RF and mandatory libs) to this new project #* Download javax.faces JAR (or myfaces) => this is *only* needed for Tomcat so add only if you wish to deploy app there #* As a template you can use RF simple-app archetype and copy following things to ant project, if possible preserve the structure: #** RichBean.java #** index.xhtml #** templates (whole folder) #* Add following to the web.xml (it only maps index page to localhost:8080/app_name) #** {code} faces/index.xhtml {code} #* At this point, app should be buildable and deployable and accessible at {{localhost:8080/app_name}} #* Test on Wildfly #* Add JSF implementation JAR to libraries, rebuild and test on Tomcat #** Based on JSF impl chosen you might come across following bug: https://java.net/jira/browse/JAVASERVERFACES-3400 #** Workaround is to change RichBean from {{ViewScoped}} to {{SessionScoped}} # Try to import existing Maven project #* Make use of Showcase in RF distribution ZIP and import that #* To deploy with Tomcat no additional settings is needed #* To deploy with Wildfly tou need to activate {{jbas71 profile}} # 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 SNAPSHOT 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 *The last step has sever substeps. This steps can be performed when RichFaces are in maven central repository. Do the following:* 1) I use latest stable JBDS, e.g. for this release 8.0.0 downloaded from this site https://www.jboss.org/products/devstudio/download/ 2) Download particular project-examples-shared-VERSION.xml from this site. I download the file with the biggest version number. http://download.jboss.org/jbosstools/examples/ 4) Alter the project-examples-shared-VERSION.xml in this way comment lines richfaces-archetype-kitchensink and richfaces-kitchensink un-comment lines which contain comment: unnecessary when a stacksId is used (only for richfaces part). change the version of the richfaces-archetype-kitchensink to the released one, e.g. for this release 4.5.0.Beta1 save it 5) In JBDS, Preferences --> JBoss Tools --> Project Examples --> add new site, which points to the edited .xml file. 6) Shut down JBDS in your local ~/.m2/settings.xml turn off all JBoss repositories (or in other global settings). So Any project will be built only from Maven central repositories. Remove all richfaces artifacts from your local repository, so they will be downloaded when necessary. 7) Start JBDS. 8) In JBoss Central (the start page), click on the Project Exampels Wizard, located next to Start from sample header 9) Check show experimental sites 10) From select box choose your site. 11) Create RichFaces project. 12) It should download artifacts only from Maven Central, and it should be deployable. Test it only on Wildfly. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 03:56:26 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 03:56:26 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3794) Smoke test Showcase on OpenShift In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3794: ----------------------------------- Summary: Smoke test Showcase on OpenShift Key: RFPL-3794 URL: https://issues.jboss.org/browse/RFPL-3794 Project: RichFaces Planning Issue Type: Sub-task Components: QE Reporter: Pavol Pitonak Assignee: Matej Novotny Fix For: 4.5.3 Steps to test: # Get OpenShift account here: [https://www.openshift.com/] # Add application, use EAP, choose public URL and such - initial app will be created and deployed. #* Should you need to create a SSH key follow [this|https://help.github.com/articles/generating-ssh-keys] link. # GIT repository was created and is accessible, link is visible via "My Applications" tab - copy it to your local machine. # Obtain a .war file of the Showcase application [here|https://repository.jboss.org/nexus/content/groups/staging/org/richfaces/examples/richfaces-showcase/4.3.4.Final/richfaces-showcase-4.3.4.Final-openshift.war] # Go to GIT repo and delete pom.xml file (initial project will not be build then) and copy .war file into deployment folder # Commit the changes from repository folder using following commands: #* git add -A #* git commit -m "some message" #* git push # The application will deploy and you can access it using link visible under "My Applications" tab NOTE: Sometimes during push there might be a failure (error in demultiplexer, app gear wont be able to restart). This is *not* connected to Showcase or RichFaces, its rather a problem with small gear (not being sufficient) or openshift or corrupted git repo. Simpliest solution is to delete the application and repeat the whole process. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 03:56:26 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 03:56:26 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3795) Verify and close resolved issues In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3795: ----------------------------------- Summary: Verify and close resolved issues Key: RFPL-3795 URL: https://issues.jboss.org/browse/RFPL-3795 Project: RichFaces Planning Issue Type: Sub-task Components: QE Reporter: Pavol Pitonak Assignee: Ji?? ?tefek Fix For: 4.5.3 Verify fixed bugs and close Jira. https://issues.jboss.org/browse/RF-13861?jql=project%20%3D%20RF%20AND%20status%20%3D%20Resolved%20AND%20resolution%20%3D%20Done%20AND%20fixVersion%20%3D%204.5.3%20ORDER%20BY%20key%20ASC -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 03:56:27 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 03:56:27 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3796) Test RichRates In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3796: ----------------------------------- Summary: Test RichRates Key: RFPL-3796 URL: https://issues.jboss.org/browse/RFPL-3796 Project: RichFaces Planning Issue Type: Sub-task Components: QE Reporter: Pavol Pitonak Assignee: Pavol Pitonak Priority: Minor Fix For: 4.5.3 You can find latest version of RichRates in https://github.com/ppitonak/richrates It's sufficient to change version of RichFaces in pom.xml to the current release's version and run all automated tests in Firefox and PhantomJS using {code} mvn clean verify -P wildfly-managed-8-2,all-tests mvn clean verify -P wildfly-managed-8-2,all-tests -D arq.extension.webdriver.browser=phantomjs {code} -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 03:57:19 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 03:57:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3779) RichFaces 4.5.4.Final release testing In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3779: -------------------------------- Fix Version/s: 4.5.4 (was: 4.5.3) > RichFaces 4.5.4.Final release testing > ------------------------------------- > > Key: RFPL-3779 > URL: https://issues.jboss.org/browse/RFPL-3779 > Project: RichFaces Planning > Issue Type: Task > Components: QE > Reporter: Pavol Pitonak > Assignee: Pavol Pitonak > Fix For: 4.5.4 > > > release info in main release jira (RFPL-3719) -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 03:57:19 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 03:57:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3779) RichFaces 4.5.4.Final release testing In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3779: -------------------------------- Description: release info in main release jira (RFPL-3759) (was: release info in main release jira (RFPL-3719)) > RichFaces 4.5.4.Final release testing > ------------------------------------- > > Key: RFPL-3779 > URL: https://issues.jboss.org/browse/RFPL-3779 > Project: RichFaces Planning > Issue Type: Task > Components: QE > Reporter: Pavol Pitonak > Assignee: Pavol Pitonak > Fix For: 4.5.4 > > > release info in main release jira (RFPL-3759) -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:01:20 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:01:20 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3780) Tag and release Metamer and tests In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3780: -------------------------------- Fix Version/s: 4.5.4 (was: 4.5.3) > Tag and release Metamer and tests > --------------------------------- > > Key: RFPL-3780 > URL: https://issues.jboss.org/browse/RFPL-3780 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Pavol Pitonak > Fix For: 4.5.4 > > > https://github.com/richfaces/richfaces-qa/blob/master/howto-release.adoc -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:01:20 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:01:20 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3781) Configure and fire all release build under RF-Rel view in Jenkins In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3781: -------------------------------- Fix Version/s: 4.5.4 (was: 4.5.3) > Configure and fire all release build under RF-Rel view in Jenkins > ----------------------------------------------------------------- > > Key: RFPL-3781 > URL: https://issues.jboss.org/browse/RFPL-3781 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Pavol Pitonak > Fix For: 4.5.4 > > > Run all jobs with prefix richfaces-4.5-release in https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view/Release and review the results -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:01:20 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:01:20 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3782) Configure and fire automated build for Showcase in Jenkins In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3782: -------------------------------- Fix Version/s: 4.5.4 (was: 4.5.3) > Configure and fire automated build for Showcase in Jenkins > ---------------------------------------------------------- > > Key: RFPL-3782 > URL: https://issues.jboss.org/browse/RFPL-3782 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:01:20 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:01:20 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3783) Configure and fire automated build for Showcase in Jenkins in HTTPS setup In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3783: -------------------------------- Fix Version/s: 4.5.4 (was: 4.5.3) > Configure and fire automated build for Showcase in Jenkins in HTTPS setup > ------------------------------------------------------------------------- > > Key: RFPL-3783 > URL: https://issues.jboss.org/browse/RFPL-3783 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:01:21 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:01:21 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3784) Manually test Metamer with WildFly 8.2 and Mojarra on IE11 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3784: -------------------------------- Fix Version/s: 4.5.4 (was: 4.5.3) > Manually test Metamer with WildFly 8.2 and Mojarra on IE11 > ---------------------------------------------------------- > > Key: RFPL-3784 > URL: https://issues.jboss.org/browse/RFPL-3784 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:01:21 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:01:21 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3785) Manually test Metamer with WildFly 8.2 and Mojarra on Chrome In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3785: -------------------------------- Fix Version/s: 4.5.4 (was: 4.5.3) > Manually test Metamer with WildFly 8.2 and Mojarra on Chrome > ------------------------------------------------------------ > > Key: RFPL-3785 > URL: https://issues.jboss.org/browse/RFPL-3785 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Pavol Pitonak > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:01:22 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:01:22 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3786) Manually test Metamer with Tomcat 8 and Mojarra on IE10 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3786: -------------------------------- Fix Version/s: 4.5.4 (was: 4.5.3) > Manually test Metamer with Tomcat 8 and Mojarra on IE10 > ------------------------------------------------------- > > Key: RFPL-3786 > URL: https://issues.jboss.org/browse/RFPL-3786 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:02:20 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:02:20 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3787) Test Metamer resourceMapping options on WildFly 8.2 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3787: -------------------------------- Fix Version/s: 4.5.4 (was: 4.5.3) > Test Metamer resourceMapping options on WildFly 8.2 > --------------------------------------------------- > > Key: RFPL-3787 > URL: https://issues.jboss.org/browse/RFPL-3787 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.4 > > > Since there are some thing which are not enough covered by ftests, have a look at various resourceMapping configurations and how it looks like live. > Test in Metamer on latest WildFly 8.2. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:02:20 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:02:20 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3788) Manually test Showcase with WildFly 8.2 and Mojarra on Firefox In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3788: -------------------------------- Fix Version/s: 4.5.4 (was: 4.5.3) > Manually test Showcase with WildFly 8.2 and Mojarra on Firefox > -------------------------------------------------------------- > > Key: RFPL-3788 > URL: https://issues.jboss.org/browse/RFPL-3788 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:02:20 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:02:20 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3789) Manually smoke test Showcase with WildFly 8.2 and Mojarra on mobile phones In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3789: -------------------------------- Fix Version/s: 4.5.4 (was: 4.5.3) > Manually smoke test Showcase with WildFly 8.2 and Mojarra on mobile phones > -------------------------------------------------------------------------- > > Key: RFPL-3789 > URL: https://issues.jboss.org/browse/RFPL-3789 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:02:21 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:02:21 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3790) Manually smoke test Showcase with WildFly 8.2 and Mojarra on tablets In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3790: -------------------------------- Fix Version/s: 4.5.4 (was: 4.5.3) > Manually smoke test Showcase with WildFly 8.2 and Mojarra on tablets > -------------------------------------------------------------------- > > Key: RFPL-3790 > URL: https://issues.jboss.org/browse/RFPL-3790 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:02:21 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:02:21 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3791) Manually smoke test Showcase with Tomcat 8 and MyFaces on tablets In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3791: -------------------------------- Fix Version/s: 4.5.4 (was: 4.5.3) > Manually smoke test Showcase with Tomcat 8 and MyFaces on tablets > ----------------------------------------------------------------- > > Key: RFPL-3791 > URL: https://issues.jboss.org/browse/RFPL-3791 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.4 > > > Do this task only when a MyFaces-specific bug was fixed in RichFaces or when MyFaces dependency was upgraded ([search link|https://issues.jboss.org/browse/RFPL-3599?jql=project%20in%20%28RFPL%2C%20RF%29%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%204.5.3%20AND%20%28labels%20%3D%20myfaces%20OR%20text%20~%20%22myfaces%22%29]). -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:02:22 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:02:22 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3791) Manually smoke test Showcase with Tomcat 8 and MyFaces on tablets In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3791: -------------------------------- Description: Do this task only when a MyFaces-specific bug was fixed in RichFaces or when MyFaces dependency was upgraded ([search link|https://issues.jboss.org/browse/RFPL-3599?jql=project%20in%20%28RFPL%2C%20RF%29%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%204.5.4%20AND%20%28labels%20%3D%20myfaces%20OR%20text%20~%20%22myfaces%22%29]). (was: Do this task only when a MyFaces-specific bug was fixed in RichFaces or when MyFaces dependency was upgraded ([search link|https://issues.jboss.org/browse/RFPL-3599?jql=project%20in%20%28RFPL%2C%20RF%29%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%204.5.3%20AND%20%28labels%20%3D%20myfaces%20OR%20text%20~%20%22myfaces%22%29]).) > Manually smoke test Showcase with Tomcat 8 and MyFaces on tablets > ----------------------------------------------------------------- > > Key: RFPL-3791 > URL: https://issues.jboss.org/browse/RFPL-3791 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.4 > > > Do this task only when a MyFaces-specific bug was fixed in RichFaces or when MyFaces dependency was upgraded ([search link|https://issues.jboss.org/browse/RFPL-3599?jql=project%20in%20%28RFPL%2C%20RF%29%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%204.5.4%20AND%20%28labels%20%3D%20myfaces%20OR%20text%20~%20%22myfaces%22%29]). -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:02:22 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:02:22 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3792) Verify archetypes In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3792: -------------------------------- Fix Version/s: 4.5.4 (was: 4.5.3) > Verify archetypes > ----------------- > > Key: RFPL-3792 > URL: https://issues.jboss.org/browse/RFPL-3792 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.4 > > > * simpleapp on desktop > {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.5.3.Final -DgroupId=org.richfaces.test -DartifactId=simpleapp-test -Denterprise=false -Dmobile-optimized=false{code} > * simpleapp on mobile > {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.5.3.Final -DgroupId=org.richfaces.test -DartifactId=simpleapp-test -Denterprise=false -Dmobile-optimized=true{code} > * kitchensink on desktop and mobile > {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-kitchensink -DarchetypeVersion=4.5.3.Final -DgroupId=org.richfaces.test -DartifactId=kitchensink-test -Denterprise=false{code} -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:02:23 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:02:23 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3792) Verify archetypes In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3792: -------------------------------- Description: * simpleapp on desktop {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.5.4.Final -DgroupId=org.richfaces.test -DartifactId=simpleapp-test -Denterprise=false -Dmobile-optimized=false{code} * simpleapp on mobile {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.5.4.Final -DgroupId=org.richfaces.test -DartifactId=simpleapp-test -Denterprise=false -Dmobile-optimized=true{code} * kitchensink on desktop and mobile {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-kitchensink -DarchetypeVersion=4.5.4.Final -DgroupId=org.richfaces.test -DartifactId=kitchensink-test -Denterprise=false{code} was: * simpleapp on desktop {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.5.3.Final -DgroupId=org.richfaces.test -DartifactId=simpleapp-test -Denterprise=false -Dmobile-optimized=false{code} * simpleapp on mobile {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.5.3.Final -DgroupId=org.richfaces.test -DartifactId=simpleapp-test -Denterprise=false -Dmobile-optimized=true{code} * kitchensink on desktop and mobile {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-kitchensink -DarchetypeVersion=4.5.3.Final -DgroupId=org.richfaces.test -DartifactId=kitchensink-test -Denterprise=false{code} > Verify archetypes > ----------------- > > Key: RFPL-3792 > URL: https://issues.jboss.org/browse/RFPL-3792 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.4 > > > * simpleapp on desktop > {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.5.4.Final -DgroupId=org.richfaces.test -DartifactId=simpleapp-test -Denterprise=false -Dmobile-optimized=false{code} > * simpleapp on mobile > {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.5.4.Final -DgroupId=org.richfaces.test -DartifactId=simpleapp-test -Denterprise=false -Dmobile-optimized=true{code} > * kitchensink on desktop and mobile > {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-kitchensink -DarchetypeVersion=4.5.4.Final -DgroupId=org.richfaces.test -DartifactId=kitchensink-test -Denterprise=false{code} -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:03:20 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:03:20 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3793) Test RichFaces with JBDS 8.0.2 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3793: -------------------------------- Fix Version/s: 4.5.4 (was: 4.5.3) > Test RichFaces with JBDS 8.0.2 > ------------------------------ > > Key: RFPL-3793 > URL: https://issues.jboss.org/browse/RFPL-3793 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.4 > > > *In case of any changes and/or inaccuracy be sure to update this description.* > # create a new Maven project and deploy it to WildFly 8.2 and Tomcat 8 > #* File -> New -> Other > #* Select {{Maven Project}} > #* Once prompted to choose archetype, add new repository to Catalog > #** As address you are going to need the staging repo URL > #* Choose simple-app from the newly added repo (e.g. with correct RF version) > #* Test with Tomcat (no changes needed) > #* Test with Wildfly > #** Need to activate {{jee6}} profile > # create a new Ant project and deploy it to WildFly 8.2 and Tomcat 8 > #* File -> New -> Other > #* Select {{JSF Project}} & when prompted choose 'Kickstars without libs' > #* Finish the wizard, you can install Wildfly and Tomcat servers at this point > #* Get RF Distribution (from staged repo in ZIP format) and add JAR files (with RF and mandatory libs) to this new project > #* Download javax.faces JAR (or myfaces) => this is *only* needed for Tomcat so add only if you wish to deploy app there > #* As a template you can use RF simple-app archetype and copy following things to ant project, if possible preserve the structure: > #** RichBean.java > #** index.xhtml > #** templates (whole folder) > #* Add following to the web.xml (it only maps index page to localhost:8080/app_name) > #** {code} > faces/index.xhtml > {code} > #* At this point, app should be buildable and deployable and accessible at {{localhost:8080/app_name}} > #* Test on Wildfly > #* Add JSF implementation JAR to libraries, rebuild and test on Tomcat > #** Based on JSF impl chosen you might come across following bug: https://java.net/jira/browse/JAVASERVERFACES-3400 > #** Workaround is to change RichBean from {{ViewScoped}} to {{SessionScoped}} > # Try to import existing Maven project > #* Make use of Showcase in RF distribution ZIP and import that > #* To deploy with Tomcat no additional settings is needed > #* To deploy with Wildfly tou need to activate {{jbas71 profile}} > # 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 SNAPSHOT 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 > *The last step has sever substeps. This steps can be performed when RichFaces are in maven central repository. Do the following:* > 1) I use latest stable JBDS, e.g. for this release 8.0.0 downloaded from this site https://www.jboss.org/products/devstudio/download/ > 2) Download particular project-examples-shared-VERSION.xml from this site. I download the file with the biggest version number. http://download.jboss.org/jbosstools/examples/ > 4) Alter the project-examples-shared-VERSION.xml in this way > comment lines richfaces-archetype-kitchensink and richfaces-kitchensink > un-comment lines which contain comment: unnecessary when a stacksId is used (only for richfaces part). > change the version of the richfaces-archetype-kitchensink to the released one, e.g. for this release 4.5.0.Beta1 > save it > 5) In JBDS, Preferences --> JBoss Tools --> Project Examples --> add new site, which points to the edited .xml file. > 6) Shut down JBDS > in your local ~/.m2/settings.xml turn off all JBoss repositories (or in other global settings). So Any project will be built only from Maven central repositories. > Remove all richfaces artifacts from your local repository, so they will be downloaded when necessary. > 7) Start JBDS. > 8) In JBoss Central (the start page), click on the Project Exampels Wizard, located next to Start from sample header > 9) Check show experimental sites > 10) From select box choose your site. > 11) Create RichFaces project. > 12) It should download artifacts only from Maven Central, and it should be deployable. Test it only on Wildfly. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:03:20 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:03:20 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3793) Test RichFaces with JBDS 8.0.2 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3793: -------------------------------- Description: *In case of any changes and/or inaccuracy be sure to update this description.* # create a new Maven project and deploy it to WildFly 8.2 and Tomcat 8 #* File -> New -> Other #* Select {{Maven Project}} #* Once prompted to choose archetype, add new repository to Catalog #** As address you are going to need the staging repo URL #* Choose simple-app from the newly added repo (e.g. with correct RF version) #* Test with Tomcat (no changes needed) #* Test with Wildfly #** Need to activate {{jee6}} profile # create a new Ant project and deploy it to WildFly 8.2 and Tomcat 8 #* File -> New -> Other #* Select {{JSF Project}} & when prompted choose 'Kickstars without libs' #* Finish the wizard, you can install Wildfly and Tomcat servers at this point #* Get RF Distribution (from staged repo in ZIP format) and add JAR files (with RF and mandatory libs) to this new project #* Download javax.faces JAR (or myfaces) => this is *only* needed for Tomcat so add only if you wish to deploy app there #* As a template you can use RF simple-app archetype and copy following things to ant project, if possible preserve the structure: #** RichBean.java #** index.xhtml #** templates (whole folder) #* Add following to the web.xml (it only maps index page to localhost:8080/app_name) #** {code} faces/index.xhtml {code} #* At this point, app should be buildable and deployable and accessible at {{localhost:8080/app_name}} #* Test on Wildfly #* Add JSF implementation JAR to libraries, rebuild and test on Tomcat #** Based on JSF impl chosen you might come across following bug: https://java.net/jira/browse/JAVASERVERFACES-3400 #** Workaround is to change RichBean from {{ViewScoped}} to {{SessionScoped}} # Try to import existing Maven project #* Make use of Showcase in RF distribution ZIP and import that #* To deploy with Tomcat no additional settings is needed #* To deploy with Wildfly tou need to activate {{jbas71 profile}} # 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 SNAPSHOT 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 *The last step has sever substeps. This steps can be performed when RichFaces are in maven central repository. Do the following:* 1) I use latest stable JBDS, e.g. for this release 8.0.2 downloaded from this site https://www.jboss.org/products/devstudio/download/ 2) Download particular project-examples-shared-VERSION.xml from this site. I download the file with the biggest version number. http://download.jboss.org/jbosstools/examples/ 4) Alter the project-examples-shared-VERSION.xml in this way comment lines richfaces-archetype-kitchensink and richfaces-kitchensink un-comment lines which contain comment: unnecessary when a stacksId is used (only for richfaces part). change the version of the richfaces-archetype-kitchensink to the released one, e.g. for this release 4.5.0.Beta1 save it 5) In JBDS, Preferences --> JBoss Tools --> Project Examples --> add new site, which points to the edited .xml file. 6) Shut down JBDS in your local ~/.m2/settings.xml turn off all JBoss repositories (or in other global settings). So Any project will be built only from Maven central repositories. Remove all richfaces artifacts from your local repository, so they will be downloaded when necessary. 7) Start JBDS. 8) In JBoss Central (the start page), click on the Project Exampels Wizard, located next to Start from sample header 9) Check show experimental sites 10) From select box choose your site. 11) Create RichFaces project. 12) It should download artifacts only from Maven Central, and it should be deployable. Test it only on Wildfly. was: *In case of any changes and/or inaccuracy be sure to update this description.* # create a new Maven project and deploy it to WildFly 8.2 and Tomcat 8 #* File -> New -> Other #* Select {{Maven Project}} #* Once prompted to choose archetype, add new repository to Catalog #** As address you are going to need the staging repo URL #* Choose simple-app from the newly added repo (e.g. with correct RF version) #* Test with Tomcat (no changes needed) #* Test with Wildfly #** Need to activate {{jee6}} profile # create a new Ant project and deploy it to WildFly 8.2 and Tomcat 8 #* File -> New -> Other #* Select {{JSF Project}} & when prompted choose 'Kickstars without libs' #* Finish the wizard, you can install Wildfly and Tomcat servers at this point #* Get RF Distribution (from staged repo in ZIP format) and add JAR files (with RF and mandatory libs) to this new project #* Download javax.faces JAR (or myfaces) => this is *only* needed for Tomcat so add only if you wish to deploy app there #* As a template you can use RF simple-app archetype and copy following things to ant project, if possible preserve the structure: #** RichBean.java #** index.xhtml #** templates (whole folder) #* Add following to the web.xml (it only maps index page to localhost:8080/app_name) #** {code} faces/index.xhtml {code} #* At this point, app should be buildable and deployable and accessible at {{localhost:8080/app_name}} #* Test on Wildfly #* Add JSF implementation JAR to libraries, rebuild and test on Tomcat #** Based on JSF impl chosen you might come across following bug: https://java.net/jira/browse/JAVASERVERFACES-3400 #** Workaround is to change RichBean from {{ViewScoped}} to {{SessionScoped}} # Try to import existing Maven project #* Make use of Showcase in RF distribution ZIP and import that #* To deploy with Tomcat no additional settings is needed #* To deploy with Wildfly tou need to activate {{jbas71 profile}} # 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 SNAPSHOT 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 *The last step has sever substeps. This steps can be performed when RichFaces are in maven central repository. Do the following:* 1) I use latest stable JBDS, e.g. for this release 8.0.0 downloaded from this site https://www.jboss.org/products/devstudio/download/ 2) Download particular project-examples-shared-VERSION.xml from this site. I download the file with the biggest version number. http://download.jboss.org/jbosstools/examples/ 4) Alter the project-examples-shared-VERSION.xml in this way comment lines richfaces-archetype-kitchensink and richfaces-kitchensink un-comment lines which contain comment: unnecessary when a stacksId is used (only for richfaces part). change the version of the richfaces-archetype-kitchensink to the released one, e.g. for this release 4.5.0.Beta1 save it 5) In JBDS, Preferences --> JBoss Tools --> Project Examples --> add new site, which points to the edited .xml file. 6) Shut down JBDS in your local ~/.m2/settings.xml turn off all JBoss repositories (or in other global settings). So Any project will be built only from Maven central repositories. Remove all richfaces artifacts from your local repository, so they will be downloaded when necessary. 7) Start JBDS. 8) In JBoss Central (the start page), click on the Project Exampels Wizard, located next to Start from sample header 9) Check show experimental sites 10) From select box choose your site. 11) Create RichFaces project. 12) It should download artifacts only from Maven Central, and it should be deployable. Test it only on Wildfly. > Test RichFaces with JBDS 8.0.2 > ------------------------------ > > Key: RFPL-3793 > URL: https://issues.jboss.org/browse/RFPL-3793 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.4 > > > *In case of any changes and/or inaccuracy be sure to update this description.* > # create a new Maven project and deploy it to WildFly 8.2 and Tomcat 8 > #* File -> New -> Other > #* Select {{Maven Project}} > #* Once prompted to choose archetype, add new repository to Catalog > #** As address you are going to need the staging repo URL > #* Choose simple-app from the newly added repo (e.g. with correct RF version) > #* Test with Tomcat (no changes needed) > #* Test with Wildfly > #** Need to activate {{jee6}} profile > # create a new Ant project and deploy it to WildFly 8.2 and Tomcat 8 > #* File -> New -> Other > #* Select {{JSF Project}} & when prompted choose 'Kickstars without libs' > #* Finish the wizard, you can install Wildfly and Tomcat servers at this point > #* Get RF Distribution (from staged repo in ZIP format) and add JAR files (with RF and mandatory libs) to this new project > #* Download javax.faces JAR (or myfaces) => this is *only* needed for Tomcat so add only if you wish to deploy app there > #* As a template you can use RF simple-app archetype and copy following things to ant project, if possible preserve the structure: > #** RichBean.java > #** index.xhtml > #** templates (whole folder) > #* Add following to the web.xml (it only maps index page to localhost:8080/app_name) > #** {code} > faces/index.xhtml > {code} > #* At this point, app should be buildable and deployable and accessible at {{localhost:8080/app_name}} > #* Test on Wildfly > #* Add JSF implementation JAR to libraries, rebuild and test on Tomcat > #** Based on JSF impl chosen you might come across following bug: https://java.net/jira/browse/JAVASERVERFACES-3400 > #** Workaround is to change RichBean from {{ViewScoped}} to {{SessionScoped}} > # Try to import existing Maven project > #* Make use of Showcase in RF distribution ZIP and import that > #* To deploy with Tomcat no additional settings is needed > #* To deploy with Wildfly tou need to activate {{jbas71 profile}} > # 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 SNAPSHOT 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 > *The last step has sever substeps. This steps can be performed when RichFaces are in maven central repository. Do the following:* > 1) I use latest stable JBDS, e.g. for this release 8.0.2 downloaded from this site https://www.jboss.org/products/devstudio/download/ > 2) Download particular project-examples-shared-VERSION.xml from this site. I download the file with the biggest version number. http://download.jboss.org/jbosstools/examples/ > 4) Alter the project-examples-shared-VERSION.xml in this way > comment lines richfaces-archetype-kitchensink and richfaces-kitchensink > un-comment lines which contain comment: unnecessary when a stacksId is used (only for richfaces part). > change the version of the richfaces-archetype-kitchensink to the released one, e.g. for this release 4.5.0.Beta1 > save it > 5) In JBDS, Preferences --> JBoss Tools --> Project Examples --> add new site, which points to the edited .xml file. > 6) Shut down JBDS > in your local ~/.m2/settings.xml turn off all JBoss repositories (or in other global settings). So Any project will be built only from Maven central repositories. > Remove all richfaces artifacts from your local repository, so they will be downloaded when necessary. > 7) Start JBDS. > 8) In JBoss Central (the start page), click on the Project Exampels Wizard, located next to Start from sample header > 9) Check show experimental sites > 10) From select box choose your site. > 11) Create RichFaces project. > 12) It should download artifacts only from Maven Central, and it should be deployable. Test it only on Wildfly. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:03:20 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:03:20 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3794) Smoke test Showcase on OpenShift In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3794: -------------------------------- Fix Version/s: 4.5.4 (was: 4.5.3) > Smoke test Showcase on OpenShift > -------------------------------- > > Key: RFPL-3794 > URL: https://issues.jboss.org/browse/RFPL-3794 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.4 > > > Steps to test: > # Get OpenShift account here: [https://www.openshift.com/] > # Add application, use EAP, choose public URL and such - initial app will be created and deployed. > #* Should you need to create a SSH key follow [this|https://help.github.com/articles/generating-ssh-keys] link. > # GIT repository was created and is accessible, link is visible via "My Applications" tab - copy it to your local machine. > # Obtain a .war file of the Showcase application [here|https://repository.jboss.org/nexus/content/groups/staging/org/richfaces/examples/richfaces-showcase/4.3.4.Final/richfaces-showcase-4.3.4.Final-openshift.war] > # Go to GIT repo and delete pom.xml file (initial project will not be build then) and copy .war file into deployment folder > # Commit the changes from repository folder using following commands: > #* git add -A > #* git commit -m "some message" > #* git push > # The application will deploy and you can access it using link visible under "My Applications" tab > NOTE: Sometimes during push there might be a failure (error in demultiplexer, app gear wont be able to restart). This is *not* connected to Showcase or RichFaces, its rather a problem with small gear (not being sufficient) or openshift or corrupted git repo. Simpliest solution is to delete the application and repeat the whole process. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:03:21 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:03:21 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3795) Verify and close resolved issues In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3795: -------------------------------- Fix Version/s: 4.5.4 (was: 4.5.3) > Verify and close resolved issues > -------------------------------- > > Key: RFPL-3795 > URL: https://issues.jboss.org/browse/RFPL-3795 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.4 > > > Verify fixed bugs and close Jira. > https://issues.jboss.org/browse/RF-13861?jql=project%20%3D%20RF%20AND%20status%20%3D%20Resolved%20AND%20resolution%20%3D%20Done%20AND%20fixVersion%20%3D%204.5.3%20ORDER%20BY%20key%20ASC -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:03:21 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:03:21 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3795) Verify and close resolved issues In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3795: -------------------------------- Description: Verify fixed bugs and close Jira. https://issues.jboss.org/browse/RF-13861?jql=project%20%3D%20RF%20AND%20status%20%3D%20Resolved%20AND%20resolution%20%3D%20Done%20AND%20fixVersion%20%3D%204.5.4%20ORDER%20BY%20key%20ASC was: Verify fixed bugs and close Jira. https://issues.jboss.org/browse/RF-13861?jql=project%20%3D%20RF%20AND%20status%20%3D%20Resolved%20AND%20resolution%20%3D%20Done%20AND%20fixVersion%20%3D%204.5.3%20ORDER%20BY%20key%20ASC > Verify and close resolved issues > -------------------------------- > > Key: RFPL-3795 > URL: https://issues.jboss.org/browse/RFPL-3795 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.4 > > > Verify fixed bugs and close Jira. > https://issues.jboss.org/browse/RF-13861?jql=project%20%3D%20RF%20AND%20status%20%3D%20Resolved%20AND%20resolution%20%3D%20Done%20AND%20fixVersion%20%3D%204.5.4%20ORDER%20BY%20key%20ASC -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:04:20 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:04:20 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3796) Test RichRates In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3796: -------------------------------- Fix Version/s: 4.5.4 (was: 4.5.3) > Test RichRates > -------------- > > Key: RFPL-3796 > URL: https://issues.jboss.org/browse/RFPL-3796 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Pavol Pitonak > Priority: Minor > Fix For: 4.5.4 > > > You can find latest version of RichRates in https://github.com/ppitonak/richrates > It's sufficient to change version of RichFaces in pom.xml to the current release's version and run all automated tests in Firefox and PhantomJS using > {code} > mvn clean verify -P wildfly-managed-8-2,all-tests > mvn clean verify -P wildfly-managed-8-2,all-tests -D arq.extension.webdriver.browser=phantomjs > {code} -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:05:19 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:05:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3759) RichFaces 4.5.4.Final Release In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3759: -------------------------------- Description: RichFaces version: {{4.5.4.Final}} RichFaces tag: {{[4.5.4.Final|https://github.com/richfaces/richfaces/releases/tag/4.5.4.Final]}} Metamer tag: {{4.5.4.20150326-Final}} Shared Stage: https://repository.jboss.org/nexus/content/groups/staging/ Private stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-5140 Archetype stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-5142 ---- More information can be found in RichFaces 4.X release testing process document [2]. [1] http://docs.jboss.org/jbossas/6/JSF_Guide/en-US/html_single/index.html#changing.jsf.config [2] https://github.com/richfaces/richfaces-qa/blob/master/howto-release.adoc was: RichFaces version: {{4.5.4.Final}} RichFaces tag: {{[4.5.4.Final|https://github.com/richfaces/richfaces/releases/tag/4.5.4.Final]}} Metamer tag: {{4.5.3.20150304-Final}} Shared Stage: https://repository.jboss.org/nexus/content/groups/staging/ Private stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-5140 Archetype stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-5142 ---- More information can be found in RichFaces 4.X release testing process document [2]. [1] http://docs.jboss.org/jbossas/6/JSF_Guide/en-US/html_single/index.html#changing.jsf.config [2] https://github.com/richfaces/richfaces-qa/blob/master/howto-release.adoc > RichFaces 4.5.4.Final Release > ----------------------------- > > Key: RFPL-3759 > URL: https://issues.jboss.org/browse/RFPL-3759 > Project: RichFaces Planning > Issue Type: Task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Priority: Blocker > Fix For: 4.5.4 > > Original Estimate: 2 days > Remaining Estimate: 2 days > > RichFaces version: {{4.5.4.Final}} > RichFaces tag: {{[4.5.4.Final|https://github.com/richfaces/richfaces/releases/tag/4.5.4.Final]}} > Metamer tag: {{4.5.4.20150326-Final}} > Shared Stage: https://repository.jboss.org/nexus/content/groups/staging/ > Private stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-5140 > Archetype stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-5142 > ---- > More information can be found in RichFaces 4.X release testing process document [2]. > [1] http://docs.jboss.org/jbossas/6/JSF_Guide/en-US/html_single/index.html#changing.jsf.config > [2] https://github.com/richfaces/richfaces-qa/blob/master/howto-release.adoc -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:06:19 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:06:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3770) Closeout and resolve QE issues in RichFaces "RFPL" jira project for this release In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3770: -------------------------------- Description: https://issues.jboss.org/browse/RFPL-3608?jql=project%20%3D%20RFPL%20AND%20fixVersion%20%3D%204.5.4.Final%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20QE%20ORDER%20BY%20priority%20DESC (was: https://issues.jboss.org/browse/RFPL-3608?jql=project%20%3D%20RFPL%20AND%20fixVersion%20%3D%204.5.2.Final%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20QE%20ORDER%20BY%20priority%20DESC) > Closeout and resolve QE issues in RichFaces "RFPL" jira project for this release > -------------------------------------------------------------------------------- > > Key: RFPL-3770 > URL: https://issues.jboss.org/browse/RFPL-3770 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Pavol Pitonak > Fix For: 4.5.4 > > > https://issues.jboss.org/browse/RFPL-3608?jql=project%20%3D%20RFPL%20AND%20fixVersion%20%3D%204.5.4.Final%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20QE%20ORDER%20BY%20priority%20DESC -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:06:19 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:06:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3770) Closeout and resolve QE issues in RichFaces "RFPL" jira project for this release In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3770: -------------------------------- Description: https://issues.jboss.org/browse/RFPL-3608?jql=project%20%3D%20RFPL%20AND%20fixVersion%20%3D%204.5.4%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20QE%20ORDER%20BY%20priority%20DESC (was: https://issues.jboss.org/browse/RFPL-3608?jql=project%20%3D%20RFPL%20AND%20fixVersion%20%3D%204.5.4.Final%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20QE%20ORDER%20BY%20priority%20DESC) > Closeout and resolve QE issues in RichFaces "RFPL" jira project for this release > -------------------------------------------------------------------------------- > > Key: RFPL-3770 > URL: https://issues.jboss.org/browse/RFPL-3770 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Pavol Pitonak > Fix For: 4.5.4 > > > https://issues.jboss.org/browse/RFPL-3608?jql=project%20%3D%20RFPL%20AND%20fixVersion%20%3D%204.5.4%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20QE%20ORDER%20BY%20priority%20DESC -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:09:19 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:09:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3780) Tag and release Metamer and tests In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak resolved RFPL-3780. --------------------------------- Resolution: Done > Tag and release Metamer and tests > --------------------------------- > > Key: RFPL-3780 > URL: https://issues.jboss.org/browse/RFPL-3780 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Pavol Pitonak > Fix For: 4.5.4 > > > https://github.com/richfaces/richfaces-qa/blob/master/howto-release.adoc -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 04:26:19 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 04:26:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3796) Test RichRates In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak resolved RFPL-3796. --------------------------------- Resolution: Done > Test RichRates > -------------- > > Key: RFPL-3796 > URL: https://issues.jboss.org/browse/RFPL-3796 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Pavol Pitonak > Priority: Minor > Fix For: 4.5.4 > > > You can find latest version of RichRates in https://github.com/ppitonak/richrates > It's sufficient to change version of RichFaces in pom.xml to the current release's version and run all automated tests in Firefox and PhantomJS using > {code} > mvn clean verify -P wildfly-managed-8-2,all-tests > mvn clean verify -P wildfly-managed-8-2,all-tests -D arq.extension.webdriver.browser=phantomjs > {code} -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 06:33:19 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 06:33:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3770) Closeout and resolve QE issues in RichFaces "RFPL" jira project for this release In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak resolved RFPL-3770. --------------------------------- Resolution: Done > Closeout and resolve QE issues in RichFaces "RFPL" jira project for this release > -------------------------------------------------------------------------------- > > Key: RFPL-3770 > URL: https://issues.jboss.org/browse/RFPL-3770 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Pavol Pitonak > Fix For: 4.5.4 > > > https://issues.jboss.org/browse/RFPL-3608?jql=project%20%3D%20RFPL%20AND%20fixVersion%20%3D%204.5.4%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20QE%20ORDER%20BY%20priority%20DESC -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 11:05:19 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Thu, 26 Mar 2015 11:05:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3760) Closeout and resolve issues scheduled for this release version In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3760. --------------------------------- Resolution: Done > Closeout and resolve issues scheduled for this release version > -------------------------------------------------------------- > > Key: RFPL-3760 > URL: https://issues.jboss.org/browse/RFPL-3760 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Mar 26 11:54:19 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 26 Mar 2015 11:54:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3785) Manually test Metamer with WildFly 8.2 and Mojarra on Chrome In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak resolved RFPL-3785. --------------------------------- Resolution: Done > Manually test Metamer with WildFly 8.2 and Mojarra on Chrome > ------------------------------------------------------------ > > Key: RFPL-3785 > URL: https://issues.jboss.org/browse/RFPL-3785 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Pavol Pitonak > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 30 03:10:19 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Mon, 30 Mar 2015 03:10:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3784) Manually test Metamer with WildFly 8.2 and Mojarra on IE11 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek resolved RFPL-3784. ------------------------------- Resolution: Done > Manually test Metamer with WildFly 8.2 and Mojarra on IE11 > ---------------------------------------------------------- > > Key: RFPL-3784 > URL: https://issues.jboss.org/browse/RFPL-3784 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 30 04:28:19 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Mon, 30 Mar 2015 04:28:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3786) Manually test Metamer with Tomcat 8 and Mojarra on IE10 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek resolved RFPL-3786. ------------------------------- Resolution: Done Created RF-14004 > Manually test Metamer with Tomcat 8 and Mojarra on IE10 > ------------------------------------------------------- > > Key: RFPL-3786 > URL: https://issues.jboss.org/browse/RFPL-3786 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 30 04:32:19 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Mon, 30 Mar 2015 04:32:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3764) Review document updates In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek updated RFPL-3764: ------------------------------ Description: https://issues.jboss.org/browse/RFPL-3371?jql=project%3DRFPL%20and%20component%3Ddoc%20and%20fixVersion%3D4.5.4 (was: https://issues.jboss.org/browse/RFPL-3371?jql=project%3DRFPL%20and%20component%3Ddoc%20and%20fixVersion%3D4.5.3) > Review document updates > ----------------------- > > Key: RFPL-3764 > URL: https://issues.jboss.org/browse/RFPL-3764 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Ji?? ?tefek > Fix For: 4.5.4 > > > https://issues.jboss.org/browse/RFPL-3371?jql=project%3DRFPL%20and%20component%3Ddoc%20and%20fixVersion%3D4.5.4 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 30 04:39:19 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Mon, 30 Mar 2015 04:39:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3764) Review document updates In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek updated RFPL-3764: ------------------------------ Description: https://issues.jboss.org/browse/RFPL-3371?jql=project in (RFPL%2C RF) AND fixVersion %3D 4.5.4 AND component %3D doc (was: https://issues.jboss.org/browse/RFPL-3371?jql=project%3DRFPL%20and%20component%3Ddoc%20and%20fixVersion%3D4.5.4) > Review document updates > ----------------------- > > Key: RFPL-3764 > URL: https://issues.jboss.org/browse/RFPL-3764 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Ji?? ?tefek > Fix For: 4.5.4 > > > https://issues.jboss.org/browse/RFPL-3371?jql=project in (RFPL%2C RF) AND fixVersion %3D 4.5.4 AND component %3D doc -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 30 04:40:19 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Mon, 30 Mar 2015 04:40:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3764) Review document updates In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek updated RFPL-3764: ------------------------------ Description: https://issues.jboss.org/browse/RFPL-3371?jql=project%20in%20%28RFPL%2C%20RF%29%20AND%20fixVersion%20%3D%204.5.4%20AND%20component%20%3D%20doc (was: https://issues.jboss.org/browse/RFPL-3371?jql=project in (RFPL%2C RF) AND fixVersion %3D 4.5.4 AND component %3D doc) > Review document updates > ----------------------- > > Key: RFPL-3764 > URL: https://issues.jboss.org/browse/RFPL-3764 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Ji?? ?tefek > Fix For: 4.5.4 > > > https://issues.jboss.org/browse/RFPL-3371?jql=project%20in%20%28RFPL%2C%20RF%29%20AND%20fixVersion%20%3D%204.5.4%20AND%20component%20%3D%20doc -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 30 04:54:19 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Mon, 30 Mar 2015 04:54:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3795) Verify and close resolved issues In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek resolved RFPL-3795. ------------------------------- Resolution: Done All issues were verified and closed > Verify and close resolved issues > -------------------------------- > > Key: RFPL-3795 > URL: https://issues.jboss.org/browse/RFPL-3795 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.4 > > > Verify fixed bugs and close Jira. > https://issues.jboss.org/browse/RF-13861?jql=project%20%3D%20RF%20AND%20status%20%3D%20Resolved%20AND%20resolution%20%3D%20Done%20AND%20fixVersion%20%3D%204.5.4%20ORDER%20BY%20key%20ASC -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 30 05:09:19 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Mon, 30 Mar 2015 05:09:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3797) Component reference: add documentation for new collapsiblePanel's JS API functions In-Reply-To: References: Message-ID: Ji?? ?tefek created RFPL-3797: --------------------------------- Summary: Component reference: add documentation for new collapsiblePanel's JS API functions Key: RFPL-3797 URL: https://issues.jboss.org/browse/RFPL-3797 Project: RichFaces Planning Issue Type: Task Components: doc Affects Versions: 4.5.4 Reporter: Ji?? ?tefek Assignee: Ji?? ?tefek Fix For: 4.5.4 Add documentation about new JS API functions from RF-10350. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 30 05:14:19 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Mon, 30 Mar 2015 05:14:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3797) Component reference: add documentation for new collapsiblePanel's JS API functions In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek resolved RFPL-3797. ------------------------------- Resolution: Done > Component reference: add documentation for new collapsiblePanel's JS API functions > ---------------------------------------------------------------------------------- > > Key: RFPL-3797 > URL: https://issues.jboss.org/browse/RFPL-3797 > Project: RichFaces Planning > Issue Type: Task > Components: doc > Affects Versions: 4.5.4 > Reporter: Ji?? ?tefek > Assignee: Ji?? ?tefek > Fix For: 4.5.4 > > > Add documentation about new JS API functions from RF-10350. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 30 05:15:21 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Mon, 30 Mar 2015 05:15:21 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3797) Component reference: add documentation for new collapsiblePanel's JS API functions In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek closed RFPL-3797. ----------------------------- > Component reference: add documentation for new collapsiblePanel's JS API functions > ---------------------------------------------------------------------------------- > > Key: RFPL-3797 > URL: https://issues.jboss.org/browse/RFPL-3797 > Project: RichFaces Planning > Issue Type: Task > Components: doc > Affects Versions: 4.5.4 > Reporter: Ji?? ?tefek > Assignee: Ji?? ?tefek > Fix For: 4.5.4 > > > Add documentation about new JS API functions from RF-10350. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 30 05:15:21 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Mon, 30 Mar 2015 05:15:21 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3764) Review document updates In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek updated RFPL-3764: ------------------------------ Description: https://issues.jboss.org/browse/RFPL-3797?jql=project%20in%20%28RFPL%2C%20RF%29%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%204.5.4%20AND%20component%20%3D%20doc (was: https://issues.jboss.org/browse/RFPL-3371?jql=project%20in%20%28RFPL%2C%20RF%29%20AND%20fixVersion%20%3D%204.5.4%20AND%20component%20%3D%20doc) > Review document updates > ----------------------- > > Key: RFPL-3764 > URL: https://issues.jboss.org/browse/RFPL-3764 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Ji?? ?tefek > Fix For: 4.5.4 > > > https://issues.jboss.org/browse/RFPL-3797?jql=project%20in%20%28RFPL%2C%20RF%29%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%204.5.4%20AND%20component%20%3D%20doc -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 30 05:16:19 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Mon, 30 Mar 2015 05:16:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3764) Review document updates In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek resolved RFPL-3764. ------------------------------- Resolution: Done > Review document updates > ----------------------- > > Key: RFPL-3764 > URL: https://issues.jboss.org/browse/RFPL-3764 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Ji?? ?tefek > Fix For: 4.5.4 > > > https://issues.jboss.org/browse/RFPL-3797?jql=project%20in%20%28RFPL%2C%20RF%29%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%204.5.4%20AND%20component%20%3D%20doc -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 30 07:09:19 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Mon, 30 Mar 2015 07:09:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3791) Manually smoke test Showcase with Tomcat 8 and MyFaces on tablets In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek resolved RFPL-3791. ------------------------------- Resolution: Done > Manually smoke test Showcase with Tomcat 8 and MyFaces on tablets > ----------------------------------------------------------------- > > Key: RFPL-3791 > URL: https://issues.jboss.org/browse/RFPL-3791 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.4 > > > Do this task only when a MyFaces-specific bug was fixed in RichFaces or when MyFaces dependency was upgraded ([search link|https://issues.jboss.org/browse/RFPL-3599?jql=project%20in%20%28RFPL%2C%20RF%29%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%204.5.4%20AND%20%28labels%20%3D%20myfaces%20OR%20text%20~%20%22myfaces%22%29]). -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 30 08:04:19 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Mon, 30 Mar 2015 08:04:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3794) Smoke test Showcase on OpenShift In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak resolved RFPL-3794. --------------------------------- Resolution: Done > Smoke test Showcase on OpenShift > -------------------------------- > > Key: RFPL-3794 > URL: https://issues.jboss.org/browse/RFPL-3794 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.4 > > > Steps to test: > # Get OpenShift account here: [https://www.openshift.com/] > # Add application, use EAP, choose public URL and such - initial app will be created and deployed. > #* Should you need to create a SSH key follow [this|https://help.github.com/articles/generating-ssh-keys] link. > # GIT repository was created and is accessible, link is visible via "My Applications" tab - copy it to your local machine. > # Obtain a .war file of the Showcase application [here|https://repository.jboss.org/nexus/content/groups/staging/org/richfaces/examples/richfaces-showcase/4.3.4.Final/richfaces-showcase-4.3.4.Final-openshift.war] > # Go to GIT repo and delete pom.xml file (initial project will not be build then) and copy .war file into deployment folder > # Commit the changes from repository folder using following commands: > #* git add -A > #* git commit -m "some message" > #* git push > # The application will deploy and you can access it using link visible under "My Applications" tab > NOTE: Sometimes during push there might be a failure (error in demultiplexer, app gear wont be able to restart). This is *not* connected to Showcase or RichFaces, its rather a problem with small gear (not being sufficient) or openshift or corrupted git repo. Simpliest solution is to delete the application and repeat the whole process. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Mar 30 09:57:25 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Mon, 30 Mar 2015 09:57:25 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3787) Test Metamer resourceMapping options on WildFly 8.2 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek resolved RFPL-3787. ------------------------------- Resolution: Done verified with job, no problems found > Test Metamer resourceMapping options on WildFly 8.2 > --------------------------------------------------- > > Key: RFPL-3787 > URL: https://issues.jboss.org/browse/RFPL-3787 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.4 > > > Since there are some thing which are not enough covered by ftests, have a look at various resourceMapping configurations and how it looks like live. > Test in Metamer on latest WildFly 8.2. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 31 03:07:19 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Tue, 31 Mar 2015 03:07:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3788) Manually test Showcase with WildFly 8.2 and Mojarra on Firefox In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny resolved RFPL-3788. --------------------------------- Resolution: Done Done, no problems found. > Manually test Showcase with WildFly 8.2 and Mojarra on Firefox > -------------------------------------------------------------- > > Key: RFPL-3788 > URL: https://issues.jboss.org/browse/RFPL-3788 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 31 04:30:19 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Tue, 31 Mar 2015 04:30:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3789) Manually smoke test Showcase with WildFly 8.2 and Mojarra on mobile phones In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny resolved RFPL-3789. --------------------------------- Resolution: Done Done, no problems were found. > Manually smoke test Showcase with WildFly 8.2 and Mojarra on mobile phones > -------------------------------------------------------------------------- > > Key: RFPL-3789 > URL: https://issues.jboss.org/browse/RFPL-3789 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 31 04:43:19 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Tue, 31 Mar 2015 04:43:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3790) Manually smoke test Showcase with WildFly 8.2 and Mojarra on tablets In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny resolved RFPL-3790. --------------------------------- Resolution: Done Done, no problems found. > Manually smoke test Showcase with WildFly 8.2 and Mojarra on tablets > -------------------------------------------------------------------- > > Key: RFPL-3790 > URL: https://issues.jboss.org/browse/RFPL-3790 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 31 07:43:19 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Tue, 31 Mar 2015 07:43:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3782) Configure and fire automated build for Showcase in Jenkins In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny resolved RFPL-3782. --------------------------------- Resolution: Done > Configure and fire automated build for Showcase in Jenkins > ---------------------------------------------------------- > > Key: RFPL-3782 > URL: https://issues.jboss.org/browse/RFPL-3782 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 31 07:44:19 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Tue, 31 Mar 2015 07:44:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3783) Configure and fire automated build for Showcase in Jenkins in HTTPS setup In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny resolved RFPL-3783. --------------------------------- Resolution: Done As of now, https setup is broken, we need to take closer look into this and probably re-configure it from the scratch. > Configure and fire automated build for Showcase in Jenkins in HTTPS setup > ------------------------------------------------------------------------- > > Key: RFPL-3783 > URL: https://issues.jboss.org/browse/RFPL-3783 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 31 10:58:19 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Tue, 31 Mar 2015 10:58:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3765) Finalize/tag/release/upload the Final version of the documentation In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3765. --------------------------------- Resolution: Done > Finalize/tag/release/upload the Final version of the documentation > ------------------------------------------------------------------ > > Key: RFPL-3765 > URL: https://issues.jboss.org/browse/RFPL-3765 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > > Refer to the docs: > https://github.com/richfaces/richfaces-docs/blob/4.3.x/howto-release.adoc -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 31 10:58:20 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Tue, 31 Mar 2015 10:58:20 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3766) Generate and upload the CDK maven-based docs In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3766. --------------------------------- Resolution: Done > Generate and upload the CDK maven-based docs > -------------------------------------------- > > Key: RFPL-3766 > URL: https://issues.jboss.org/browse/RFPL-3766 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > > richfaces-resources-dependency-plugin -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 31 11:04:18 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Tue, 31 Mar 2015 11:04:18 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3768) Copy, and rename distribution and other download files to download server In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3768. --------------------------------- Resolution: Done > Copy, and rename distribution and other download files to download server > ------------------------------------------------------------------------- > > Key: RFPL-3768 > URL: https://issues.jboss.org/browse/RFPL-3768 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > > See the following mojo for details: > https://mojo.redhat.com/docs/DOC-67793 -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 31 11:08:22 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Tue, 31 Mar 2015 11:08:22 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3771) Verify uploaded release artifacts In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3771. --------------------------------- Resolution: Done > Verify uploaded release artifacts > --------------------------------- > > Key: RFPL-3771 > URL: https://issues.jboss.org/browse/RFPL-3771 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > > Run Jenkins job [1] after dev notifies QE that artifacts were copied to download server. > [1] https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view/Release/job/richfaces-4.5-release-verify-dist-bin -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 31 12:19:19 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Tue, 31 Mar 2015 12:19:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3772) Prep RichFaces project site for release In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3772. --------------------------------- Resolution: Done > Prep RichFaces project site for release > --------------------------------------- > > Key: RFPL-3772 > URL: https://issues.jboss.org/browse/RFPL-3772 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Mar 31 12:19:19 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Tue, 31 Mar 2015 12:19:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3773) Prep announcement blog In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3773. --------------------------------- Resolution: Done > Prep announcement blog > ---------------------- > > Key: RFPL-3773 > URL: https://issues.jboss.org/browse/RFPL-3773 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.4 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.4 > > -- This message was sent by Atlassian JIRA (v6.3.11#6341)