[JBoss JIRA] (RFPL-3365) Test RichRates
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RFPL-3365?page=com.atlassian.jira.plugin.... ]
Pavol Pitonak resolved RFPL-3365.
---------------------------------
Resolution: Deferred
> Test RichRates
> --------------
>
> Key: RFPL-3365
> URL: https://issues.jboss.org/browse/RFPL-3365
> Project: RichFaces Planning
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: QE
> Reporter: Pavol Pitonak
> Assignee: Pavol Pitonak
> Fix For: 4.3.7
>
>
> 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-0,all-tests
> mvn clean verify -P wildfly-managed-8-0,all-tests -D arq.extension.webdriver.browser=phantomjs
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (RFPL-3361) Verify archetypes
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RFPL-3361?page=com.atlassian.jira.plugin.... ]
Pavol Pitonak reassigned RFPL-3361:
-----------------------------------
Assignee: Jiří Štefek (was: Matej Novotny)
> Verify archetypes
> -----------------
>
> Key: RFPL-3361
> URL: https://issues.jboss.org/browse/RFPL-3361
> Project: RichFaces Planning
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: QE
> Reporter: Pavol Pitonak
> Assignee: Jiří Štefek
> Fix For: 4.3.7
>
>
> * simpleapp on desktop
> {code}mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.3.6.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.3.6.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.3.6.Final -DgroupId=org.richfaces.test -DartifactId=kitchensink-test -Denterprise=false{code}
> Make sure that you use correct archetypeVersion property!
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (RFPL-2646) Close HornetQ Threads properly [tomcat]
by Tomas Sykora (JIRA)
[ https://issues.jboss.org/browse/RFPL-2646?page=com.atlassian.jira.plugin.... ]
Tomas Sykora commented on RFPL-2646:
------------------------------------
Hello guys,
please, do you have any info about this issue. I'm experiencing the same thing using Infinispan MBeans inside of Tomcat, testing with the help of Arquillian and I am looking for any pointers, anywhere. Just asking about current status as it looks like to be ignored for a few months.
Thank you!
> Close HornetQ Threads properly [tomcat]
> ---------------------------------------
>
> Key: RFPL-2646
> URL: https://issues.jboss.org/browse/RFPL-2646
> Project: RichFaces Planning
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.0.M1
> Environment: RichFaces 4.3.0-SNAPSHOT
> Metamer 4.3.0-SNAPSHOT
> Apache MyFaces (2.1.8, 2.1.10) or Mojarra (2.1.16)
> Apache Tomcat 7.0.29, 7.0.32
> OpenJDK Runtime Environment 1.6.0_24-b24 @ Linux, Java(TM) SE Runtime Environment 1.7.0_09-b05 @ Linux
> Firefox 14, 17 @ Linux x86_64
> Reporter: Jiří Štefek
> Labels: hortnetq, tomcat
>
> The HornetQ Threads are not closed properly. This causes memory leaks, which can lead to test suite stuck.
> See [1] after each test class.
> {code}
> Aug 21, 2012 9:59:03 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
> SEVERE: The web application [/metamer] appears to have started a thread named [Thread-0 (HornetQ-client-factory-threads-1849147-2133832)] but has failed to stop it. This is very likely to create a memory leak.
> {code}
> In Myfaces(only) there are also problems with closing ThreadLocals
> {code}
> Aug 21, 2012 9:59:03 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
> SEVERE: The web application [/metamer] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@f659f0]) and a value of type [org.apache.myfaces.context.servlet.ServletExternalContextImpl] (value [org.apache.myfaces.context.servlet.ServletExternalContextImpl@18ad373]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
> {code}
> [1] http://hudson.qa.jboss.com/hudson/view/RF-4.0/job/richfaces-metamer-smoke...
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months
[JBoss JIRA] (RFPL-3362) Test RichFaces with JBoss Tools
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RFPL-3362?page=com.atlassian.jira.plugin.... ]
Juraj Húska commented on RFPL-3362:
-----------------------------------
Ad 1-3: no issue found
> Test RichFaces with JBoss Tools
> -------------------------------
>
> Key: RFPL-3362
> URL: https://issues.jboss.org/browse/RFPL-3362
> Project: RichFaces Planning
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: QE
> Reporter: Pavol Pitonak
> Assignee: Juraj Húska
> Fix For: 4.3.7
>
>
> # create a new Ant project and deploy it to JBoss AS 7 and Tomcat 7
> # create a new Maven project and deploy it to JBoss AS 7 and Tomcat 7
> # try to import existing Maven project
> # 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 SANPSHOT 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... 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
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 11 months