[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-users] Serial Version Issue with AspectJ
|
- From: Jeevitha Muthusamy <mail2jeevithamk@xxxxxxxxx>
- Date: Mon, 30 Jul 2012 12:50:18 +0530
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ue6dRZYGGNiOE2k3XiwVcnf9aOKGkkwwdh6ZJ51lYFk=; b=u2CPEJuHn5AwgCOwHHy+R+VVBQsAEFl7MLAj8Nh7U+jgaSVEzrktaLpqwEv3TGhcVH vPpsmiQm7Dnh2TB9TpGbQ4AsA2l9f8oYNPnswUy74WDJCF+hqiEmSQlwwemCFO1/s8Wd EhBiN0VnygId+jc5UkNVowPnhlvyHYJS0XPoctdRDDTT3WK2vCdWmUtyj83QLBp1mQ6T 6q/4QWmQYqdbx27uxKnDFOG6eb09lIBTma+Zf+gH1ZE8iSN+EEXJUUuE8wFI5JTSuMcd 5sgq1c9pkglsutFhx19LZj5dysL1aJ/oKraF55vgXmbnLIgAgXXlXqX5i63N9+xSkPnP RvCw==
Hi,
We have certain set of classes with SerialVersionUIDs in both Client and Server Library.
After Post AspectJ weaving, the UIDs in Server classes is modified.So, the Server and Client libraries conflict during server startup.
Does weaving modifies the class UIDs??
If so, Please let me know when and why the UIDs are modified and how can we resolve this issue??
Thanks,
Jeevitha