Getting Involved - Tirasa/OpenJPA-Azure GitHub Wiki

Mailing list

Subscribe to [email protected].

Developer environment

  1. Precondition: clone project sources

  2. Precondition: have an Azure subscription (paid or free trial)

  3. Configure JDBC connection URL in src/test/resources/META-INF/persistence.xml

  4. Purge the test federated database by launching (execute only when needing to cleanup the test federated database)

$ mvn -Ptest-purge -Djpa.username=<DB_USERNAME> -Djpa.password=<DB_PASSWORD>
  1. Populate the test federated database by launching (execute only when needing to populate the test federated database)
$ mvn -Ptest-init -Djpa.username=<DB_USERNAME> -Djpa.password=<DB_PASSWORD>
  1. Launch test bed
$ mvn -Ptest -Djpa.username=<DB_USERNAME> -Djpa.password=<DB_PASSWORD>