Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] InvalidClassException during load time weaving

My product MaintainJ instruments an application using load time
weaving to capture the call trace and generate the sequence diagram. I
am having problems while deserializing classes that do not define a
SUID. The SUIDs of the original class and the weaved class are not
matching and InvalidClassException is thrown.

Currently I suggest my users to exclude those classes, but some
applications serialize too many classes and this solution is not ideal
for them. Any ideas on how this problem can be solved?

Thanks,
Choudary Kothapalli.


Back to the top