Atomikos Forum |
|
Hi,
I am trying to check the evaluation of the commercial version. My goal is to propagate the Tx between 2 JVM's. I changed my API to look like this: public Extent doSomething (Propagation propagation){ //doSomething } When this method is invoked via RMI it fails on: java.io.NotSerializableException: com.atomikos.diagnostics.RotatingFileConsole Did anyone encounter a similar problem? Is there another way I should use to achieve this goal? |