diff options
author | 2017-09-27 17:53:42 +0000 | |
---|---|---|
committer | 2017-09-27 17:53:42 +0000 | |
commit | 78c21e39873301cd41c72fe6f271454fd0c7f0a6 (patch) | |
tree | bab293390de01295ecab10bf95a02430033288f7 /BRMSGateway/src/test | |
parent | 48c2c3f0300eb9e2a221e6a19f51f4544c2f73ba (diff) | |
parent | 3be65a6cb5f880fe35c42a8fa83c2dfa1a44b5c4 (diff) |
Merge "New controller support from BRMSGW"
Diffstat (limited to 'BRMSGateway/src/test')
-rw-r--r-- | BRMSGateway/src/test/resources/config.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BRMSGateway/src/test/resources/config.properties b/BRMSGateway/src/test/resources/config.properties index 4f9e01305..8c46ec277 100644 --- a/BRMSGateway/src/test/resources/config.properties +++ b/BRMSGateway/src/test/resources/config.properties @@ -65,7 +65,7 @@ javax.persistence.jdbc.user=sa #database password for Integrity Monitor javax.persistence.jdbc.password= #persistence xml -eclipselink.persistencexml=META-INF/persistenceBRMStest.xml +brmsEclipselink.persistencexml=META-INF/persistenceBRMStest.xml #resource name RESOURCE_NAME=site_1.brmsgw_1 #***Properties for IntegrityMonitor integration defined in IntegrityMonitorProperties.java*** |