Greetings,

On Fri, Sep 6, 2013 at 9:39 AM, jieryn <jie...@gmail.com> wrote:
> On Thu, Sep 5, 2013 at 5:28 PM, Romain Manni-Bucau
> <rmannibu...@gmail.com> wrote:
>> no, you need to specify it using arquillian @Transactional(ROLLBACK) either
>> on the class or methods.
>> Note: it only works in server side tests, not in client side ones
>
> Even after the @Transactional(ROLLBACK) addition, this still fails:
> https://travis-ci.org/jieryn/javaee-example/builds/11058408

This appears to be a bug with Arquillian, it is logged here:
https://issues.jboss.org/browse/ARQ-1473

Removing @Before and @After allows all tests to pass. Thanks!!

Reply via email to