[richfaces-issues] [JBoss JIRA] (RF-12937) Introduce a profile for running framework tests against JBoss EAP

Brian Leathem (JIRA) jira-events at lists.jboss.org
Mon Apr 22 14:49:53 EDT 2013


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

Brian Leathem commented on RF-12937:
------------------------------------

I added the following profile to JBoss root-parent:
{code}
      <profile>
        <id>jbosseap-remote-6-1</id>
        <dependencies>
          <dependency>
            <groupId>org.jboss.as</groupId>
            <artifactId>jboss-as-arquillian-container-remote</artifactId>
            <version>7.2.0.Final</version>
            <scope>test</scope>
          </dependency>
          <dependency>
            <groupId>org.jboss.as</groupId>
            <artifactId>jboss-as-controller-client</artifactId>
            <version>7.2.0.Final</version>
            <scope>test</scope>
          </dependency>
        </dependencies>
      </profile>
{code}

The problem is the artifact is the same one used for the 7.1.1.Final tests, just a different version.  Resolution of this issue then concerns how to manage this dual-version requirement.  Or maybe it's time to drop the AS 7.1 testing profile.
                
> Introduce a profile for running framework tests against JBoss EAP
> -----------------------------------------------------------------
>
>                 Key: RF-12937
>                 URL: https://issues.jboss.org/browse/RF-12937
>             Project: RichFaces
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: tests - functional 
>            Reporter: Brian Leathem
>            Assignee: Brian Leathem
>             Fix For: 4.3.2
>
>


--
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-issues mailing list