Affinity IT
[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Win a copy of JBoss AS 5 Development this week in the JBoss forum
or Spring Dynamic Modules in Action in the Spring forum!
Reply Bookmark it! Watch this topic JavaRanch » Forums » Products » BEA/Weblogic
 
RSS feed
 
New topic
Author

enum error with wlclient.jar

Haiqiang Shen
Greenhorn

Joined: Sep 23, 2005
Messages: 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
Messages: 46

Have you compiled your code using wlclient.jar ?
And also check wlclient.jar is in server classpath or not .
 
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Products » BEA/Weblogic
 
RSS feed
 
New topic
MyEclipse Enterprise Workbench