Bug in 0.10-RC2?
eu <eu-E/[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, It seems that there are some small issue with serialization. If AW is instrumenting Serializable classes in the runtime and serialVersionUID is not explicitly declared, then client app, which may be using not instrumented classes will get a error. I think, that instrumentation should insert an explicit serialVersionUID that match with the original class. regards, Eugene