[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-users] How to resolve SerialVersionUID issue in AspectJ
|
- From: Jeevitha Muthusamy <mail2jeevithamk@xxxxxxxxx>
- Date: Mon, 30 Jul 2012 20:58:19 +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=a0h96pfeHxpe8CLsSgA3+kzK82sifOJW6QunrmXRyUI=; b=ghpJdE18m37ZsRhh6R0H0gpB5kPKfUp2Xf4/YLuHRAL//zhFIw3aKWrbZEPhRZgOmV a8KcAnzlTi8DScNaz8gQg4wa15KC3J2pDL872HW41GOlio4wV38zPuTBDBFd1ACIIpGH uh5Vn8Fml9oQPyO3FLofvakQZ9EpMMUYMmwiWxw/6sqD4SaDMcAH1QF02Pq8oRUMG5x2 snWqOmKEfsoQnn6MSfaMHGbbSi2R5WlN9RkL91ZjfWneALT78Og4Vy1uEwMFWLOgNuJr 0Dur6kvw5XPGg1HI3r87ov1B7eATbluQDmoGpoNyXy4qkAOOi4xA9YrEyp65F4OlKbzu /9jw==
Hi,
We are facing InvalidClassException for JBoss AND Weblogic servers.
The ServialVersionUID generated during AspectJ weaving for Server classes(libraries) conflict with Client Classes.
How can we avoid SerialVersionUID generation for those classes??
Thanks,
Jeevitha