Skip to content
Snippets Groups Projects
Commit a793f38a authored by Ludovic Claude's avatar Ludovic Claude
Browse files

Fix config of Akka serializers, use conf imported from Woken msg

parent 42156a1d
No related branches found
No related tags found
No related merge requests found
......@@ -14,17 +14,6 @@ akka {
event-stream = off
}
serializers {
query-result-serializer = "ch.chuv.lren.woken.messages.query.QueryResultSerializer"
}
serialization-bindings {
"ch.chuv.lren.woken.messages.query.QueryResult" = query-result-serializer
}
enable-additional-serialization-bindings = off
allow-java-serialization = on
warn-about-java-serializer-usage = on
}
remote {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment