3 Replies Latest reply on Jun 6, 2003 5:39 PM by stevedxu

    MarshalException while trying to invoke ejb using ByValueInv

    tom_doehler

      Hi,

      as found in thread http://www.jboss.org/modules/bb/index.html?module=bb&op=viewtopic&t= one needs to use the ByValueInvokerInterceptor to invoke methods on ejbs that exist in 2 different ear files in the same jboss instance. Using the ByValueInvokerInterceptor it should be possible to invoke a method on bean A that is deployed in a.ear from the bean b that is deployed in b.ear.
      There is another problem, that was also mentioned in the above thread (claiming that this bug was fixed by Scott Stark): the org.jboss.tm.TransactionImpl is not serializable, leading to a MarshalException.

      I found a bug report (#610392 ) describing the problem with org.jboss.tm.TransactionImpl, but no comments that somebody fixed that bug.

      Is there any work going on this issue ??

      Bye Tom