mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Change from jboss to java serialization (fixes #8609)
This commit is contained in:
parent
de3f7cbbfb
commit
df9cc31d41
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class Connection {
|
|||
// private boolean confirmEmptyManaPool;
|
||||
// private String flagName;
|
||||
// private UserSkipPrioritySteps userSkipPrioritySteps;
|
||||
private static final String serialization = "?serializationtype=jboss";
|
||||
private static final String serialization = "?serializationtype=java";
|
||||
private static final String transport = "bisocket";
|
||||
private static final String threadpool = "onewayThreadPool=mage.remote.CustomThreadPool";
|
||||
|
||||
|
|
Loading…
Reference in a new issue