[richfaces-planning-issues] [JBoss JIRA] (RFPL-2937) Investigate why test for drag indicator fails with Arquillian

Jan Papousek (JIRA) jira-events at lists.jboss.org
Thu May 23 07:10:06 EDT 2013


    [ https://issues.jboss.org/browse/RFPL-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12776304#comment-12776304 ] 

Jan Papousek commented on RFPL-2937:
------------------------------------

The problem is definitely in the way how Arquillian starts the container. When I use the following command to start the container, I can reproduce the issue:

{code}
/opt/jdk1.7.0_17/bin/java -Xms1024m -Xmx1024m -XX:MaxPermSize=512m -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=false -Djboss.bind.address=127.0.0.1 -Djboss.bind.address.management=127.0.0.1 -Djboss.bind.address.unsecure=127.0.0.1 -ea -Djboss.home.dir=target/jboss-as-7.1.1.Final -Dorg.jboss.boot.log.file=target/jboss-as-7.1.1.Final/standalone/log/boot.log -Dlogging.configuration=file:target/jboss-as-7.1.1.Final/standalone/configuration/logging.properties -Djboss.modules.dir=/home/jpapouse/workspace/richfaces/qa/metamer/ftest/target/jboss-as-7.1.1.Final/modules -Djboss.bundles.dir=/home/jpapouse/workspace/richfaces/qa/metamer/ftest/target/jboss-as-7.1.1.Final/bundles -jar /home/jpapouse/workspace/richfaces/qa/metamer/ftest/target/jboss-as-7.1.1.Final/jboss-modules.jar -mp target/jboss-as-7.1.1.Final/modules -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -server-config standalone-full.xml;
{code}
                
> Investigate why test for drag indicator fails with Arquillian
> -------------------------------------------------------------
>
>                 Key: RFPL-2937
>                 URL: https://issues.jboss.org/browse/RFPL-2937
>             Project: RichFaces Planning
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: QE
>    Affects Versions: 4.3.2, 5.0.0.Alpha1
>            Reporter: Pavol Pitonak
>            Assignee: Jan Papousek
>
> One test for dragIndicator fails in richCollapsibleSubTable template. When deployed manually or to a remote container, it passes.
> {code}
> mvn clean verify -Pjbossas-managed-7-1 -Dtest=TestDragIndicator#testAccepting -Dtemplates=richCollapsibleSubTable
> {code} 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-planning-issues mailing list