2 Replies Latest reply on Jul 13, 2012 1:12 AM by chrigel

    Arquillian Persistence Extension: Use specific Schema

    chrigel

      Hello

       

      Until now, I've used DbUnit already several times. With Arquillian, it seems that we do no longer need DbUnit directly, we can just use the abstraction provided by Arquillian.

      Unfortunately, I was not able to get run my simple test with DB2. We work on a specific schema on our DB2 database. Until now, I was not able to configure DbUnit through Arquillian to use this schema by creating a new org.dbunit.database.DatabaseConnection whereby I provided the schema in its constructor (as 2nd argument).

       

      Is there a similar way I can define the schema through Arquillian?

       

      Thanks a lot,

      Christoph