Skip to content

Commit

Permalink
Odoo-Backend: fix XML-RPC encoding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeilmeier committed Dec 3, 2021
1 parent 0fc2e52 commit 5570961
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions io.openems.backend.application/BackendApp.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

-resolve.effective: active

# 'file.encoding=UTF-8' is required because of https://github.com/gturri/aXMLRPC/issues/43
-runvm: \
-Dfile.encoding=UTF-8

-runproperties: \
org.osgi.service.http.port=8079,\
felix.cm.dir=c:/openems-backend-config,\
Expand Down

0 comments on commit 5570961

Please sign in to comment.