problem is that when i call the second mux i get an error. Is the error cause by two mux?
<log realm="org.jpos.transaction.TransactionManager" at="Thu May 16 16:39:59 EAT 2013.741">
<warn>
COMMIT: 1
<exception name="null">
java.lang.NullPointerException
at org.mode.wallet.walletSwitch.SwitchISOMessagesToFinacle.Request(SwitchISOMessagesToFinacle.java:73)
at org.mode.wallet.participant.ISORequestSendResponse.sendResponse(ISORequestSendResponse.java:66)
at org.mode.wallet.participant.ISORequestSendResponse.commit(ISORequestSendResponse.java:33)
at org.jpos.transaction.TransactionManager.commit(TransactionManager.java:448)
at org.jpos.transaction.TransactionManager.commit(TransactionManager.java:391)
at org.jpos.transaction.TransactionManager.run(TransactionManager.java:256)
at java.lang.Thread.run(Thread.java:722)
</exception>
</warn>
</log>