From issues at jboss.org Wed Apr 1 03:28:19 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Wed, 1 Apr 2015 03:28:19 -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 ] Matej Novotny resolved RFPL-3792. --------------------------------- Resolution: Done Verified, resolving issue. > 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 Wed Apr 1 04:07:18 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 1 Apr 2015 04:07:18 -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 resolved RFPL-3774. --------------------------------- Resolution: Done > 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 Apr 1 04:08:19 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 1 Apr 2015 04:08:19 -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 resolved RFPL-3776. --------------------------------- Resolution: Done > 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 Apr 1 04:08:19 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Wed, 1 Apr 2015 04:08:19 -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 ] Matej Novotny 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' #* Don't forget to use JSF 2.2 #* 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.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. > 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' > #* Don't forget to use JSF 2.2 > #* 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 Wed Apr 1 04:18:18 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 1 Apr 2015 04:18:18 -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 resolved RFPL-3775. --------------------------------- Resolution: Done > 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 Apr 1 04:22:18 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 1 Apr 2015 04:22:18 -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 resolved RFPL-3777. --------------------------------- Resolution: Done > 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 Apr 1 04:32:18 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Wed, 1 Apr 2015 04:32:18 -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 resolved RFPL-3769. --------------------------------- Resolution: Done > 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 Apr 1 04:59:20 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Wed, 1 Apr 2015 04:59: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:comment-tabpanel&focusedCommentId=13055219#comment-13055219 ] Matej Novotny commented on RFPL-3793: ------------------------------------- Step 1 & 3 are working. For step 2 on Tomcat, I reported RF-14007. Will verify step 4 as soon as RF land in Maven Central. > 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' > #* Don't forget to use JSF 2.2 > #* 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 Wed Apr 1 06:20:18 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 1 Apr 2015 06:20:18 -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 resolved RFPL-3781. --------------------------------- Resolution: Done > 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 Wed Apr 1 06:32:19 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 1 Apr 2015 06:32: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 resolved RFPL-3779. --------------------------------- Resolution: Done > 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 Wed Apr 1 06:32:19 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 1 Apr 2015 06:32:19 -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 ] Pavol Pitonak resolved RFPL-3763. --------------------------------- Resolution: Done > 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 Thu Apr 2 05:49:20 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Thu, 2 Apr 2015 05:49:20 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-1607) Test WebSocket support with Push across browsers In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek resolved RFPL-1607. ------------------------------- Fix Version/s: (was: 5-Future) Resolution: Out of Date Out of date in RF 4.5.2 (WFK 2.7). This feature is already covered with tests or manually tested in IE11, IE10, Chrome, Firefox 31+. > Test WebSocket support with Push across browsers > ------------------------------------------------ > > Key: RFPL-1607 > URL: https://issues.jboss.org/browse/RFPL-1607 > Project: RichFaces Planning > Issue Type: Task > Components: QE > Affects Versions: 4.1.0.Milestone2 > Reporter: Luk?? Fry? > Assignee: Ji?? ?tefek > > Several browsers start having support for WebSocket enabled. > There is already support in Push in place via Atmosphere and JQuery Atmosphere, > but it is not sure it works across browsers, since they are supporting latest version of specification. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Thu Apr 2 07:31:19 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Thu, 2 Apr 2015 07:31:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-2325) QE Stabilize Metamer job with MyFaces In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-2325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13055664#comment-13055664 ] Ji?? ?tefek commented on RFPL-2325: ----------------------------------- Updated job https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view/4.5/job/richfaces-4.5-metamer-smoke-ftest-myfaces/ > QE Stabilize Metamer job with MyFaces > ------------------------------------- > > Key: RFPL-2325 > URL: https://issues.jboss.org/browse/RFPL-2325 > Project: RichFaces Planning > Issue Type: Feature Request > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > > stabilize Jenkins job for Metamer with MyFaces http://hudson.qa.jboss.com/hudson/view/RF-4.0/job/richfaces-metamer-smoke-ftest-myfaces/ -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Tue Apr 7 09:45:19 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Tue, 7 Apr 2015 09:45:19 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3728) Copy, and rename distribution and other download files to download server In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3728. --------------------------------- Resolution: Done > Copy, and rename distribution and other download files to download server > ------------------------------------------------------------------------- > > Key: RFPL-3728 > URL: https://issues.jboss.org/browse/RFPL-3728 > 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 Mon Apr 13 04:23:19 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Mon, 13 Apr 2015 04:23:19 -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 ] Matej Novotny resolved RFPL-3793. --------------------------------- Resolution: Done Resolving issue, all steps are working. > 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' > #* Don't forget to use JSF 2.2 > #* 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 Mon Apr 13 07:59:20 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Mon, 13 Apr 2015 07:59:20 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3798) Smoke-test RichFaces with Mojarra 2.3 In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3798: ----------------------------------- Summary: Smoke-test RichFaces with Mojarra 2.3 Key: RFPL-3798 URL: https://issues.jboss.org/browse/RFPL-3798 Project: RichFaces Planning Issue Type: Task Components: QE Affects Versions: 4.5.4 Reporter: Pavol Pitonak Assignee: Ji?? ?tefek Create a Jenkins job which will run smoke tests for RichFaces with latest build of Mojarra 2.3 (right now 2.3.0.M2) Probably the easiest way is to create a new Metamer profile derived from Tomcat 8. -- This message was sent by Atlassian JIRA (v6.3.11#6341) From issues at jboss.org Mon Apr 13 08:02:19 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Mon, 13 Apr 2015 08:02:19 -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:comment-tabpanel&focusedCommentId=13058373#comment-13058373 ] Pavol Pitonak commented on RFPL-3778: ------------------------------------- 4.5.4 marked as released in RFPL > 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 Mon Apr 27 04:39:54 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Mon, 27 Apr 2015 04:39:54 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3669) Fix unstable Metamer tests in 4.5.1 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny resolved RFPL-3669. --------------------------------- Resolution: Done I verified the tests in the description against our latest Jenkins build. As this is quite old issue it is worth noting that we now use WF 8.2 and EAP 6.3 while this issue was reported against older versions. I verified it against latest versions. Since all tests mentioned here passed on Jenkins, I am resolving this issue. > Fix unstable Metamer tests in 4.5.1 > ----------------------------------- > > Key: RFPL-3669 > URL: https://issues.jboss.org/browse/RFPL-3669 > Project: RichFaces Planning > Issue Type: Task > Components: QE > Affects Versions: 4.5.0.Final > Reporter: Pavol Pitonak > Assignee: Matej Novotny > > The following tests failed on Jenkins but pass in local environment: > * TestWrappingValidator.testAllWrong (wf81, edt) > * TestValidatorsJSR303.testIntegerMax (wf81, edt) > * TestDropDownMenuTopMenu.testShowDelay (tc8, plain) > * TestNotifyMessageAttributes.testStack (eap62, dataGrid) > * TestValidatorsCSV.testDecimalMinMax (eap62, uiRepeat) > * TestValidatorsCSV.testTextCustomPattern (eap62, a4jRepeat) > * TestInputNumberSpinnerCSV.testMaxBySpinning (wf81, plain) > * TestInputNumberSpinnerCSV.testMinBySpinning (wf81, plain) > * TestInputNumberSpinnerCSV.testCommonCases (wf81, plain) > * TestAutocomplete.testSimpleSelectionWithKeyboard (wf81, plai) > * TestColumnFiltering.testFilterAttribute (wf81, plain) > * push (eap, all templates) -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Mon Apr 27 04:41:53 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:41:53 -0400 (EDT) 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 resolved RFPL-3719. --------------------------------- Resolution: Done > 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.15#6346) From issues at jboss.org Mon Apr 27 04:41:53 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:41:53 -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 resolved RFPL-3759. --------------------------------- Resolution: Done > 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.15#6346) From issues at jboss.org Mon Apr 27 04:43:54 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:43:54 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3799) RichFaces 4.5.5.Final Release In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3799: ----------------------------------- Summary: RichFaces 4.5.5.Final Release Key: RFPL-3799 URL: https://issues.jboss.org/browse/RFPL-3799 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 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.15#6346) From issues at jboss.org Mon Apr 27 04:43:54 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:43:54 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3800) Closeout and resolve issues scheduled for this release version In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3800: ----------------------------------- Summary: Closeout and resolve issues scheduled for this release version Key: RFPL-3800 URL: https://issues.jboss.org/browse/RFPL-3800 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.15#6346) From issues at jboss.org Mon Apr 27 04:43:55 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:43:55 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3801) Update the release-notes In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3801: ----------------------------------- Summary: Update the release-notes Key: RFPL-3801 URL: https://issues.jboss.org/browse/RFPL-3801 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.15#6346) From issues at jboss.org Mon Apr 27 04:43:55 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:43:55 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3802) Tag, build, and stage Final release, publish tag to GitHub In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3802: ----------------------------------- Summary: Tag, build, and stage Final release, publish tag to GitHub Key: RFPL-3802 URL: https://issues.jboss.org/browse/RFPL-3802 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.15#6346) From issues at jboss.org Mon Apr 27 04:44:55 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:44:55 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3803) QE verification of staged Final release In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3803: ----------------------------------- Summary: QE verification of staged Final release Key: RFPL-3803 URL: https://issues.jboss.org/browse/RFPL-3803 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.15#6346) From issues at jboss.org Mon Apr 27 04:44:55 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:44:55 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3804) Review document updates In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3804: ----------------------------------- Summary: Review document updates Key: RFPL-3804 URL: https://issues.jboss.org/browse/RFPL-3804 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.15#6346) From issues at jboss.org Mon Apr 27 04:44:56 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:44:56 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3805) Finalize/tag/release/upload the Final version of the documentation In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3805: ----------------------------------- Summary: Finalize/tag/release/upload the Final version of the documentation Key: RFPL-3805 URL: https://issues.jboss.org/browse/RFPL-3805 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.15#6346) From issues at jboss.org Mon Apr 27 04:44:56 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:44:56 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3806) Generate and upload the CDK maven-based docs In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3806: ----------------------------------- Summary: Generate and upload the CDK maven-based docs Key: RFPL-3806 URL: https://issues.jboss.org/browse/RFPL-3806 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.15#6346) From issues at jboss.org Mon Apr 27 04:44:57 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:44:57 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3807) Promote verified artifacts on stage server to live repo In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3807: ----------------------------------- Summary: Promote verified artifacts on stage server to live repo Key: RFPL-3807 URL: https://issues.jboss.org/browse/RFPL-3807 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.15#6346) From issues at jboss.org Mon Apr 27 04:44:57 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:44:57 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3808) Copy, and rename distribution and other download files to download server In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3808: ----------------------------------- Summary: Copy, and rename distribution and other download files to download server Key: RFPL-3808 URL: https://issues.jboss.org/browse/RFPL-3808 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.15#6346) From issues at jboss.org Mon Apr 27 04:44:57 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:44:57 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3809) Integrate the release branch back to master In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3809: ----------------------------------- Summary: Integrate the release branch back to master Key: RFPL-3809 URL: https://issues.jboss.org/browse/RFPL-3809 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.15#6346) From issues at jboss.org Mon Apr 27 04:44:58 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:44:58 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3810) Closeout and resolve QE issues in RichFaces "RFPL" jira project for this release In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3810: ----------------------------------- Summary: Closeout and resolve QE issues in RichFaces "RFPL" jira project for this release Key: RFPL-3810 URL: https://issues.jboss.org/browse/RFPL-3810 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.15#6346) From issues at jboss.org Mon Apr 27 04:44:58 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:44:58 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3811) Verify uploaded release artifacts In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3811: ----------------------------------- Summary: Verify uploaded release artifacts Key: RFPL-3811 URL: https://issues.jboss.org/browse/RFPL-3811 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.15#6346) From issues at jboss.org Mon Apr 27 04:44:58 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:44:58 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3812) Prep RichFaces project site for release In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3812: ----------------------------------- Summary: Prep RichFaces project site for release Key: RFPL-3812 URL: https://issues.jboss.org/browse/RFPL-3812 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.15#6346) From issues at jboss.org Mon Apr 27 04:44:58 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:44:58 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3813) Prep announcement blog In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3813: ----------------------------------- Summary: Prep announcement blog Key: RFPL-3813 URL: https://issues.jboss.org/browse/RFPL-3813 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.15#6346) From issues at jboss.org Mon Apr 27 04:44:59 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:44:59 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3814) Deploy the showcase In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3814: ----------------------------------- Summary: Deploy the showcase Key: RFPL-3814 URL: https://issues.jboss.org/browse/RFPL-3814 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.15#6346) From issues at jboss.org Mon Apr 27 04:44:59 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:44:59 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3815) Make blog live In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3815: ----------------------------------- Summary: Make blog live Key: RFPL-3815 URL: https://issues.jboss.org/browse/RFPL-3815 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.15#6346) From issues at jboss.org Mon Apr 27 04:44:59 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:44:59 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3816) Make project site live In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3816: ----------------------------------- Summary: Make project site live Key: RFPL-3816 URL: https://issues.jboss.org/browse/RFPL-3816 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.15#6346) From issues at jboss.org Mon Apr 27 04:45:02 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:45:02 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3817) Tweet and post forum announcements In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3817: ----------------------------------- Summary: Tweet and post forum announcements Key: RFPL-3817 URL: https://issues.jboss.org/browse/RFPL-3817 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.15#6346) From issues at jboss.org Mon Apr 27 04:45:52 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:45:52 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3818) Update RF jira releases In-Reply-To: References: Message-ID: Michal Petrov created RFPL-3818: ----------------------------------- Summary: Update RF jira releases Key: RFPL-3818 URL: https://issues.jboss.org/browse/RFPL-3818 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.15#6346) From issues at jboss.org Mon Apr 27 04:53:56 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:53:56 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3815) Make blog live In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3815: -------------------------------- Affects Version/s: 4.5.5 (was: 4.5.4) Fix Version/s: 4.5.5 (was: 4.5.4) > Make blog live > -------------- > > Key: RFPL-3815 > URL: https://issues.jboss.org/browse/RFPL-3815 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Mon Apr 27 04:53:56 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:53:56 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3812) Prep RichFaces project site for release In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3812: -------------------------------- Affects Version/s: 4.5.5 (was: 4.5.4) Fix Version/s: 4.5.5 (was: 4.5.4) > Prep RichFaces project site for release > --------------------------------------- > > Key: RFPL-3812 > URL: https://issues.jboss.org/browse/RFPL-3812 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Mon Apr 27 04:53:56 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:53:56 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3811) Verify uploaded release artifacts In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3811: -------------------------------- Affects Version/s: 4.5.5 (was: 4.5.4) Fix Version/s: 4.5.5 (was: 4.5.4) > Verify uploaded release artifacts > --------------------------------- > > Key: RFPL-3811 > URL: https://issues.jboss.org/browse/RFPL-3811 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.5 > > > 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.15#6346) From issues at jboss.org Mon Apr 27 04:53:56 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:53:56 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3800) Closeout and resolve issues scheduled for this release version In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3800: -------------------------------- Affects Version/s: 4.5.5 (was: 4.5.4) Fix Version/s: 4.5.5 (was: 4.5.4) > Closeout and resolve issues scheduled for this release version > -------------------------------------------------------------- > > Key: RFPL-3800 > URL: https://issues.jboss.org/browse/RFPL-3800 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Mon Apr 27 04:53:57 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:53:57 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3806) Generate and upload the CDK maven-based docs In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3806: -------------------------------- Affects Version/s: 4.5.5 (was: 4.5.4) Fix Version/s: 4.5.5 (was: 4.5.4) > Generate and upload the CDK maven-based docs > -------------------------------------------- > > Key: RFPL-3806 > URL: https://issues.jboss.org/browse/RFPL-3806 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.5 > > > richfaces-resources-dependency-plugin -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Mon Apr 27 04:53:57 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:53:57 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3807) Promote verified artifacts on stage server to live repo In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3807: -------------------------------- Affects Version/s: 4.5.5 (was: 4.5.4) Fix Version/s: 4.5.5 (was: 4.5.4) > Promote verified artifacts on stage server to live repo > ------------------------------------------------------- > > Key: RFPL-3807 > URL: https://issues.jboss.org/browse/RFPL-3807 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Mon Apr 27 04:53:57 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:53:57 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3804) Review document updates In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3804: -------------------------------- Affects Version/s: 4.5.5 (was: 4.5.4) Fix Version/s: 4.5.5 (was: 4.5.4) > Review document updates > ----------------------- > > Key: RFPL-3804 > URL: https://issues.jboss.org/browse/RFPL-3804 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Ji?? ?tefek > Fix For: 4.5.5 > > > 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.15#6346) From issues at jboss.org Mon Apr 27 04:53:57 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:53:57 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3818) Update RF jira releases In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3818: -------------------------------- Affects Version/s: 4.5.5 (was: 4.5.4) Fix Version/s: 4.5.5 (was: 4.5.4) > Update RF jira releases > ----------------------- > > Key: RFPL-3818 > URL: https://issues.jboss.org/browse/RFPL-3818 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Mon Apr 27 04:53:58 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:53:58 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3813) Prep announcement blog In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3813: -------------------------------- Affects Version/s: 4.5.5 (was: 4.5.4) Fix Version/s: 4.5.5 (was: 4.5.4) > Prep announcement blog > ---------------------- > > Key: RFPL-3813 > URL: https://issues.jboss.org/browse/RFPL-3813 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Mon Apr 27 04:53:58 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:53:58 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3810) 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-3810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3810: -------------------------------- Affects Version/s: 4.5.5 (was: 4.5.4) Fix Version/s: 4.5.5 (was: 4.5.4) > Closeout and resolve QE issues in RichFaces "RFPL" jira project for this release > -------------------------------------------------------------------------------- > > Key: RFPL-3810 > URL: https://issues.jboss.org/browse/RFPL-3810 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Pavol Pitonak > Fix For: 4.5.5 > > > 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.15#6346) From issues at jboss.org Mon Apr 27 04:53:58 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:53:58 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3803) QE verification of staged Final release In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3803: -------------------------------- Affects Version/s: 4.5.5 (was: 4.5.4) Fix Version/s: 4.5.5 (was: 4.5.4) > QE verification of staged Final release > --------------------------------------- > > Key: RFPL-3803 > URL: https://issues.jboss.org/browse/RFPL-3803 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Pavol Pitonak > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Mon Apr 27 04:53:59 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:53:59 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3802) Tag, build, and stage Final release, publish tag to GitHub In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3802: -------------------------------- Affects Version/s: 4.5.5 (was: 4.5.4) Fix Version/s: 4.5.5 (was: 4.5.4) > Tag, build, and stage Final release, publish tag to GitHub > ---------------------------------------------------------- > > Key: RFPL-3802 > URL: https://issues.jboss.org/browse/RFPL-3802 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.5 > > > Be sure to *do not tag a release before release notes have been updated*. -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Mon Apr 27 04:53:59 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:53:59 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3799) RichFaces 4.5.5.Final Release In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3799: -------------------------------- Affects Version/s: 4.5.5 (was: 4.5.4) Fix Version/s: 4.5.5 (was: 4.5.4) > RichFaces 4.5.5.Final Release > ----------------------------- > > Key: RFPL-3799 > URL: https://issues.jboss.org/browse/RFPL-3799 > Project: RichFaces Planning > Issue Type: Task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Michal Petrov > Priority: Blocker > Fix For: 4.5.5 > > 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.15#6346) From issues at jboss.org Mon Apr 27 04:53:59 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:53:59 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3805) Finalize/tag/release/upload the Final version of the documentation In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3805: -------------------------------- Affects Version/s: 4.5.5 (was: 4.5.4) Fix Version/s: 4.5.5 (was: 4.5.4) > Finalize/tag/release/upload the Final version of the documentation > ------------------------------------------------------------------ > > Key: RFPL-3805 > URL: https://issues.jboss.org/browse/RFPL-3805 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.5 > > > 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.15#6346) From issues at jboss.org Mon Apr 27 04:54:00 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:54:00 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3817) Tweet and post forum announcements In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3817: -------------------------------- Affects Version/s: 4.5.5 (was: 4.5.4) Fix Version/s: 4.5.5 (was: 4.5.4) > Tweet and post forum announcements > ---------------------------------- > > Key: RFPL-3817 > URL: https://issues.jboss.org/browse/RFPL-3817 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Mon Apr 27 04:54:00 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:54:00 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3809) Integrate the release branch back to master In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3809: -------------------------------- Affects Version/s: 4.5.5 (was: 4.5.4) Fix Version/s: 4.5.5 (was: 4.5.4) > Integrate the release branch back to master > ------------------------------------------- > > Key: RFPL-3809 > URL: https://issues.jboss.org/browse/RFPL-3809 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Mon Apr 27 04:54:00 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:54:00 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3816) Make project site live In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3816: -------------------------------- Affects Version/s: 4.5.5 (was: 4.5.4) Fix Version/s: 4.5.5 (was: 4.5.4) > Make project site live > ---------------------- > > Key: RFPL-3816 > URL: https://issues.jboss.org/browse/RFPL-3816 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Mon Apr 27 04:54:00 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:54:00 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3801) Update the release-notes In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3801: -------------------------------- Affects Version/s: 4.5.5 (was: 4.5.4) Fix Version/s: 4.5.5 (was: 4.5.4) > Update the release-notes > ------------------------ > > Key: RFPL-3801 > URL: https://issues.jboss.org/browse/RFPL-3801 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.5 > > > 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.15#6346) From issues at jboss.org Mon Apr 27 04:54:01 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:54:01 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3808) Copy, and rename distribution and other download files to download server In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3808: -------------------------------- Affects Version/s: 4.5.5 (was: 4.5.4) Fix Version/s: 4.5.5 (was: 4.5.4) > Copy, and rename distribution and other download files to download server > ------------------------------------------------------------------------- > > Key: RFPL-3808 > URL: https://issues.jboss.org/browse/RFPL-3808 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.5 > > > See the following mojo for details: > https://mojo.redhat.com/docs/DOC-67793 -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Mon Apr 27 04:54:01 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Mon, 27 Apr 2015 04:54:01 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3814) Deploy the showcase In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3814: -------------------------------- Affects Version/s: 4.5.5 (was: 4.5.4) Fix Version/s: 4.5.5 (was: 4.5.4) > Deploy the showcase > ------------------- > > Key: RFPL-3814 > URL: https://issues.jboss.org/browse/RFPL-3814 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Mon Apr 27 07:40:53 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Mon, 27 Apr 2015 07:40:53 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3608) Fix unstable Metamer tests for validation In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny resolved RFPL-3608. --------------------------------- Fix Version/s: (was: 4.5-Tracking) Resolution: Done I checked the Jenkins job (latest 2 runs) and those tests are now passing correctly. Resolving issue. > Fix unstable Metamer tests for validation > ----------------------------------------- > > Key: RFPL-3608 > URL: https://issues.jboss.org/browse/RFPL-3608 > Project: RichFaces Planning > Issue Type: Bug > Components: QE > Affects Versions: 4.5.0.CR2 > Reporter: Pavol Pitonak > Assignee: Matej Novotny > > Stabilize these unstable tests: > * TestSelectJSR303.testCommonCases > * TestAutocompleteCSV.testCommonCases > * TestCalendarJSR303.testCommonCases > * TestInplaceSelectCSV.testCommonCases > * TestSelectCSV.testCommonCases > * TestCalendarCSV.testCommonCases > * TestAutocompleteJSR303.testCommonCases -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Tue Apr 28 07:32:52 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Tue, 28 Apr 2015 07:32:52 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3800) Closeout and resolve issues scheduled for this release version In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3800. --------------------------------- Resolution: Done > Closeout and resolve issues scheduled for this release version > -------------------------------------------------------------- > > Key: RFPL-3800 > URL: https://issues.jboss.org/browse/RFPL-3800 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Tue Apr 28 07:32:52 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Tue, 28 Apr 2015 07:32:52 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3801) Update the release-notes In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3801. --------------------------------- Resolution: Done > Update the release-notes > ------------------------ > > Key: RFPL-3801 > URL: https://issues.jboss.org/browse/RFPL-3801 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.5 > > > 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.15#6346) From issues at jboss.org Tue Apr 28 08:45:54 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Tue, 28 Apr 2015 08:45:54 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3799) RichFaces 4.5.5.Final Release In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov updated RFPL-3799: -------------------------------- Description: RichFaces version: {{4.5.5.Final}} RichFaces tag: {{[4.5.5.Final|https://github.com/richfaces/richfaces/releases/tag/4.5.5.Final]}} Metamer tag: Shared Stage: https://repository.jboss.org/nexus/content/groups/staging/ Private stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-5411 Archetype stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-5412 ---- 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.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 > RichFaces 4.5.5.Final Release > ----------------------------- > > Key: RFPL-3799 > URL: https://issues.jboss.org/browse/RFPL-3799 > Project: RichFaces Planning > Issue Type: Task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Michal Petrov > Priority: Blocker > Fix For: 4.5.5 > > Original Estimate: 2 days > Remaining Estimate: 2 days > > RichFaces version: {{4.5.5.Final}} > RichFaces tag: {{[4.5.5.Final|https://github.com/richfaces/richfaces/releases/tag/4.5.5.Final]}} > Metamer tag: > Shared Stage: https://repository.jboss.org/nexus/content/groups/staging/ > Private stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-5411 > Archetype stage: https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-5412 > ---- > 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.15#6346) From issues at jboss.org Tue Apr 28 08:45:54 2015 From: issues at jboss.org (Michal Petrov (JIRA)) Date: Tue, 28 Apr 2015 08:45:54 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3802) Tag, build, and stage Final release, publish tag to GitHub In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Petrov resolved RFPL-3802. --------------------------------- Resolution: Done > Tag, build, and stage Final release, publish tag to GitHub > ---------------------------------------------------------- > > Key: RFPL-3802 > URL: https://issues.jboss.org/browse/RFPL-3802 > Project: RichFaces Planning > Issue Type: Sub-task > Components: release > Affects Versions: 4.5.5 > Reporter: Michal Petrov > Assignee: Michal Petrov > Fix For: 4.5.5 > > > Be sure to *do not tag a release before release notes have been updated*. -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed Apr 29 02:26:55 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:26:55 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3819) RichFaces 4.5.5.Final release testing In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3819: ----------------------------------- Summary: RichFaces 4.5.5.Final release testing Key: RFPL-3819 URL: https://issues.jboss.org/browse/RFPL-3819 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.15#6346) From issues at jboss.org Wed Apr 29 02:26:55 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:26:55 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3820) Tag and release Metamer and tests In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3820: ----------------------------------- Summary: Tag and release Metamer and tests Key: RFPL-3820 URL: https://issues.jboss.org/browse/RFPL-3820 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.15#6346) From issues at jboss.org Wed Apr 29 02:26:55 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:26:55 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3821) Configure and fire all release build under RF-Rel view in Jenkins In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3821: ----------------------------------- Summary: Configure and fire all release build under RF-Rel view in Jenkins Key: RFPL-3821 URL: https://issues.jboss.org/browse/RFPL-3821 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.15#6346) From issues at jboss.org Wed Apr 29 02:26:55 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:26:55 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3822) Configure and fire automated build for Showcase in Jenkins In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3822: ----------------------------------- Summary: Configure and fire automated build for Showcase in Jenkins Key: RFPL-3822 URL: https://issues.jboss.org/browse/RFPL-3822 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.15#6346) From issues at jboss.org Wed Apr 29 02:26:55 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:26:55 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3823) Configure and fire automated build for Showcase in Jenkins in HTTPS setup In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3823: ----------------------------------- Summary: Configure and fire automated build for Showcase in Jenkins in HTTPS setup Key: RFPL-3823 URL: https://issues.jboss.org/browse/RFPL-3823 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.15#6346) From issues at jboss.org Wed Apr 29 02:26:56 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:26:56 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3824) Manually test Metamer with WildFly 8.2 and Mojarra on IE11 In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3824: ----------------------------------- Summary: Manually test Metamer with WildFly 8.2 and Mojarra on IE11 Key: RFPL-3824 URL: https://issues.jboss.org/browse/RFPL-3824 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.15#6346) From issues at jboss.org Wed Apr 29 02:26:56 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:26:56 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3825) Manually test Metamer with WildFly 8.2 and Mojarra on Chrome In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3825: ----------------------------------- Summary: Manually test Metamer with WildFly 8.2 and Mojarra on Chrome Key: RFPL-3825 URL: https://issues.jboss.org/browse/RFPL-3825 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.15#6346) From issues at jboss.org Wed Apr 29 02:26:56 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:26:56 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3826) Manually test Metamer with Tomcat 8 and Mojarra on IE10 In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3826: ----------------------------------- Summary: Manually test Metamer with Tomcat 8 and Mojarra on IE10 Key: RFPL-3826 URL: https://issues.jboss.org/browse/RFPL-3826 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.15#6346) From issues at jboss.org Wed Apr 29 02:26:56 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:26:56 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3827) Test Metamer resourceMapping options on WildFly 8.2 In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3827: ----------------------------------- Summary: Test Metamer resourceMapping options on WildFly 8.2 Key: RFPL-3827 URL: https://issues.jboss.org/browse/RFPL-3827 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.15#6346) From issues at jboss.org Wed Apr 29 02:26:56 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:26:56 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3828) Manually test Showcase with WildFly 8.2 and Mojarra on Firefox In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3828: ----------------------------------- Summary: Manually test Showcase with WildFly 8.2 and Mojarra on Firefox Key: RFPL-3828 URL: https://issues.jboss.org/browse/RFPL-3828 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.15#6346) From issues at jboss.org Wed Apr 29 02:26:57 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:26:57 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3829) Manually smoke test Showcase with WildFly 8.2 and Mojarra on mobile phones In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3829: ----------------------------------- Summary: Manually smoke test Showcase with WildFly 8.2 and Mojarra on mobile phones Key: RFPL-3829 URL: https://issues.jboss.org/browse/RFPL-3829 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.15#6346) From issues at jboss.org Wed Apr 29 02:26:57 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:26:57 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3830) Manually smoke test Showcase with WildFly 8.2 and Mojarra on tablets In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3830: ----------------------------------- Summary: Manually smoke test Showcase with WildFly 8.2 and Mojarra on tablets Key: RFPL-3830 URL: https://issues.jboss.org/browse/RFPL-3830 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.15#6346) From issues at jboss.org Wed Apr 29 02:26:57 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:26:57 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3831) Manually smoke test Showcase with Tomcat 8 and MyFaces on tablets In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3831: ----------------------------------- Summary: Manually smoke test Showcase with Tomcat 8 and MyFaces on tablets Key: RFPL-3831 URL: https://issues.jboss.org/browse/RFPL-3831 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.15#6346) From issues at jboss.org Wed Apr 29 02:26:57 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:26:57 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3832) Verify archetypes In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3832: ----------------------------------- Summary: Verify archetypes Key: RFPL-3832 URL: https://issues.jboss.org/browse/RFPL-3832 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.15#6346) From issues at jboss.org Wed Apr 29 02:26:58 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:26:58 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3833) Test RichFaces with JBDS 8.0.2 In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3833: ----------------------------------- Summary: Test RichFaces with JBDS 8.0.2 Key: RFPL-3833 URL: https://issues.jboss.org/browse/RFPL-3833 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' #* Don't forget to use JSF 2.2 #* 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.15#6346) From issues at jboss.org Wed Apr 29 02:26:59 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:26:59 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3834) Smoke test Showcase on OpenShift In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3834: ----------------------------------- Summary: Smoke test Showcase on OpenShift Key: RFPL-3834 URL: https://issues.jboss.org/browse/RFPL-3834 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.15#6346) From issues at jboss.org Wed Apr 29 02:27:52 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:27:52 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3835) Verify and close resolved issues In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3835: ----------------------------------- Summary: Verify and close resolved issues Key: RFPL-3835 URL: https://issues.jboss.org/browse/RFPL-3835 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.15#6346) From issues at jboss.org Wed Apr 29 02:27:53 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:27:53 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3836) Test RichRates In-Reply-To: References: Message-ID: Pavol Pitonak created RFPL-3836: ----------------------------------- Summary: Test RichRates Key: RFPL-3836 URL: https://issues.jboss.org/browse/RFPL-3836 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.15#6346) From issues at jboss.org Wed Apr 29 02:30:52 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:30:52 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3819) RichFaces 4.5.5.Final release testing In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3819: -------------------------------- Fix Version/s: 4.5.5 (was: 4.5.4) > RichFaces 4.5.5.Final release testing > ------------------------------------- > > Key: RFPL-3819 > URL: https://issues.jboss.org/browse/RFPL-3819 > Project: RichFaces Planning > Issue Type: Task > Components: QE > Reporter: Pavol Pitonak > Assignee: Pavol Pitonak > Fix For: 4.5.5 > > > release info in main release jira (RFPL-3759) -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed Apr 29 02:31:53 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:31:53 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3819) RichFaces 4.5.5.Final release testing In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3819: -------------------------------- Description: release info in main release jira (RFPL-3799) (was: release info in main release jira (RFPL-3759)) > RichFaces 4.5.5.Final release testing > ------------------------------------- > > Key: RFPL-3819 > URL: https://issues.jboss.org/browse/RFPL-3819 > Project: RichFaces Planning > Issue Type: Task > Components: QE > Reporter: Pavol Pitonak > Assignee: Pavol Pitonak > Fix For: 4.5.5 > > > release info in main release jira (RFPL-3799) -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed Apr 29 02:31:53 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:31:53 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3820) Tag and release Metamer and tests In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3820: -------------------------------- Fix Version/s: 4.5.5 (was: 4.5.4) > Tag and release Metamer and tests > --------------------------------- > > Key: RFPL-3820 > URL: https://issues.jboss.org/browse/RFPL-3820 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Pavol Pitonak > Fix For: 4.5.5 > > > https://github.com/richfaces/richfaces-qa/blob/master/howto-release.adoc -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed Apr 29 02:31:53 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:31:53 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3820) Tag and release Metamer and tests In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak resolved RFPL-3820. --------------------------------- Resolution: Done > Tag and release Metamer and tests > --------------------------------- > > Key: RFPL-3820 > URL: https://issues.jboss.org/browse/RFPL-3820 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Pavol Pitonak > Fix For: 4.5.5 > > > https://github.com/richfaces/richfaces-qa/blob/master/howto-release.adoc -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed Apr 29 02:31:53 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:31:53 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3821) Configure and fire all release build under RF-Rel view in Jenkins In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3821: -------------------------------- Fix Version/s: 4.5.5 (was: 4.5.4) > Configure and fire all release build under RF-Rel view in Jenkins > ----------------------------------------------------------------- > > Key: RFPL-3821 > URL: https://issues.jboss.org/browse/RFPL-3821 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Pavol Pitonak > Fix For: 4.5.5 > > > 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.15#6346) From issues at jboss.org Wed Apr 29 02:32:53 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:32:53 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3822) Configure and fire automated build for Showcase in Jenkins In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3822: -------------------------------- Fix Version/s: 4.5.5 (was: 4.5.4) > Configure and fire automated build for Showcase in Jenkins > ---------------------------------------------------------- > > Key: RFPL-3822 > URL: https://issues.jboss.org/browse/RFPL-3822 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed Apr 29 02:32:53 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:32:53 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3823) Configure and fire automated build for Showcase in Jenkins in HTTPS setup In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3823: -------------------------------- Fix Version/s: 4.5.5 (was: 4.5.4) > Configure and fire automated build for Showcase in Jenkins in HTTPS setup > ------------------------------------------------------------------------- > > Key: RFPL-3823 > URL: https://issues.jboss.org/browse/RFPL-3823 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed Apr 29 02:32:53 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:32:53 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3824) Manually test Metamer with WildFly 8.2 and Mojarra on IE11 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3824: -------------------------------- Fix Version/s: 4.5.5 (was: 4.5.4) > Manually test Metamer with WildFly 8.2 and Mojarra on IE11 > ---------------------------------------------------------- > > Key: RFPL-3824 > URL: https://issues.jboss.org/browse/RFPL-3824 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed Apr 29 02:34:54 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:34:54 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3825) Manually test Metamer with WildFly 8.2 and Mojarra on Chrome In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3825: -------------------------------- Fix Version/s: 4.5.5 (was: 4.5.4) > Manually test Metamer with WildFly 8.2 and Mojarra on Chrome > ------------------------------------------------------------ > > Key: RFPL-3825 > URL: https://issues.jboss.org/browse/RFPL-3825 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Pavol Pitonak > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed Apr 29 02:34:54 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:34:54 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3826) Manually test Metamer with Tomcat 8 and Mojarra on IE10 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3826: -------------------------------- Fix Version/s: 4.5.5 (was: 4.5.4) > Manually test Metamer with Tomcat 8 and Mojarra on IE10 > ------------------------------------------------------- > > Key: RFPL-3826 > URL: https://issues.jboss.org/browse/RFPL-3826 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed Apr 29 02:34:55 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:34:55 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3827) Test Metamer resourceMapping options on WildFly 8.2 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3827: -------------------------------- Fix Version/s: 4.5.5 (was: 4.5.4) > Test Metamer resourceMapping options on WildFly 8.2 > --------------------------------------------------- > > Key: RFPL-3827 > URL: https://issues.jboss.org/browse/RFPL-3827 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.5 > > > 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.15#6346) From issues at jboss.org Wed Apr 29 02:34:55 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:34:55 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3828) Manually test Showcase with WildFly 8.2 and Mojarra on Firefox In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3828: -------------------------------- Fix Version/s: 4.5.5 (was: 4.5.4) > Manually test Showcase with WildFly 8.2 and Mojarra on Firefox > -------------------------------------------------------------- > > Key: RFPL-3828 > URL: https://issues.jboss.org/browse/RFPL-3828 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed Apr 29 02:34:56 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:34:56 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3829) 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-3829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3829: -------------------------------- Fix Version/s: 4.5.5 (was: 4.5.4) > Manually smoke test Showcase with WildFly 8.2 and Mojarra on mobile phones > -------------------------------------------------------------------------- > > Key: RFPL-3829 > URL: https://issues.jboss.org/browse/RFPL-3829 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed Apr 29 02:35:54 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:35:54 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3830) Manually smoke test Showcase with WildFly 8.2 and Mojarra on tablets In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3830: -------------------------------- Fix Version/s: 4.5.5 (was: 4.5.4) > Manually smoke test Showcase with WildFly 8.2 and Mojarra on tablets > -------------------------------------------------------------------- > > Key: RFPL-3830 > URL: https://issues.jboss.org/browse/RFPL-3830 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed Apr 29 02:35:54 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:35:54 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3831) Manually smoke test Showcase with Tomcat 8 and MyFaces on tablets In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3831: -------------------------------- Fix Version/s: 4.5.5 (was: 4.5.4) > Manually smoke test Showcase with Tomcat 8 and MyFaces on tablets > ----------------------------------------------------------------- > > Key: RFPL-3831 > URL: https://issues.jboss.org/browse/RFPL-3831 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.5 > > > 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.15#6346) From issues at jboss.org Wed Apr 29 02:35:54 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:35:54 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3832) Verify archetypes In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3832: -------------------------------- Fix Version/s: 4.5.5 (was: 4.5.4) > Verify archetypes > ----------------- > > Key: RFPL-3832 > URL: https://issues.jboss.org/browse/RFPL-3832 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.5 > > > * 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.15#6346) From issues at jboss.org Wed Apr 29 02:35:55 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:35:55 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3832) Verify archetypes In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3832: -------------------------------- Description: * simpleapp on desktop {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.5.5.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.5.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.5.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.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} > Verify archetypes > ----------------- > > Key: RFPL-3832 > URL: https://issues.jboss.org/browse/RFPL-3832 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.5 > > > * simpleapp on desktop > {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.5.5.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.5.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.5.Final -DgroupId=org.richfaces.test -DartifactId=kitchensink-test -Denterprise=false{code} -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed Apr 29 02:36:53 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:36:53 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3833) Test RichFaces with JBDS 8.1.0 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3833: -------------------------------- Summary: Test RichFaces with JBDS 8.1.0 (was: Test RichFaces with JBDS 8.0.2) > Test RichFaces with JBDS 8.1.0 > ------------------------------ > > Key: RFPL-3833 > URL: https://issues.jboss.org/browse/RFPL-3833 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.5 > > > *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' > #* Don't forget to use JSF 2.2 > #* 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.15#6346) From issues at jboss.org Wed Apr 29 02:36:54 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:36:54 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3833) Test RichFaces with JBDS 8.1.0 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3833: -------------------------------- Fix Version/s: 4.5.5 (was: 4.5.4) > Test RichFaces with JBDS 8.1.0 > ------------------------------ > > Key: RFPL-3833 > URL: https://issues.jboss.org/browse/RFPL-3833 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.5 > > > *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' > #* Don't forget to use JSF 2.2 > #* 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.15#6346) From issues at jboss.org Wed Apr 29 02:36:54 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:36:54 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3833) Test RichFaces with JBDS 8.1.0 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3833: -------------------------------- 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' #* Don't forget to use JSF 2.2 #* 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.1.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. 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' #* Don't forget to use JSF 2.2 #* 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. > Test RichFaces with JBDS 8.1.0 > ------------------------------ > > Key: RFPL-3833 > URL: https://issues.jboss.org/browse/RFPL-3833 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.5 > > > *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' > #* Don't forget to use JSF 2.2 > #* 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.1.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.15#6346) From issues at jboss.org Wed Apr 29 02:37:54 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:37:54 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3834) Smoke test Showcase on OpenShift In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3834: -------------------------------- Fix Version/s: 4.5.5 (was: 4.5.4) > Smoke test Showcase on OpenShift > -------------------------------- > > Key: RFPL-3834 > URL: https://issues.jboss.org/browse/RFPL-3834 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.5 > > > 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.15#6346) From issues at jboss.org Wed Apr 29 02:37:55 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:37:55 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3835) Verify and close resolved issues In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3835: -------------------------------- 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.5%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.4%20ORDER%20BY%20key%20ASC > Verify and close resolved issues > -------------------------------- > > Key: RFPL-3835 > URL: https://issues.jboss.org/browse/RFPL-3835 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.5 > > > 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.5%20ORDER%20BY%20key%20ASC -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed Apr 29 02:37:56 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:37:56 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3835) Verify and close resolved issues In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3835: -------------------------------- Fix Version/s: 4.5.5 (was: 4.5.4) > Verify and close resolved issues > -------------------------------- > > Key: RFPL-3835 > URL: https://issues.jboss.org/browse/RFPL-3835 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.5 > > > 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.5%20ORDER%20BY%20key%20ASC -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed Apr 29 02:38:52 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Wed, 29 Apr 2015 02:38:52 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3836) Test RichRates In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak updated RFPL-3836: -------------------------------- Fix Version/s: 4.5.5 (was: 4.5.4) > Test RichRates > -------------- > > Key: RFPL-3836 > URL: https://issues.jboss.org/browse/RFPL-3836 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Pavol Pitonak > Priority: Minor > Fix For: 4.5.5 > > > 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.15#6346) From issues at jboss.org Wed Apr 29 03:22:52 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Wed, 29 Apr 2015 03:22:52 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3824) Manually test Metamer with WildFly 8.2 and Mojarra on IE11 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek resolved RFPL-3824. ------------------------------- Resolution: Done done, nothing new. > Manually test Metamer with WildFly 8.2 and Mojarra on IE11 > ---------------------------------------------------------- > > Key: RFPL-3824 > URL: https://issues.jboss.org/browse/RFPL-3824 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed Apr 29 03:37:52 2015 From: issues at jboss.org (=?UTF-8?Q?Ji=C5=99=C3=AD_=C5=A0tefek_=28JIRA=29?=) Date: Wed, 29 Apr 2015 03:37:52 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3826) Manually test Metamer with Tomcat 8 and Mojarra on IE10 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ji?? ?tefek resolved RFPL-3826. ------------------------------- Resolution: Done done, nothing new. > Manually test Metamer with Tomcat 8 and Mojarra on IE10 > ------------------------------------------------------- > > Key: RFPL-3826 > URL: https://issues.jboss.org/browse/RFPL-3826 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed Apr 29 04:16:53 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Wed, 29 Apr 2015 04:16:53 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3834) Smoke test Showcase on OpenShift In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny resolved RFPL-3834. --------------------------------- Resolution: Done Verified, reported RF-14035. Other than that, it works fine. > Smoke test Showcase on OpenShift > -------------------------------- > > Key: RFPL-3834 > URL: https://issues.jboss.org/browse/RFPL-3834 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.5 > > > 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.15#6346) From issues at jboss.org Wed Apr 29 04:22:53 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Wed, 29 Apr 2015 04:22:53 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3823) Configure and fire automated build for Showcase in Jenkins in HTTPS setup In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny resolved RFPL-3823. --------------------------------- Resolution: Done HTTPS setup is broken and won't work. We probably need to re-configure the whole thing. I will make a note and take a look at this after release. > Configure and fire automated build for Showcase in Jenkins in HTTPS setup > ------------------------------------------------------------------------- > > Key: RFPL-3823 > URL: https://issues.jboss.org/browse/RFPL-3823 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed Apr 29 04:40:53 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Wed, 29 Apr 2015 04:40:53 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3832) Verify archetypes In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny resolved RFPL-3832. --------------------------------- Resolution: Done Verified, works like a charm. > Verify archetypes > ----------------- > > Key: RFPL-3832 > URL: https://issues.jboss.org/browse/RFPL-3832 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.5 > > > * simpleapp on desktop > {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.5.5.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.5.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.5.Final -DgroupId=org.richfaces.test -DartifactId=kitchensink-test -Denterprise=false{code} -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed Apr 29 06:09:53 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Wed, 29 Apr 2015 06:09:53 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3828) Manually test Showcase with WildFly 8.2 and Mojarra on Firefox In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny resolved RFPL-3828. --------------------------------- Resolution: Done Verified, no new problems found. > Manually test Showcase with WildFly 8.2 and Mojarra on Firefox > -------------------------------------------------------------- > > Key: RFPL-3828 > URL: https://issues.jboss.org/browse/RFPL-3828 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed Apr 29 06:42:54 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Wed, 29 Apr 2015 06:42:54 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3829) 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-3829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny resolved RFPL-3829. --------------------------------- Resolution: Done Verified, no new issues found. > Manually smoke test Showcase with WildFly 8.2 and Mojarra on mobile phones > -------------------------------------------------------------------------- > > Key: RFPL-3829 > URL: https://issues.jboss.org/browse/RFPL-3829 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Wed Apr 29 07:08:53 2015 From: issues at jboss.org (Matej Novotny (JIRA)) Date: Wed, 29 Apr 2015 07:08:53 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3830) Manually smoke test Showcase with WildFly 8.2 and Mojarra on tablets In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matej Novotny resolved RFPL-3830. --------------------------------- Resolution: Done Verified, no new problems found. > Manually smoke test Showcase with WildFly 8.2 and Mojarra on tablets > -------------------------------------------------------------------- > > Key: RFPL-3830 > URL: https://issues.jboss.org/browse/RFPL-3830 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Matej Novotny > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Thu Apr 30 09:25:46 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 30 Apr 2015 09:25:46 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3825) Manually test Metamer with WildFly 8.2 and Mojarra on Chrome In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak reassigned RFPL-3825: ----------------------------------- Assignee: Ji?? ?tefek (was: Pavol Pitonak) > Manually test Metamer with WildFly 8.2 and Mojarra on Chrome > ------------------------------------------------------------ > > Key: RFPL-3825 > URL: https://issues.jboss.org/browse/RFPL-3825 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Ji?? ?tefek > Fix For: 4.5.5 > > -- This message was sent by Atlassian JIRA (v6.3.15#6346) From issues at jboss.org Thu Apr 30 09:25:46 2015 From: issues at jboss.org (Pavol Pitonak (JIRA)) Date: Thu, 30 Apr 2015 09:25:46 -0400 (EDT) Subject: [richfaces-planning-issues] [JBoss JIRA] (RFPL-3836) Test RichRates In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/RFPL-3836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavol Pitonak resolved RFPL-3836. --------------------------------- Resolution: Done > Test RichRates > -------------- > > Key: RFPL-3836 > URL: https://issues.jboss.org/browse/RFPL-3836 > Project: RichFaces Planning > Issue Type: Sub-task > Components: QE > Reporter: Pavol Pitonak > Assignee: Pavol Pitonak > Priority: Minor > Fix For: 4.5.5 > > > 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.15#6346)