diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-29 09:46:14 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-29 09:46:14 +0200 |
| commit | 6c78d011f735d14ac45f7eae9ab0d56fd17cc55e (patch) | |
| tree | 022731a2260f9fca3b570f70a0a9c4562356bf5e /opendc-integration-jpa/src/main/kotlin | |
| parent | 681718e6e59d7b2e14fd7428daebe15647a12097 (diff) | |
Rename persistence unit to opendc-simulator
Also changes the environment variables of the run-command to reflect the
standard followed in the rest of the OpenDC codebase.
Diffstat (limited to 'opendc-integration-jpa/src/main/kotlin')
| -rw-r--r-- | opendc-integration-jpa/src/main/kotlin/nl/atlarge/opendc/platform/JpaPlatformRunner.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-integration-jpa/src/main/kotlin/nl/atlarge/opendc/platform/JpaPlatformRunner.kt b/opendc-integration-jpa/src/main/kotlin/nl/atlarge/opendc/platform/JpaPlatformRunner.kt index 10e80260..d7282c27 100644 --- a/opendc-integration-jpa/src/main/kotlin/nl/atlarge/opendc/platform/JpaPlatformRunner.kt +++ b/opendc-integration-jpa/src/main/kotlin/nl/atlarge/opendc/platform/JpaPlatformRunner.kt @@ -40,7 +40,7 @@ val logger = KotlinLogging.logger {} fun main(args: Array<String>) { val threads = 1 val executorService = Executors.newFixedThreadPool(threads) - val factory = Persistence.createEntityManagerFactory("opendc-frontend") + val factory = Persistence.createEntityManagerFactory("opendc-simulator") val experiments = JpaExperimentManager(factory) logger.info { "Waiting for enqueued experiments..." } |
