[JBoss JIRA] (ARQ-1618) Transaction extension configuration is not loaded early enough when working with ArquillianSuiteExtension
by Bartosz Majsak (JIRA)
[ https://issues.jboss.org/browse/ARQ-1618?page=com.atlassian.jira.plugin.s... ]
Bartosz Majsak updated ARQ-1618:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Assignee: Bartosz Majsak
Resolution: Done
Thank you very much for your contribution. It's in upstream now.
> Transaction extension configuration is not loaded early enough when working with ArquillianSuiteExtension
> ---------------------------------------------------------------------------------------------------------
>
> Key: ARQ-1618
> URL: https://issues.jboss.org/browse/ARQ-1618
> Project: Arquillian
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: Extension - Transaction
> Affects Versions: transaction_1.0.0.Final
> Environment: Win7,CentOS
> Jboss7, Wildfly8
> Reporter: Pëtr Andreev
> Assignee: Bartosz Majsak
> Priority: Minor
>
> The TransactionConfigurationProducer loads an extension configuration on demand using the BeforeSuite event. This behaviour appears to be insufficient when Aslak`s Brute Force Arquillian Suite Extension is in play, since the Suite Extension interferes the test case bootstrap process and enforces early usage of ARQ components.
> As a suggestion for TX-ext to support such a constellation the configuration loading of transaction extension can be moved right into the phase where ConfigurationRegistrar loads configurations and notifies observers about available ArquillianDescriptors.
--
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, 1 month
[JBoss JIRA] (ARQ-1643) Client-side transaction handler incorrectly assumes it's needed to be invoked
by Bartosz Majsak (JIRA)
Bartosz Majsak created ARQ-1643:
-----------------------------------
Summary: Client-side transaction handler incorrectly assumes it's needed to be invoked
Key: ARQ-1643
URL: https://issues.jboss.org/browse/ARQ-1643
Project: Arquillian
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Extension - Transaction
Affects Versions: transaction_1.0.0.Final
Reporter: Bartosz Majsak
Fix For: transaction_1.0.0.next
When using embedded containers such as Glassfish, client-side transaction handler kicks in and tries to handle transactions putting it into infinite loop of begin/commit.
--
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, 1 month
[JBoss JIRA] (ARQ-1641) Tests with failed assumptions do not show up as skipped
by Thomas Diesler (JIRA)
Thomas Diesler created ARQ-1641:
-----------------------------------
Summary: Tests with failed assumptions do not show up as skipped
Key: ARQ-1641
URL: https://issues.jboss.org/browse/ARQ-1641
Project: Arquillian
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Base Implementation
Affects Versions: 1.1.2.Final
Reporter: Thomas Diesler
A test like this reports success instead of skipped.
Occurs with managed wildfly, tomcat, karaf
{code}
@Test
public void foo() throws Exception {
Assume.assumeTrue(false);
// test code that should only run when the above is true
}
{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
12 years, 1 month
[JBoss JIRA] (ARQ-1496) Add a Tomcat 8 embedded container
by Aslak Knutsen (JIRA)
[ https://issues.jboss.org/browse/ARQ-1496?page=com.atlassian.jira.plugin.s... ]
Aslak Knutsen updated ARQ-1496:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: tomcat_1.0.0.Final
Resolution: Done
> Add a Tomcat 8 embedded container
> ---------------------------------
>
> Key: ARQ-1496
> URL: https://issues.jboss.org/browse/ARQ-1496
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Tomcat Containers
> Reporter: Martin Kouba
> Assignee: Martin Kouba
> Fix For: tomcat_1.0.0.Final
>
>
> {{arquillian-tomcat-embedded-7}} is not compatible with Tomcat 8 due to {{org.apache.catalina.startup.HostConfig}} does not declare {{appBase()}} method anymore. It seems {{host.getAppBaseFile()}} should be used instead.
--
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, 1 month