Skip to content

Commit 97c828e

Browse files
rkorytkowskidkayiwa
authored andcommitted
Fixing classloader issue when creating CGLIB proxy, see TRUNK-6382
(cherry picked from commit 6fc342c)
1 parent ea0a14d commit 97c828e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/config/openmrs-runtime.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ connection.password=test
1010
tomcatport=8081
1111
application_data_directory=appdata
1212
reset_connection_password=true
13-
vm_arguments=-Xmx512m -Xms512m -XX:NewSize=128m --add-exports=java.desktop/com.apple.eawt=ALL-UNNAMED
13+
vm_arguments=-Xmx512m -Xms512m -XX:NewSize=128m --add-exports=java.desktop/com.apple.eawt=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED
1414
# Tell MariaDB where to find database files (this is the important part!)
1515
connection.database.data_dir=./database/data

0 commit comments

Comments
 (0)