0 Replies Latest reply on Jul 24, 2014 5:18 PM by the_alchemist

    @CreateSchema looks in scripts/ or schema?

    the_alchemist

      I think there's a tiny error at Persistence - Arquillian - Project Documentation Editor

      Under the "Schema Creation" section, it says that @CreateSchema looks in the schema directory.  I don't think there's true because if I do:

       

       

       

      @RunWith(Arquillian.class) @UsingDataSet("base.xml") @CreateSchema("does.not.exist.sql")

      public class JpaMappingsTest {

       

       

       

       

      I'll get an exception that says:

       

      Caused by: org.jboss.arquillian.persistence.core.exception.InvalidResourceLocation: Unable to locate does.not.exist.sql. File does not exist also in default location scripts/

       

       

       

      What does everyone think?