I had the same issue and found this post in the archive: http://www.mail-archive.com/[email protected]/msg21152.html
I also had to modify the getTransaction method in the same Invocation class to use transient_payload in place of the as_is_payload. The example above just modifies the setTransaction which isn't enough to get past that error. I'm sure this isn't the best/correct solution, but it does work in terms of getting ride of the NonSerializable exception. Dustin > -----Original Message----- > From: David Luis Fernandes de Araujo > [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 11, 2002 11:31 AM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] tyrex.tm.impl.TransactionImpl NotSerializable > > > > Hello, > > i manage to install tyrex with sucess, and run jboss 3.0 with > no problem, but when i try to acess a ejb in another jboss > instance i get the folling error: > > java.io.NotSerializableException: tyrex.tm.impl.TransactionImpl > > Any idea ? > > Thanks very much > > .david > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
