Getting Involved - Tirasa/OpenJPA-Azure GitHub Wiki
Mailing list
Subscribe to [email protected].
Developer environment
-
Precondition: clone project sources
-
Precondition: have an Azure subscription (paid or free trial)
-
Configure JDBC connection URL in
src/test/resources/META-INF/persistence.xml
-
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>
- 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>
- Launch test bed
$ mvn -Ptest -Djpa.username=<DB_USERNAME> -Djpa.password=<DB_PASSWORD>