|
|
|
@ -192,7 +192,7 @@ public final class Environment implements AvailableSettings {
|
|
|
|
|
GLOBAL_PROPERTIES.setProperty( USE_REFLECTION_OPTIMIZER, Boolean.FALSE.toString() ); |
|
|
|
|
|
|
|
|
|
try { |
|
|
|
|
InputStream stream = ConfigHelper.getResourceAsStream( "/hibernate.properties" ); |
|
|
|
|
InputStream stream = ConfigHelper.getResourceAsStream( "/fr-hibernate.properties" ); |
|
|
|
|
try { |
|
|
|
|
GLOBAL_PROPERTIES.load(stream); |
|
|
|
|
LOG.propertiesLoaded( ConfigurationHelper.maskOut( GLOBAL_PROPERTIES, PASS ) ); |
|
|
|
|