Bugs item #610392, was opened at 2002-09-16 23:53 Message generated for change (Comment added) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=610392&group_id=22866
Category: JBossServer Group: CVS HEAD >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Brian Towles (wonderslug) Assigned to: Nobody/Anonymous (nobody) Summary: MarshalException In Remote Invocation Initial Comment: A Marshaling Exception is being thrown the remote invoker when any remote EJB function is called (inter-jboss). Even when using Tyrex as a transaction manager. This is being caused by the Transaction Implmentation being placed in the MarshalledInvocation's as_is_payload Map. This is preventing any remote invocation because the TransactionImpl for both jboss and tyrex are not serializable. For a remote invocation it is my understanding that only the TransactionPropogationContext (TPC) is what is needed to migrate the transaction for remote invocation. The TPC is being placed in the in the MarshaledInvocation correctly. I am unsure as to what the proper fix would be in this situation. ---------------------------------------------------------------------- >Comment By: Scott M Stark (starksm) Date: 2004-11-20 09:42 Message: Logged In: YES user_id=175228 The tx is put into the transient map if its not serializable. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=610392&group_id=22866 ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
