1 Reply Latest reply on Aug 29, 2013 6:40 AM by bmajsak

    Issue with DBUnit for JPA 2 test in openejb container

    pearl9988

      Hi,

       

      I am new to arquillian .

      I have been trying to test JPA2 using open-ejb container. It went successfully .

       

      Now I am trying to use in-memory database (hsqldb) and DBUnit.

       

      I did all the required settings. But data is never getting loaded.

      Looks like  @UsingDataSet("datasets/organizations.xml") is not having any impact.

       

      I tried googling a lot but in vain.

       

       

      Please help me what is wrong  here??

       

      I am attaching the pom.xml also.

       

       

      Thanks in advance.