[JBoss JIRA] (RF-12937) Introduce a profile for running framework tests against JBoss EAP
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12937?page=com.atlassian.jira.plugin.s... ]
Brian Leathem edited comment on RF-12937 at 4/22/13 2:51 PM:
-------------------------------------------------------------
I added the following profile to JBoss root-parent:
{code:title=https://github.com/richfaces/build/blob/RF12937-eap-test-profile/parent/pom.xml#L1042}
<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.
was (Author: bleathem):
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
12 years, 11 months
[JBoss JIRA] (RF-12937) Introduce a profile for running framework tests against JBoss EAP
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12937?page=com.atlassian.jira.plugin.s... ]
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
12 years, 11 months
[JBoss JIRA] (RF-12928) ExtendedDataTable: columnsOrder doesnt work after changing order
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12928?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12928:
-------------------------------
Fix Version/s: 4.3.2
> ExtendedDataTable: columnsOrder doesnt work after changing order
> ----------------------------------------------------------------
>
> Key: RF-12928
> URL: https://issues.jboss.org/browse/RF-12928
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.1
> Environment: Tomcat 7, Mojarra 2.1.21
> Reporter: dako ak
> Labels: regression
> Fix For: 4.3.2
>
> Attachments: JSF2-RichFaces-Test.zip
>
>
> According to the resolved bug RF-11776 I've tried the attribute "columnsOrder" in ExtendedDataTable.
> I have a simple test case with a data table and an action button. Within the action button method I change the String Array of the attribute columnsOrder but the columns of the data table is rendered in the old order.
> I have appended a test project to reproduce it. In this test project I have an a4j ajax button and a simple button, both arent working.
> Best regards
--
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
12 years, 11 months
[JBoss JIRA] (RF-12928) ExtendedDataTable: columnsOrder doesnt work after changing order
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12928?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12928:
-------------------------------
Labels: regression (was: )
> ExtendedDataTable: columnsOrder doesnt work after changing order
> ----------------------------------------------------------------
>
> Key: RF-12928
> URL: https://issues.jboss.org/browse/RF-12928
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.1
> Environment: Tomcat 7, Mojarra 2.1.21
> Reporter: dako ak
> Labels: regression
> Attachments: JSF2-RichFaces-Test.zip
>
>
> According to the resolved bug RF-11776 I've tried the attribute "columnsOrder" in ExtendedDataTable.
> I have a simple test case with a data table and an action button. Within the action button method I change the String Array of the attribute columnsOrder but the columns of the data table is rendered in the old order.
> I have appended a test project to reproduce it. In this test project I have an a4j ajax button and a simple button, both arent working.
> Best regards
--
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
12 years, 11 months