Hi All,
please try and constrain your mass mailings to a single group, as you stand more of a chance of getting a response. I would also recommend identifying where the problem is and targeting the relevant groups.
Basically I used WSAD 5.1.2 to code my EJB's. When I run my web service java client program to access a ejb web service exposed using AXIS,JIBX (DE)SERIALIZERS, WEBSPHERE 5.0 I am getting below exception on client side and no exception atleast in my server console. I guess the cause of this error is I used Sun 1.4.2 JRE on the client side to construct custom types and passed them to server which uses IBM JRE 1.3.1 inside WebSphere 5.0 Test Environment. I am not sure may be it is a guess. If so how to ask ANT on take IBM JRE 1.3.1 with <javac> task. Please suggest ... ?
Reading the trace, your problem is that you have "Mismatched serialization UIDs ", given that is the text of the fault. Consult the relevant documentation on java serialisation and address *properly*.
[java] faultString: java.rmi.ServerException: RemoteException
occurred in server thread; nested exception is:
[java] java.rmi.MarshalException: CORBA MARSHAL 0x4942f89a
No; nested exception is:
[java] org.omg.CORBA.MARSHAL: Unable to read value from
underlying bridge : Mismatched serialization UIDs : Source (Rep.
IDRMI:com.americanexpress.bluestar.beans.requestbeans.DCPlanListRequestBean:74291B603AE70D98:BE5D2E53ED0132D4)
= BE5D2E53ED0132D4 whereas Target (Rep. ID
RMI:com.americanexpress.bluestar.beans.requestbeans.DCPlanListRequestBean:74291B603AE70D98:C8417C221AEF1714)
= C8417C221AEF1714 minor code: 4942F89A completed: No
