2 Replies Latest reply on Oct 25, 2003 5:05 AM by juha

    java.io.NotSerializableException: org.jboss.tm.TransactionIm

    divine_comedy

      Hi I have a question here : I am trying to invoke a Session Bean from another machine. The client itself ( me ) is a JBoss server, and I encountered the above problem when I try to do so. So basically here's the situation : SessionBean A ( in JBoss A ) tries to invoke SessionBean B ( in JBoss B, which is in another machine ) and the problem happens. I am using JBoss 3.0.4. If you are asking about the usecase, I really can't tell you but let's say that I have a valid reason to do this.

      FYI :
      I am seeing that all the interceptors are being invoked when this happens, I am also using RemoteInterfaces.