Bugs item #610392, was opened at 2002-09-17 06:53
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=610392&group_id=22866

Category: JBossServer
Group: CVS HEAD
Status: Open
Resolution: None
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.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=610392&group_id=22866


-------------------------------------------------------
Sponsored by: AMD - Your access to the experts on Hammer Technology! 
Open Source & Linux Developers, register now for the AMD Developer 
Symposium. Code: EX8664 http://www.developwithamd.com/developerlab
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to