| Author |
enum error with wlclient.jar
|
Haiqiang Shen
Greenhorn
Joined: Sep 23, 2005
Posts: 3
|
|
I pass a Enum to weblogic server when using wlclient.jar in client,error as below: Mismatched serialization UIDs : Source (Rep. IDRMI:com.star.sms.model.ppvcatalogue.enums.AuditStateEnum:3762E1FD1A6B1BE5:C924552A70C45EDB) = C924552A70C45EDB whereas Target (Rep. ID RMI:com.star.sms.model.ppvcatalogue.enums.AuditStateEnum:64D47C1D01980B5E:0000000000000000) = 0000000000000000 When I use weblogic.jar, replace the wlclient.jar, no error! Any ideas ? Thanks a lot!
|
 |
ankush purwar
Ranch Hand
Joined: Sep 02, 2005
Posts: 46
|
|
Have you compiled your code using wlclient.jar ? And also check wlclient.jar is in server classpath or not .
|
 |
 |
|
|
subject: enum error with wlclient.jar
|
|
|