On 26 June 2012 19:34, Mircea Markus <mmarkus(a)redhat.com> wrote:
----- Original Message -----
> From: "Sanne Grinovero" <sanne(a)infinispan.org>
> To: "infinispan -Dev List" <infinispan-dev(a)lists.jboss.org>
> Sent: Tuesday, June 26, 2012 5:32:06 PM
> Subject: [infinispan-dev] new module: integration tests
>
> In projects like Hibernate Search and OGM we added a new module
> "integrationtests" where we can add specific tests needing non-core
> dependencies, like booting the framework on AS7 via Arquillian or
> using a custom TransactionManager.
>
> I need now to make a test which requires both Infinispan Query and
> the
> Infinispan Lucene Directory. If I add the dependency of one to the
> other - even just as test scope - I'll be binding the dependent
> version to each other which brings me in a circular dependency
> problem
> with Hibernate Search (a bit because of how Maven works, a bit of how
> Eclipse works...).
>
> So are you all fine if I create a new module
>
> /integrationtests/clusteredquerytests
+1. I'd also like to add some tests with Atomikos TM as there seem to be some
Atomikos specific problems.
Lol, the Bitronix Transaction Manager was the reason in Hibernate
Search to create this module initially.