Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003779 [Resin] minor always 11-21-09 00:28 01-07-10 10:56
Reporter nam View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.4 Product Version 4.0.1
  Product Build
Summary 0003779: resin's EJBException serialVersionUID differs from jboss and sun
Description (rep by C. Yttesen)

Our EJB business logic is running on jboss-eap-4.3.0.GA_CP04

On a server-side exception an ?javax.ejb.EJBException is thrown?
to the client webapp (running inside Resin) ? this results in the
following exception:

Caused by: java.rmi.MarshalException: Failed to communicate.
Problem during marshalling/unmarshalling; nested exception is:

java.io <http://java.io.In>.InvalidClassException: [^]
javax.ejb.EJBException; local class incompatible: stream classdesc
serialVersionUID = *796770993296843510*, local class serialVersionUID = *-1912964672624085534*

Doing a ?serialver? using ?resin/lib/javaee-16.jar? on ?javax.ejb.EJBException? reveals:

javax.ejb.EJBException: static final long serialVersionUID = -1912964672624085534L;

Doing the same in jboss? jar file as well on a fresh download of javaee.jar from SUNs website reveals:

javax.ejb.EJBException: static final long serialVersionUID =
796770993296843510L;
Steps To Reproduce
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
11-21-09 00:28 nam New Issue
01-07-10 10:56 ferg Assigned To  => ferg
01-07-10 10:56 ferg Status new => closed
01-07-10 10:56 ferg Resolution open => fixed
01-07-10 10:56 ferg Fixed in Version  => 4.0.4


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker