Anonymous | Login | Signup for a new account | 12-17-2024 08:38 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ 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 | ||||||
Status | closed | Product Version | 4.0.1 | ||||||
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; |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed. 25 unique queries executed. |