[jboss-dev-forums] [Design of the JBoss EJB Container] - Re: Question about Remoting, Marshalling, and EJBs

bdecoste do-not-reply at jboss.com
Sun Mar 9 10:27:58 EDT 2008


1) I don't think so

2) W currently add the tx id to the client side invocation if there's an active tx. I don't think adding a tx context to the remoting marshalling would have any impact on us - you would just be adding tx context to the response? What would client side remoting do with the response context?

3) The only explicit marshalling ejb3 does is for calls to a @Remote interface so the call is call-by value per the spec. We use org.jboss.serial.io.MarshalledObjectForLocalCalls(invocation).

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135148#4135148

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135148



More information about the jboss-dev-forums mailing list