forked from External/mage
Merge pull request #8627 from weirddan455/jboss
Change from jboss to java serialization (fixes #8609)
This commit is contained in:
commit
53def4155b
2 changed files with 2 additions and 2 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…
Add table
Add a link
Reference in a new issue