Hello,

i'm testing tomcat-3.1 with jonas-2-1-1 and get following
exception if the web-component initiates a usertransaction:

RemoteException occurred in server thread; nested exception is: 
 java.rmi.UnmarshalException: error unmarshalling arguments ; nested
exception is: 
 java.io.InvalidClassException: org.objectweb.jonas.jtm.XidImpl; Local
class not compatible: stream classdesc
serialVersionUID=485449215958831002 local class
serialVersionUID=8493209859767034419

---snipp----------------------------------------
  UserTransaction ut = (UserTransaction)PortableRemoteObject.narrow(
       
initial.lookup("javax.transaction.UserTransaction"),UserTransaction.class);
  try {
    ut.begin();
      ...some calls to methods in some ejbs...
    ut.commit();
  } catch( Exception e ) {
---snipp----------------------------------------

any idea? (same exception with 2.0)

thanks a lot
  klaus

--
Klaus Thiele - Personal & Informatik AG
mailto:[EMAIL PROTECTED]

 "There's got to be more to life than compile-and-go."
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to