0 Replies Latest reply on Apr 18, 2013 8:11 AM by seweso

    Embedded Glassfish & in-memory DB with glassfish-resources.xml on classpath

    seweso

      I want to put all my configuration files (arquillian.xml, glassfish-resources.xml,test-persistence.xml) in a library and just reference that when i want to run a test in a project. But it seems the resourceXml only allows for a file-path and not a classpath: variable.

      Is there a way to do that?

      My configuration is currently based upon the arquillian-persistence-tutorial example project. I actually have no special configuration at all, just a in-memory db etc.